/*	Blog 1
/*----------------------------------------------------*/

.blog-1 .post {
    text-align: center;
    padding: 10px 0;
}

.blog-1 .post img {
    margin: 30px 0;
}







/*	Blog 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

/*	CONTACT 1
/*----------------------------------------------------*/

.contact-1 .form-container {
    margin-top: 60px;
}

.contact-1 .contact-info {
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

.contact-1 .contact-info span {
    margin-right: 7px;
    color: #1abc9c;
    padding-right: 5px;
}

.contact-1 .contact-info li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #2e2e2e
}

.contact-1 .contact-info li a {
    color: #2e2e2e
}

.contact-1 .contact-info li a:hover {
    color: #1abc9c
}


/*	CONTACT 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

/*	CONTACT 2
/*----------------------------------------------------*/

.contact-2 h2 {
    margin-top: 0;
}

.contact-2 .map-img {
    margin: 40px 0;
}


/*	CONTACT 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

/*	CONTACT 3
/*----------------------------------------------------*/

.contact-3 .map {
    width: 100%;
    height: 350px;
    background: #f5f5f5;
}



/*	CONTACT 3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

/*	CONTENT BLOCK 1-1
/*----------------------------------------------------*/

.content-1-1 {
    background: url("../images/typewriter-bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-1-1 .container {
    margin-top: 380px;
}

.content-1-1 h1 {
    text-transform: uppercase;
    font-weight: 300;
}/*	CONTENT BLOCK 1-3
/*----------------------------------------------------*/

.content-1-3 {
    text-align: center;
}

.content-1-3 p {
    padding: 0 20px;
}

.content-1-3 .services-wrapper {
    margin: 20px 0 0;
}

.content-1-3 .services-wrapper .icon {
    height: 175px;
    width: 175px;
    max-width: 100%;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 50px;
}

.content-1-3 .services-wrapper .icon span {
    line-height: 175px;
    color: #fff;
    font-size: 55px;
}


/*	CONTENT BLOCK 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}
/*	CONTENT BLOCK 1-4
/*----------------------------------------------------*/

.content-1-4 {
    padding: 0px;
    position: relative;
}

.content-1-4 .image-container {
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.content-1-4 .image-container .background-image-holder {
    background: #000 url('../images/600x800.gif') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.content-1-4 .content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-1-4 h1 {
    margin-bottom: 32px;
}

.content-1-4 p.lead {
    margin-bottom: 20px;
}



/*	CONTENT BLOCK 1-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

    .content-1-4 .image-container {
        display: none;
    }

}/*	CONTENT BLOCK 1-5
/*----------------------------------------------------*/

.content-1-5 h1 {
    color: #3498DB;
}

.content-1-5 img {
    margin: 30px auto 0 auto;
}



/*	CONTENT BLOCK 1-5 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {




}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .content-1-5 img {
        margin: 0;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	CONTENT BLOCK 1-6
/*----------------------------------------------------*/

.content-1-6 h2 {
    margin-bottom: 40px !important;
}

.content-1-6 .client-row {
    overflow: hidden;
    text-align: center;
    line-height: 0;
}

.content-1-6 .client-row .col-md-3 {
    display: inline-block;
    min-height: 80px;
    line-height: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.content-1-6 .client-row img {
    max-width: 140px;
    opacity: 0.3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: none;
}

.content-1-6 .client-row img:hover {
    opacity: 1;
}

.content-1-6 .client-row .row-wrapper {
    display: inline-block;
    width: 80%;
}

.content-1-6 .client-row:last-child .row-wrapper {
    border-bottom: none;
}

.content-1-6 .row-wrapper .col-md-3 {

}

.content-1-6 .row-wrapper .col-md-3:last-child {
    border-right: none;
}


/*	CONTENT BLOCK 1-6 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

    .content-1-6 .client-row .row-wrapper{
    border-bottom: none;
}

.content-1-6 .row-wrapper .col-md-3 {
    border-right: none;
}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .content-1-6 .client-row .row-wrapper {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .content-1-6 .row-wrapper .col-md-3 {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	CONTENT BLOCK 1-7
/*----------------------------------------------------*/

.content-1-7 {
    text-align: center;
}

.content-1-7 .col-md-2 {
    height: 80px;
    line-height: 80px;
}

.content-1-7 img {
    max-width: 140px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.4;
}

.content-1-7 img:hover {
    opacity: 1;
}


/*	CONTENT BLOCK 1-7 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}
/*	CONTENT BLOCK 1-8
/*----------------------------------------------------*/




/*	CONTENT BLOCK 1-8 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}
/*	CONTENT BLOCK 1-9
/*----------------------------------------------------*/

.content-1-9 h4 {
    margin-top: 0;
}

.content-1-9 .fa {
    font-size: 32px;
    color: #16A085;
}




/*	CONTENT BLOCK 1-9 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}
/*	CONTENT BLOCK 2-1
/*----------------------------------------------------*/

.content-2-1 .btn-outline {
    margin-bottom: 30px;
}

.content-2-1 h2 {
    color: #ffffff;
}/*	CONTENT BLOCK 2-10
/*----------------------------------------------------*/

.content-2-10 .border-box {
    border: 4px solid #BDC3C7;
    padding: 20px 40px;
}

.content-2-10 .border-box h2 {

}



/*	CONTENT BLOCK 2-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	CONTENT BLOCK 2-2
/*----------------------------------------------------*/

.content-2-2 h3 { font-weight: 300; }
.content-2-2 h3, .content-2-2 p { color: #ffffff; }

.content-2-2 .icon-outline {
    height: 150px;
    width: 150px;
    max-width: 100%;
    border: 4px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 50px;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.content-2-2 .icon-outline:hover {
    box-shadow: 0 0 0 14px rgba(255,255,255,0.4);
    color: #fff;
}

.content-2-2 .icon-outline span {
    line-height: 150px;
    color: #fff;
    font-size: 55px;
}


/*	CONTENT BLOCK 2-2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	CONTENT BLOCK 2-2
/*----------------------------------------------------*/

.content-2-2 h3 { font-weight: 300; }
.content-2-2 h3, .content-2-2 p { color: #ffffff; }

.content-2-2 .icon-outline {
    height: 150px;
    width: 150px;
    max-width: 100%;
    border: 4px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 50px;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.content-2-2 .icon-outline:hover {
    box-shadow: 0 0 0 14px rgba(255,255,255,0.4);
    color: #fff;
}

.content-2-2 .icon-outline span {
    line-height: 150px;
    color: #fff;
    font-size: 55px;
}


/*	CONTENT BLOCK 2-2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	CONTENT BLOCK 2-3
/*----------------------------------------------------*/

.content-2-3 h2 {
    color: #ffffff;
    margin: 0;
}



/*	CONTENT BLOCK 2-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	CONTENT BLOCK 2-4
/*----------------------------------------------------*/

.content-2-4 i {
    clear: both;
    color: #1ABC9C;
}

#quote-carousel {

}

.content-2-4 h1 {
    color: #ffffff;
}



/*	CONTENT BLOCK 2-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	CONTENT BLOCK 2-5
/*----------------------------------------------------*/

/* Light */
.content-2-5-light h2 {
    color: #333333;
}

/* Dark */
.content-2-5-dark h2 {
    color: #ffffff;
}

.content-2-5-dark h2 a {
    color: #f1c40f;
}

.content-2-5-dark h2 a:hover {
    color: #ffffff;
}


/*	CONTENT BLOCK 2-5 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	CONTENT BLOCK 2-6
/*----------------------------------------------------*/

.content-2-6 .btn-outline {
    margin: 1.8em;
}

.content-2-6 h2 {
    line-height: 1.4em;
    color: #ffffff;
}


/*	CONTENT BLOCK 2-6 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	CONTENT BLOCK 2-7
/*----------------------------------------------------*/

.content-2-7 {
    background: url("../images/dark-logs-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.content-2-7 .counter-icon {
    font-size: 5em;
    margin-top: 30px;
    color: #f39c12;
}

.content-2-7 .counter, .content-2-7 .counter-text {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #f39c12;
}

.content-2-7 .counter-text p {
    font-size: 18px;
    color: #f39c12;
}

.content-2-7 .counter {
    font-size: 44px;
    color: #fff;
}

.content-2-7 .underlined-title h1, .content-2-7 .underlined-title h2 {
    color: #fff;
}


/*	CONTENT BLOCK 2-7 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	CONTENT BLOCK 2-8
/*----------------------------------------------------*/

.content-2-8 {
    padding: 0px;
    position: relative;
}

.content-2-8 .image-container {
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.content-2-8 .image-container .background-image-holder {
    background: url('../images/gold-iphone.png') no-repeat bottom center;

    height: 100%;
}

.content-2-8 .content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-2-8 h1 {
    font-weight: 600;
    font-size: 56px;
}

.content-2-8 h3 {
    margin-top: 0;
    font-weight: 600;
}

.content-2-8 h1, .content-2-8 h3, .content-2-8 .lead, .content-2-8 p, .content-2-8 span {
    color: #ffffff;
}


/*	CONTENT BLOCK 2-8 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	CONTENT BLOCK 2-9
/*----------------------------------------------------*/

.content-2-9 {
    background: #ccc;
    min-height: 260px;
    position: relative;
}

.content-2-9 .project {
    height: 260px;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.content-2-9 .project img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.content-2-9 .project .background-image-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}


.content-2-9 .project .hover-state {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(44, 62, 80, 0.6);
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    padding: 0 25px;
}

.content-2-9 .project:hover .hover-state {
    opacity: 1;
}

.content-2-9 .project .hover-state h3 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 8px;
}

.content-2-9 .project .hover-state p {
    color: #fff;
}

.content-2-9 .project .hover-state .align-vertical {
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

.content-2-9 .project:hover .align-vertical {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}


/*	CONTENT BLOCK 2-9 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .content-2-9 {
        min-height: 520px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .content-2-9 {
        min-height: 260px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-black-webfont.eot');
    src: url('../fonts/lato/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-black-webfont.woff') format('woff'), url('../fonts/lato/lato-black-webfont.ttf') format('truetype'), url('../fonts/lato/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-bold-webfont.eot');
    src: url('../fonts/lato/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-bold-webfont.woff') format('woff'), url('../fonts/lato/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-bolditalic-webfont.eot');
    src: url('../fonts/lato/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-bolditalic-webfont.woff') format('woff'), url('../fonts/lato/lato-bolditalic-webfont.ttf') format('truetype'), url('../fonts/lato/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-italic-webfont.eot');
    src: url('../fonts/lato/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-italic-webfont.woff') format('woff'), url('../fonts/lato/lato-italic-webfont.ttf') format('truetype'), url('../fonts/lato/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-light-webfont.eot');
    src: url('../fonts/lato/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-light-webfont.woff') format('woff'), url('../fonts/lato/lato-light-webfont.ttf') format('truetype'), url('../fonts/lato/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-regular-webfont.eot');
    src: url('../fonts/lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-regular-webfont.woff') format('woff'), url('../fonts/lato/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Flat-UI-Icons";
    src: url("../fonts/Flat-UI-Icons.eot");
    src: url("../fonts/Flat-UI-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Flat-UI-Icons.woff") format("woff"), url("../fonts/Flat-UI-Icons.ttf") format("truetype"), url("../fonts/Flat-UI-Icons.svg#Flat-UI-Icons") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'Flat-UI-Icons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="fui-"] {
*/
.fui-triangle-up,
.fui-triangle-up-small,
.fui-triangle-right-large,
.fui-triangle-left-large,
.fui-triangle-down,
.fui-info,
.fui-alert,
.fui-question,
.fui-window,
.fui-windows,
.fui-arrow-right,
.fui-arrow-left,
.fui-loop,
.fui-cmd,
.fui-mic,
.fui-triangle-down-small,
.fui-check-inverted,
.fui-heart,
.fui-location,
.fui-plus,
.fui-check,
.fui-cross,
.fui-list,
.fui-new,
.fui-video,
.fui-photo,
.fui-volume,
.fui-time,
.fui-eye,
.fui-chat,
.fui-home,
.fui-upload,
.fui-search,
.fui-user,
.fui-mail,
.fui-lock,
.fui-power,
.fui-star,
.fui-calendar,
.fui-gear,
.fui-book,
.fui-exit,
.fui-trash,
.fui-folder,
.fui-bubble,
.fui-cross-inverted,
.fui-plus-inverted,
.fui-export,
.fui-radio-unchecked,
.fui-radio-checked,
.fui-checkbox-unchecked,
.fui-checkbox-checked,
.fui-flat,
.fui-calendar-solid,
.fui-star-2,
.fui-credit-card,
.fui-clip,
.fui-link,
.fui-pause,
.fui-play,
.fui-tag,
.fui-document,
.fui-image,
.fui-facebook,
.fui-youtube,
.fui-vimeo,
.fui-twitter,
.fui-stumbleupon,
.fui-spotify,
.fui-skype,
.fui-pinterest,
.fui-path,
.fui-myspace,
.fui-linkedin,
.fui-googleplus,
.fui-dribbble,
.fui-blogger,
.fui-behance,
.fui-list-thumbnailed,
.fui-list-small-thumbnails,
.fui-list-numbered,
.fui-list-large-thumbnails,
.fui-list-columned,
.fui-list-bulleted {
    display: inline-block;
    font-family: 'Flat-UI-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.fui-triangle-up:before {
    content: "\e000";
}
.fui-triangle-up-small:before {
    content: "\e001";
}
.fui-triangle-right-large:before {
    content: "\e002";
}
.fui-triangle-left-large:before {
    content: "\e003";
}
.fui-triangle-down:before {
    content: "\e004";
}
.fui-info:before {
    content: "\e016";
}
.fui-alert:before {
    content: "\e017";
}
.fui-question:before {
    content: "\e018";
}
.fui-window:before {
    content: "\e019";
}
.fui-windows:before {
    content: "\e01a";
}
.fui-arrow-right:before {
    content: "\e02c";
}
.fui-arrow-left:before {
    content: "\e02d";
}
.fui-loop:before {
    content: "\e02e";
}
.fui-cmd:before {
    content: "\e02f";
}
.fui-mic:before {
    content: "\e030";
}
.fui-triangle-down-small:before {
    content: "\e005";
}
.fui-check-inverted:before {
    content: "\e006";
}
.fui-heart:before {
    content: "\e007";
}
.fui-location:before {
    content: "\e008";
}
.fui-plus:before {
    content: "\e009";
}
.fui-check:before {
    content: "\e00a";
}
.fui-cross:before {
    content: "\e00b";
}
.fui-list:before {
    content: "\e00c";
}
.fui-new:before {
    content: "\e00d";
}
.fui-video:before {
    content: "\e00e";
}
.fui-photo:before {
    content: "\e00f";
}
.fui-volume:before {
    content: "\e010";
}
.fui-time:before {
    content: "\e011";
}
.fui-eye:before {
    content: "\e012";
}
.fui-chat:before {
    content: "\e013";
}
.fui-home:before {
    content: "\e015";
}
.fui-upload:before {
    content: "\e01b";
}
.fui-search:before {
    content: "\e01c";
}
.fui-user:before {
    content: "\e01d";
}
.fui-mail:before {
    content: "\e01e";
}
.fui-lock:before {
    content: "\e01f";
}
.fui-power:before {
    content: "\e020";
}
.fui-star:before {
    content: "\e021";
}
.fui-calendar:before {
    content: "\e023";
}
.fui-gear:before {
    content: "\e024";
}
.fui-book:before {
    content: "\e025";
}
.fui-exit:before {
    content: "\e026";
}
.fui-trash:before {
    content: "\e027";
}
.fui-folder:before {
    content: "\e028";
}
.fui-bubble:before {
    content: "\e029";
}
.fui-cross-inverted:before {
    content: "\e02a";
}
.fui-plus-inverted:before {
    content: "\e031";
}
.fui-export:before {
    content: "\e014";
}
.fui-radio-unchecked:before {
    content: "\e02b";
}
.fui-radio-checked:before {
    content: "\e032";
}
.fui-checkbox-unchecked:before {
    content: "\e033";
}
.fui-checkbox-checked:before {
    content: "\e034";
}
.fui-flat:before {
    content: "\e035";
}
.fui-calendar-solid:before {
    content: "\e022";
}
.fui-star-2:before {
    content: "\e036";
}
.fui-credit-card:before {
    content: "\e037";
}
.fui-clip:before {
    content: "\e038";
}
.fui-link:before {
    content: "\e039";
}
.fui-pause:before {
    content: "\e03b";
}
.fui-play:before {
    content: "\e03c";
}
.fui-tag:before {
    content: "\e03d";
}
.fui-document:before {
    content: "\e03e";
}
.fui-image:before {
    content: "\e03a";
}
.fui-facebook:before {
    content: "\e03f";
}
.fui-youtube:before {
    content: "\e040";
}
.fui-vimeo:before {
    content: "\e041";
}
.fui-twitter:before {
    content: "\e042";
}
.fui-stumbleupon:before {
    content: "\e043";
}
.fui-spotify:before {
    content: "\e044";
}
.fui-skype:before {
    content: "\e045";
}
.fui-pinterest:before {
    content: "\e046";
}
.fui-path:before {
    content: "\e047";
}
.fui-myspace:before {
    content: "\e048";
}
.fui-linkedin:before {
    content: "\e049";
}
.fui-googleplus:before {
    content: "\e04a";
}
.fui-dribbble:before {
    content: "\e04c";
}
.fui-blogger:before {
    content: "\e04d";
}
.fui-behance:before {
    content: "\e04e";
}
.fui-list-thumbnailed:before {
    content: "\e04b";
}
.fui-list-small-thumbnails:before {
    content: "\e04f";
}
.fui-list-numbered:before {
    content: "\e050";
}
.fui-list-large-thumbnails:before {
    content: "\e051";
}
.fui-list-columned:before {
    content: "\e052";
}
.fui-list-bulleted:before {
    content: "\e053";
}
.dropdown-arrow-inverse {
    border-bottom-color: #34495e !important;
    border-top-color: #34495e !important;
}
body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.72222;
    color: #34495e;
    background-color: #ffffff;
}
a {
    color: #16a085;
    text-decoration: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
a:hover,
a:focus {
    color: #1abc9c;
    text-decoration: none;
}
a:focus {
    outline: none;
}
.img-rounded {
    border-radius: 6px;
}
.img-comment {
    font-size: 15px;
    line-height: 1.2;
    font-style: italic;
    margin: 24px 0;
}
p {
    font-size: 18px;
    line-height: 1.72222;
    margin: 0 0 15px;
}
.lead {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.46428571;
    font-weight: 300;
}
@media (min-width: 768px) {
    .lead {
        font-size: 30.006px;
    }
}
small,
.small {
    font-size: 83%;
    line-height: 2.067;
}
.text-muted {
    color: #bdc3c7;
}
.text-inverse {
    color: #ffffff;
}
.text-primary {
    color: #1abc9c;
}
.text-primary:hover {
    color: #15967d;
}
.text-warning {
    color: #f1c40f;
}
.text-warning:hover {
    color: #c19d0c;
}
.text-danger {
    color: #e74c3c;
}
.text-danger:hover {
    color: #b93d30;
}
.text-success {
    color: #2ecc71;
}
.text-success:hover {
    color: #25a35a;
}
.text-info {
    color: #3498db;
}
.text-info:hover {
    color: #2a7aaf;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    color: #e7e9ec;
}
h1,
h2,
h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}
h4,
h5,
h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}
h6 {
    font-weight: normal;
}
h1,
.h1 {
    font-size: 61px;
}
h2,
.h2 {
    font-size: 53px;
}
h3,
.h3 {
    font-size: 40px;
}
h4,
.h4 {
    font-size: 29px;
}
h5,
.h5 {
    font-size: 28px;
}
h6,
.h6 {
    font-size: 24px;
}
.page-header {
    padding-bottom: 14px;
    margin: 60px 0 30px;
    border-bottom: 1px solid #e7e9ec;
}
ul,
ol {
    margin-bottom: 15px;
}
dl {
    margin-bottom: 30px;
}
dt,
dd {
    line-height: 1.72222;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 160px;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    border-bottom: 1px dotted #bdc3c7;
}
blockquote {
    border-left: 3px solid #e7e9ec;
    padding: 0 0 0 16px;
    margin: 0 0 30px;
}
blockquote p {
    font-size: 20px;
    line-height: 1.55;
    font-weight: normal;
    margin-bottom: .4em;
}
blockquote small {
    font-size: 18px;
    line-height: 1.72222;
    font-style: italic;
    color: inherit;
}
blockquote small:before {
    content: "";
}
blockquote.pull-right {
    padding-right: 16px;
    padding-left: 0;
    border-right: 3px solid #e7e9ec;
    border-left: 0;
}
blockquote.pull-right small:after {
    content: "";
}
address {
    margin-bottom: 30px;
    line-height: 1.72222;
}
code,
kdb,
pre,
samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
    font-size: 75%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
pre {
    padding: 8px;
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 1.72222;
    color: inherit;
    background-color: #ffffff;
    border: 2px solid #e7e9ec;
    border-radius: 6px;
    white-space: pre;
}
.pre-scrollable {
    max-height: 340px;
}
.btn {
    border: none;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    border-radius: 4px;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.btn:hover,
.btn:focus {
    outline: none;
    color: #ffffff;
}
.btn:active,
.btn.active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    background-color: #bdc3c7;
    color: rgba(255, 255, 255, 0.75);
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.btn > [class^="fui-"] {
    margin: 0 1px;
    position: relative;
    line-height: 1;
    top: 1px;
}
.btn-xs.btn > [class^="fui-"] {
    font-size: 11px;
    top: 0;
}
.btn-hg.btn > [class^="fui-"] {
    top: 2px;
}
.btn-default {
    color: #ffffff;
    background-color: #bdc3c7;
}
.btn-default:hover,
.btn-default.hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #cacfd2;
    border-color: #cacfd2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background: #a1a6a9;
    border-color: #a1a6a9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled.hover,
.btn-default[disabled].hover,
fieldset[disabled] .btn-default.hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #bdc3c7;
    border-color: #bdc3c7;
}
.btn-primary {
    color: #ffffff;
    background-color: #1abc9c;
}
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #48c9b0;
    border-color: #48c9b0;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background: #16a085;
    border-color: #16a085;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled.hover,
.btn-primary[disabled].hover,
fieldset[disabled] .btn-primary.hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.btn-info {
    color: #ffffff;
    background-color: #3498db;
}
.btn-info:hover,
.btn-info.hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #5dade2;
    border-color: #5dade2;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background: #2c81ba;
    border-color: #2c81ba;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled.hover,
.btn-info[disabled].hover,
fieldset[disabled] .btn-info.hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #3498db;
    border-color: #3498db;
}
.btn-danger {
    color: #ffffff;
    background-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger.hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #ec7063;
    border-color: #ec7063;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background: #c44133;
    border-color: #c44133;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled.hover,
.btn-danger[disabled].hover,
fieldset[disabled] .btn-danger.hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.btn-success {
    color: #ffffff;
    background-color: #2ecc71;
}
.btn-success:hover,
.btn-success.hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #58d68d;
    border-color: #58d68d;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background: #27ad60;
    border-color: #27ad60;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled.hover,
.btn-success[disabled].hover,
fieldset[disabled] .btn-success.hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #2ecc71;
    border-color: #2ecc71;
}
.btn-warning {
    color: #ffffff;
    background-color: #f1c40f;
}
.btn-warning:hover,
.btn-warning.hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #f5d313;
    border-color: #f5d313;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background: #cda70d;
    border-color: #cda70d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled.hover,
.btn-warning[disabled].hover,
fieldset[disabled] .btn-warning.hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f1c40f;
    border-color: #f1c40f;
}
.btn-inverse {
    color: #ffffff;
    background-color: #34495e;
}
.btn-inverse:hover,
.btn-inverse.hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
    color: #ffffff;
    background-color: #415b76;
    border-color: #415b76;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
    background: #2c3e50;
    border-color: #2c3e50;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled.hover,
.btn-inverse[disabled].hover,
fieldset[disabled] .btn-inverse.hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    background-color: #34495e;
    border-color: #34495e;
}
.btn-embossed {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.btn-embossed.active,
.btn-embossed:active {
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}
.btn-wide {
    min-width: 140px;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-link {
    color: #16a085;
}
.btn-link:hover,
.btn-link:focus {
    color: #1abc9c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #bdc3c7;
    text-decoration: none;
}
.btn-hg {
    padding: 13px 20px;
    font-size: 22px;
    line-height: 1.227;
    border-radius: 6px;
}
.btn-lg {
    padding: 10px 19px;
    font-size: 17px;
    line-height: 1.471;
    border-radius: 6px;
}
.btn-sm {
    padding: 9px 13px;
    font-size: 13px;
    line-height: 1.385;
    border-radius: 4px;
}
.btn-xs {
    padding: 6px 9px;
    font-size: 12px;
    line-height: 1.083;
    border-radius: 3px;
}
.btn-tip {
    font-weight: 300;
    padding-left: 10px;
    font-size: 92%;
}
.btn-block {
    white-space: normal;
}
[class*="btn-social-"] {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.077;
    border-radius: 4px;
}
.btn-social-pinterest {
    color: #ffffff;
    background-color: #cb2028;
}
.btn-social-pinterest:hover,
.btn-social-pinterest:focus {
    background-color: #d54d53;
}
.btn-social-pinterest:active,
.btn-social-pinterest.active {
    background-color: #ad1b22;
}
.btn-social-linkedin {
    color: #ffffff;
    background-color: #0072b5;
}
.btn-social-linkedin:hover,
.btn-social-linkedin:focus {
    background-color: #338ec4;
}
.btn-social-linkedin:active,
.btn-social-linkedin.active {
    background-color: #00619a;
}
.btn-social-stumbleupon {
    color: #ffffff;
    background-color: #ed4a13;
}
.btn-social-stumbleupon:hover,
.btn-social-stumbleupon:focus {
    background-color: #f16e42;
}
.btn-social-stumbleupon:active,
.btn-social-stumbleupon.active {
    background-color: #c93f10;
}
.btn-social-googleplus {
    color: #ffffff;
    background-color: #2d2d2d;
}
.btn-social-googleplus:hover,
.btn-social-googleplus:focus {
    background-color: #575757;
}
.btn-social-googleplus:active,
.btn-social-googleplus.active {
    background-color: #262626;
}
.btn-social-facebook {
    color: #ffffff;
    background-color: #2f4b93;
}
.btn-social-facebook:hover,
.btn-social-facebook:focus {
    background-color: #596fa9;
}
.btn-social-facebook:active,
.btn-social-facebook.active {
    background-color: #28407d;
}
.btn-social-twitter {
    color: #ffffff;
    background-color: #00bdef;
}
.btn-social-twitter:hover,
.btn-social-twitter:focus {
    background-color: #33caf2;
}
.btn-social-twitter:active,
.btn-social-twitter.active {
    background-color: #00a1cb;
}
.btn-default .caret {
    border-top-color: #ffffff;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #ffffff;
}
.dropup .btn-default .caret {
    border-bottom-color: #ffffff;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
    border-bottom-color: #ffffff;
}
.btn-group-xs > .btn {
    padding: 6px 9px;
    font-size: 12px;
    line-height: 1.083;
    border-radius: 3px;
}
.btn-group-sm > .btn {
    padding: 9px 13px;
    font-size: 13px;
    line-height: 1.385;
    border-radius: 4px;
}
.btn-group-lg > .btn {
    padding: 10px 19px;
    font-size: 17px;
    line-height: 1.471;
    border-radius: 6px;
}
.btn-group-gh > .btn {
    padding: 13px 20px;
    font-size: 22px;
    line-height: 1.227;
    border-radius: 6px;
}
.btn-group > .btn + .btn {
    margin-left: 0;
}
.btn-group > .btn + .dropdown-toggle {
    border-left: 2px solid rgba(52, 73, 94, 0.15);
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group > .btn + .dropdown-toggle .caret {
    margin-left: 3px;
    margin-right: 3px;
}
.btn-group > .btn.btn-gh + .dropdown-toggle .caret {
    margin-left: 7px;
    margin-right: 7px;
}
.btn-group > .btn.btn-sm + .dropdown-toggle .caret {
    margin-left: 0;
    margin-right: 0;
}
.dropdown-toggle .caret {
    margin-left: 8px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-weight: 400;
}
.btn-group:focus .dropdown-toggle {
    outline: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.btn-group.open .dropdown-toggle {
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-toolbar .btn.active {
    color: #ffffff;
}
.btn-toolbar .btn > [class^="fui-"] {
    font-size: 16px;
    margin: 0 1px;
}
.caret {
    border-width: 8px 6px;
    border-bottom-color: #34495e;
    border-top-color: #34495e;
    border-style: solid;
    border-bottom-style: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
}
.dropup .caret,
.dropup .btn-lg .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-bottom-width: 8px;
}
.btn-lg .caret {
    border-top-width: 8px;
    border-right-width: 6px;
    border-left-width: 6px;
}
.select {
    display: inline-block;
    margin-bottom: 10px;
}
[class*="span"] > .select[class*="span"] {
    margin-left: 0;
}
.select[class*="span"] .btn {
    width: 100%;
}
.select.select-block {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
}
.select.select-block:before,
.select.select-block:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.select.select-block:after {
    clear: both;
}
.select.select-block .btn {
    width: 100%;
}
.select.select-block .dropdown-menu {
    width: 100%;
}
.select .btn {
    width: 220px;
}
.select .btn.btn-hg .filter-option {
    left: 20px;
    right: 40px;
    top: 13px;
}
.select .btn.btn-hg .caret {
    right: 20px;
}
.select .btn.btn-lg .filter-option {
    left: 18px;
    right: 38px;
}
.select .btn.btn-sm .filter-option {
    left: 13px;
    right: 33px;
}
.select .btn.btn-sm .caret {
    right: 13px;
}
.select .btn.btn-xs .filter-option {
    left: 13px;
    right: 33px;
    top: 5px;
}
.select .btn.btn-xs .caret {
    right: 13px;
}
.select .btn .filter-option {
    height: 26px;
    left: 13px;
    overflow: hidden;
    position: absolute;
    right: 33px;
    text-align: left;
    top: 10px;
}
.select .btn .caret {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
}
.select .btn .dropdown-toggle {
    border-radius: 6px;
}
.select .btn .dropdown-menu {
    min-width: 100%;
}
.select .btn .dropdown-menu dt {
    cursor: default;
    display: block;
    padding: 3px 20px;
}
.select .btn .dropdown-menu li:not(.disabled) > a:hover small {
    color: rgba(255, 255, 255, 0.004);
}
.select .btn .dropdown-menu li > a {
    min-height: 20px;
}
.select .btn .dropdown-menu li > a.opt {
    padding-left: 35px;
}
.select .btn .dropdown-menu li small {
    padding-left: .5em;
}
.select .btn .dropdown-menu li > dt small {
    font-weight: normal;
}
.select .btn > .disabled,
.select .btn .dropdown-menu li.disabled > a {
    cursor: default;
}
.select .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: inherit;
    color: inherit;
    border-bottom: none;
}
textarea {
    font-size: 20px;
    line-height: 24px;
    padding: 5px 11px;
}
input[type="search"] {
    -webkit-appearance: none !important;
}
label {
    font-weight: normal;
    font-size: 15px;
    line-height: 2.4;
}
.form-control:-moz-placeholder {
    color: #b2bcc5;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #b2bcc5;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #b2bcc5;
}
.form-control::-webkit-input-placeholder {
    color: #b2bcc5;
}
.form-control.placeholder {
    color: #b2bcc5;
}
.form-control {
    border: 2px solid #bdc3c7;
    color: #34495e;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 42px;
    -webkit-appearance: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.form-group.focus .form-control,
.form-control:focus {
    border-color: #1abc9c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f4f6f6;
    border-color: #d5dbdb;
    color: #d5dbdb;
    cursor: default;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.form-control.flat {
    border-color: transparent;
}
.form-control.flat:hover {
    border-color: #bdc3c7;
}
.form-control.flat:focus {
    border-color: #1abc9c;
}
.input-sm {
    height: 35px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.462;
    border-radius: 6px;
}
select.input-sm {
    height: 35px;
    line-height: 35px;
}
textarea.input-sm {
    height: auto;
}
.input-lg {
    height: 45px;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 1.235;
    border-radius: 6px;
}
select.input-lg {
    height: 45px;
    line-height: 45px;
}
textarea.input-lg {
    height: auto;
}
.input-hg {
    height: 53px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.318;
    border-radius: 6px;
}
select.input-hg {
    height: 53px;
    line-height: 53px;
}
textarea.input-hg {
    height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
    color: #f1c40f;
}
.has-warning .form-control {
    color: #f1c40f;
    border-color: #f1c40f;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
    color: #f1c40f;
    opacity: 1;
}
.has-warning .form-control::-moz-placeholder {
    color: #f1c40f;
    opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
    color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
    color: #f1c40f;
}
.has-warning .form-control.placeholder {
    color: #f1c40f;
}
.has-warning .form-control:focus {
    border-color: #f1c40f;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-warning .input-group-addon {
    color: #f1c40f;
    border-color: #f1c40f;
    background-color: #ffffff;
}
.has-error .help-block,
.has-error .control-label {
    color: #e74c3c;
}
.has-error .form-control {
    color: #e74c3c;
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control:-moz-placeholder {
    color: #e74c3c;
    opacity: 1;
}
.has-error .form-control::-moz-placeholder {
    color: #e74c3c;
    opacity: 1;
}
.has-error .form-control:-ms-input-placeholder {
    color: #e74c3c;
}
.has-error .form-control::-webkit-input-placeholder {
    color: #e74c3c;
}
.has-error .form-control.placeholder {
    color: #e74c3c;
}
.has-error .form-control:focus {
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .input-group-addon {
    color: #e74c3c;
    border-color: #e74c3c;
    background-color: #ffffff;
}
.has-success .help-block,
.has-success .control-label {
    color: #2ecc71;
}
.has-success .form-control {
    color: #2ecc71;
    border-color: #2ecc71;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
    color: #2ecc71;
    opacity: 1;
}
.has-success .form-control::-moz-placeholder {
    color: #2ecc71;
    opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
    color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
    color: #2ecc71;
}
.has-success .form-control.placeholder {
    color: #2ecc71;
}
.has-success .form-control:focus {
    border-color: #2ecc71;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .input-group-addon {
    color: #2ecc71;
    border-color: #2ecc71;
    background-color: #ffffff;
}
.help-block {
    font-size: 15px;
    margin-bottom: 5px;
    color: inherit;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.form-horizontal .form-group:after {
    clear: both;
}
.form-horizontal .form-control-static {
    padding-top: 6px;
}
.form-group {
    position: relative;
}
.form-control + .input-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    line-height: 37px;
    vertical-align: middle;
    font-size: 20px;
    color: #b2bcc5;
    background-color: #ffffff;
    padding: 0 12px 0 0;
    border-radius: 6px;
}
.input-hg + .input-icon {
    line-height: 49px;
    padding: 0 16px 0 0;
}
.input-lg + .input-icon {
    line-height: 41px;
    padding: 0 15px 0 0;
}
.input-sm + .input-icon {
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px 0 0;
}
.has-success .input-icon {
    color: #2ecc71;
}
.has-warning .input-icon {
    color: #f1c40f;
}
.has-error .input-icon {
    color: #e74c3c;
}
.form-control[disabled] + .input-icon,
.form-control[readonly] + .input-icon,
fieldset[disabled] .form-control + .input-icon,
.form-control.disabled + .input-icon {
    color: #d5dbdb;
    background-color: transparent;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.input-group-hg > .form-control,
.input-group-hg > .input-group-addon,
.input-group-hg > .input-group-btn > .btn {
    height: 53px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.318;
    border-radius: 6px;
}
select.input-group-hg > .form-control,
select.input-group-hg > .input-group-addon,
select.input-group-hg > .input-group-btn > .btn {
    height: 53px;
    line-height: 53px;
}
textarea.input-group-hg > .form-control,
textarea.input-group-hg > .input-group-addon,
textarea.input-group-hg > .input-group-btn > .btn {
    height: auto;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 1.235;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 35px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.462;
    border-radius: 6px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 35px;
    line-height: 35px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon {
    padding: 10px 12px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    background-color: #bdc3c7;
    border: 1px solid #bdc3c7;
    border-radius: 6px;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.input-group-hg .input-group-addon,
.input-group-lg .input-group-addon,
.input-group-sm .input-group-addon {
    line-height: 1;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.form-group.focus .input-group-addon,
.input-group.focus .input-group-addon {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.form-group.focus .input-group-btn > .btn-default + .btn-default,
.input-group.focus .input-group-btn > .btn-default + .btn-default {
    border-left-color: #16a085;
}
.form-group.focus .input-group-btn .btn,
.input-group.focus .input-group-btn .btn {
    border-color: #1abc9c;
    background-color: #ffffff;
    color: #1abc9c;
}
.form-group.focus .input-group-btn .btn-default,
.input-group.focus .input-group-btn .btn-default {
    color: #ffffff;
    background-color: #1abc9c;
}
.form-group.focus .input-group-btn .btn-default:hover,
.input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default.hover,
.input-group.focus .input-group-btn .btn-default.hover,
.form-group.focus .input-group-btn .btn-default:focus,
.input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
    color: #ffffff;
    background-color: #48c9b0;
    border-color: #48c9b0;
}
.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
    background: #16a085;
    border-color: #16a085;
}
.form-group.focus .input-group-btn .btn-default.disabled,
.input-group.focus .input-group-btn .btn-default.disabled,
.form-group.focus .input-group-btn .btn-default[disabled],
.input-group.focus .input-group-btn .btn-default[disabled],
fieldset[disabled] .form-group.focus .input-group-btn .btn-default,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default,
.form-group.focus .input-group-btn .btn-default.disabled:hover,
.input-group.focus .input-group-btn .btn-default.disabled:hover,
.form-group.focus .input-group-btn .btn-default[disabled]:hover,
.input-group.focus .input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default.disabled.hover,
.input-group.focus .input-group-btn .btn-default.disabled.hover,
.form-group.focus .input-group-btn .btn-default[disabled].hover,
.input-group.focus .input-group-btn .btn-default[disabled].hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default.hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default.hover,
.form-group.focus .input-group-btn .btn-default.disabled:focus,
.input-group.focus .input-group-btn .btn-default.disabled:focus,
.form-group.focus .input-group-btn .btn-default[disabled]:focus,
.input-group.focus .input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:focus,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default.disabled:active,
.input-group.focus .input-group-btn .btn-default.disabled:active,
.form-group.focus .input-group-btn .btn-default[disabled]:active,
.input-group.focus .input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.disabled.active,
.input-group.focus .input-group-btn .btn-default.disabled.active,
.form-group.focus .input-group-btn .btn-default[disabled].active,
.input-group.focus .input-group-btn .btn-default[disabled].active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default.active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default.active {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.input-group-btn .btn {
    background-color: #ffffff;
    border: 2px solid #bdc3c7;
    color: #bdc3c7;
    line-height: 18px;
}
.input-group-btn .btn-default {
    color: #ffffff;
    background-color: #bdc3c7;
}
.input-group-btn .btn-default:hover,
.input-group-btn .btn-default.hover,
.input-group-btn .btn-default:focus,
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open .dropdown-toggle.input-group-btn .btn-default {
    color: #ffffff;
    background-color: #cacfd2;
    border-color: #cacfd2;
}
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open .dropdown-toggle.input-group-btn .btn-default {
    background: #a1a6a9;
    border-color: #a1a6a9;
}
.input-group-btn .btn-default.disabled,
.input-group-btn .btn-default[disabled],
fieldset[disabled] .input-group-btn .btn-default,
.input-group-btn .btn-default.disabled:hover,
.input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .input-group-btn .btn-default:hover,
.input-group-btn .btn-default.disabled.hover,
.input-group-btn .btn-default[disabled].hover,
fieldset[disabled] .input-group-btn .btn-default.hover,
.input-group-btn .btn-default.disabled:focus,
.input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .input-group-btn .btn-default:focus,
.input-group-btn .btn-default.disabled:active,
.input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .input-group-btn .btn-default:active,
.input-group-btn .btn-default.disabled.active,
.input-group-btn .btn-default[disabled].active,
fieldset[disabled] .input-group-btn .btn-default.active {
    background-color: #bdc3c7;
    border-color: #bdc3c7;
}
.input-group-hg .input-group-btn .btn {
    line-height: 31px;
}
.input-group-lg .input-group-btn .btn {
    line-height: 21px;
}
.input-group-sm .input-group-btn .btn {
    line-height: 19px;
}
.input-group-btn:first-child > .btn {
    margin-right: -2px;
    border-right-width: 0;
}
.input-group-btn:last-child > .btn {
    margin-left: -4px;
    border-left-width: 0;
}
.input-group-btn > .btn-default + .btn-default {
    border-left: 2px solid #bdc3c7;
    margin-left: -4px;
}
.input-group-btn > .btn-default:first-child + btn-default {
    margin-left: -1px;
}
.input-group-btn > .btn:first-child + .btn .caret {
    margin-left: 0;
}
.input-group-rounded .input-group-btn + .form-control,
.input-group-rounded .input-group-btn:last-child .btn {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.input-group-hg.input-group-rounded .input-group-btn + .form-control,
.input-group-hg.input-group-rounded .input-group-btn:last-child .btn {
    border-bottom-right-radius: 27px;
    border-top-right-radius: 27px;
}
.input-group-lg.input-group-rounded .input-group-btn + .form-control,
.input-group-lg.input-group-rounded .input-group-btn:last-child .btn {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
.input-group-rounded .form-control:first-child,
.input-group-rounded .input-group-btn:first-child .btn {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.input-group-hg.input-group-rounded .form-control:first-child,
.input-group-hg.input-group-rounded .input-group-btn:first-child .btn {
    border-bottom-left-radius: 27px;
    border-top-left-radius: 27px;
}
.input-group-lg.input-group-rounded .form-control:first-child,
.input-group-lg.input-group-rounded .input-group-btn:first-child .btn {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.input-group-rounded .input-group-btn + .form-control {
    padding-left: 0;
}
.btn-file {
    overflow: hidden;
    position: relative;
}
.btn-file > input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
    width: 100%;
}
.fileinput {
    margin-bottom: 9px;
    display: block;
}
.fileinput .fileinput-filename {
    font-size: 15px;
}
.fileinput .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fileinput .uneditable-input [class^="fui-"] {
    margin-right: .3em;
}
.fileinput .fileinput-preview {
    cursor: pointer;
}
.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 6px;
    border: 2px solid #bdc3c7;
}
.fileinput .thumbnail > img {
    max-height: 100%;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}
.fileinput-inline .fileinput-controls {
    display: inline;
}
.fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0;
}
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 3px 3px 0;
}
.fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .uneditable-input {
    color: #f1c40f;
    border-color: #faebcc;
}
.form-group.has-warning .fileinput .fileinput-preview {
    color: #f1c40f;
}
.form-group.has-warning .fileinput .thumbnail {
    border-color: #faebcc;
}
.form-group.has-error .fileinput .uneditable-input {
    color: #e74c3c;
    border-color: #ebccd1;
}
.form-group.has-error .fileinput .fileinput-preview {
    color: #e74c3c;
}
.form-group.has-error .fileinput .thumbnail {
    border-color: #ebccd1;
}
.form-group.has-success .fileinput .uneditable-input {
    color: #2ecc71;
    border-color: #d6e9c6;
}
.form-group.has-success .fileinput .fileinput-preview {
    color: #2ecc71;
}
.form-group.has-success .fileinput .thumbnail {
    border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
    border-left: 0;
}
.checkbox,
.radio {
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
    font-size: 14px;
    line-height: 1.5;
}
.checkbox input,
.radio input {
    outline: none !important;
    display: none;
}
.checkbox .icons,
.radio .icons {
    color: #bdc3c7;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 21px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
    display: inline-table;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.checkbox .icons .second-icon,
.radio .icons .second-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox:hover,
.radio:hover {
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
.checkbox:hover .first-icon,
.radio:hover .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox:hover .second-icon,
.radio:hover .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}
.checkbox.checked,
.radio.checked {
    color: #1abc9c;
}
.checkbox.checked .first-icon,
.radio.checked .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox.checked .second-icon,
.radio.checked .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #1abc9c;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
.checkbox.disabled,
.radio.disabled {
    cursor: default;
    color: #e6e8ea;
}
.checkbox.disabled .icons,
.radio.disabled .icons {
    color: #e6e8ea;
}
.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}
.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
    color: #e6e8ea;
}
.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #e6e8ea;
}
.checkbox.primary .icons,
.radio.primary .icons {
    color: #34495e;
}
.checkbox.primary.checked,
.radio.primary.checked {
    color: #1abc9c;
}
.checkbox.primary.checked .icons,
.radio.primary.checked .icons {
    color: #1abc9c;
}
.checkbox.primary.disabled,
.radio.primary.disabled {
    cursor: default;
    color: #bdc3c7;
}
.checkbox.primary.disabled .icons,
.radio.primary.disabled .icons {
    color: #bdc3c7;
}
.checkbox.primary.disabled.checked .icons,
.radio.primary.disabled.checked .icons {
    color: #bdc3c7;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: 10px;
}
.tagsinput {
    background: white;
    border: 2px solid #ebedef;
    border-radius: 6px;
    height: 100px;
    margin-bottom: 18px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
    text-align: left;
}
.tagsinput .tag {
    border-radius: 4px;
    background-color: #ebedef;
    color: #7b8996;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 15px;
    padding: 6px 13px 8px 19px;
    position: relative;
    vertical-align: middle;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}
.tagsinput .tag:hover {
    background-color: #16a085;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
    color: #ffffff;
    opacity: 1;
    display: block\9;
}
.tagsinput input {
    background: transparent;
    border: none;
    color: #34495e;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0 0 0 5px;
    outline: none !important;
    margin: 6px 5px 0 0;
    vertical-align: top;
    width: 12px;
}
.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none\9;
}
.tagsinput-remove-link:before {
    color: #ffffff;
    content: "\e00b";
    font-family: "Flat-UI-Icons";
}
.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
}
.tagsinput-add {
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    padding: 7px 9px;
    vertical-align: top;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}
.tagsinput-add:hover {
    background-color: #1abc9c;
}
.tagsinput-add:before {
    content: "\e009";
    font-family: "Flat-UI-Icons";
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}
.not_valid {
    background: #fbd8db !important;
    color: #90111a !important;
    margin-left: 5px !important;
}
.tagsinput-primary {
    border-color: #1abc9c;
}
.tagsinput-primary .tag {
    background-color: #1abc9c;
    color: #ffffff;
}
.twitter-typeahead {
    width: 100%;
}
.tt-query,
.tt-hint {
    border: 2px solid #bdc3c7;
    color: #34495e;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 42px;
    -webkit-appearance: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.tt-query:-moz-placeholder,
.tt-hint:-moz-placeholder {
    color: #b2bcc5;
    opacity: 1;
}
.tt-query::-moz-placeholder,
.tt-hint::-moz-placeholder {
    color: #b2bcc5;
    opacity: 1;
}
.tt-query:-ms-input-placeholder,
.tt-hint:-ms-input-placeholder {
    color: #b2bcc5;
}
.tt-query::-webkit-input-placeholder,
.tt-hint::-webkit-input-placeholder {
    color: #b2bcc5;
}
.tt-query.placeholder,
.tt-hint.placeholder {
    color: #b2bcc5;
}
.form-group.focus .tt-query,
.form-group.focus .tt-hint,
.tt-query:focus,
.tt-hint:focus {
    border-color: #1abc9c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tt-query[disabled],
.tt-hint[disabled],
.tt-query[readonly],
.tt-hint[readonly],
fieldset[disabled] .tt-query,
fieldset[disabled] .tt-hint {
    background-color: #f4f6f6;
    border-color: #d5dbdb;
    color: #d5dbdb;
    cursor: default;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.tt-query.flat,
.tt-hint.flat {
    border-color: transparent;
}
.tt-query.flat:hover,
.tt-hint.flat:hover {
    border-color: #bdc3c7;
}
.tt-query.flat:focus,
.tt-hint.flat:focus {
    border-color: #1abc9c;
}
.tt-query + .input-icon,
.tt-hint + .input-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    line-height: 37px;
    vertical-align: middle;
    font-size: 20px;
    color: #b2bcc5;
    background-color: #ffffff;
    padding: 0 12px 0 0;
    border-radius: 6px;
}
.tt-dropdown-menu {
    width: 100%;
    margin-top: 5px;
    border: 2px solid #1abc9c;
    padding: 5px 0;
    background-color: #ffffff;
    border-radius: 6px;
}
.tt-suggestion p {
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.429;
    margin: 0;
}
.tt-suggestion:first-child p,
.tt-suggestion:last-child p {
    padding: 6px 14px;
}
.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #16a085;
}
.progress {
    background: #ebedef;
    border-radius: 32px;
    height: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar {
    background: #1abc9c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar-success {
    background-color: #2ecc71;
}
.progress-bar-warning {
    background-color: #f1c40f;
}
.progress-bar-danger {
    background-color: #e74c3c;
}
.progress-bar-info {
    background-color: #3498db;
}
.ui-slider {
    background: #ebedef;
    border-radius: 32px;
    height: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    position: relative;
}
.ui-slider-handle {
    background-color: #16a085;
    border-radius: 50%;
    cursor: pointer;
    height: 18px;
    position: absolute;
    width: 18px;
    z-index: 2;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}
.ui-slider-handle:hover,
.ui-slider-handle:focus {
    background-color: #48c9b0;
    outline: none;
}
.ui-slider-handle:active {
    background-color: #16a085;
}
.ui-slider-range {
    background-color: #1abc9c;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.ui-slider-segment {
    background-color: #d9dbdd;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}
.ui-slider-value {
    float: right;
    font-size: 13px;
    margin-top: 12px;
}
.ui-slider-value.first {
    clear: left;
    float: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -9px;
    top: -3px;
}
.ui-slider-horizontal .ui-slider-handle[style*="100"] {
    margin-left: -15px;
}
.ui-slider-horizontal .ui-slider-range {
    border-radius: 30px 0 0 30px;
}
.ui-slider-horizontal .ui-slider-segment {
    float: left;
    margin: 3px -6px 0 0;
}
.ui-slider-vertical {
    width: 12px;
}
.ui-slider-vertical .ui-slider-handle {
    margin-left: -3px;
    margin-bottom: -11px;
    top: auto;
}
.ui-slider-vertical .ui-slider-range {
    width: 100%;
    bottom: 0;
    border-radius: 0 0 30px 30px;
}
.ui-slider-vertical .ui-slider-segment {
    position: absolute;
    right: 3px;
}
.ui-spinner {
    display: inline-block;
    overflow: hidden;
    padding: 0 37px 0 0;
    position: relative;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .ui-spinner {
        display: block;
    }
}
.ui-spinner .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-spinner.focus .ui-spinner-input {
    color: #1abc9c;
    border-color: #1abc9c;
}
.ui-spinner.focus .ui-spinner-button {
    background-color: #1abc9c;
}
.ui-spinner.focus .ui-spinner-button:hover {
    background-color: #16a085;
}
.ui-spinner.focus .ui-spinner-up {
    border-bottom-color: #16a085;
}
.ui-spinner-input {
    width: 55px;
    border-radius: 6px 0 0 6px;
    text-align: center;
    padding: 6px 12px;
    border-right-width: 0 !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
}
.ui-spinner-input:-moz-placeholder {
    color: #718191;
    opacity: 1;
}
.ui-spinner-input::-moz-placeholder {
    color: #718191;
    opacity: 1;
}
.ui-spinner-input:-ms-input-placeholder {
    color: #718191;
}
.ui-spinner-input::-webkit-input-placeholder {
    color: #718191;
}
.ui-spinner-input.placeholder {
    color: #718191;
}
@media (max-width: 768px) {
    .ui-spinner-input {
        width: 100%;
    }
}
.ui-spinner-input.input-hg + .ui-spinner-button {
    height: 28px;
    line-height: 25px;
}
.ui-spinner-input.input-hg + .ui-spinner-button + .ui-spinner-button {
    height: 25px;
    line-height: 25px;
}
.ui-spinner-input.input-lg + .ui-spinner-button {
    height: 24px;
    line-height: 21px;
}
.ui-spinner-input.input-lg + .ui-spinner-button + .ui-spinner-button {
    height: 21px;
    line-height: 21px;
}
.ui-spinner-input.input-sm {
    font-size: 18px;
    line-height: 1;
}
.ui-spinner-input.input-sm + .ui-spinner-button {
    height: 19px;
    line-height: 1;
}
.ui-spinner-input.input-sm + .ui-spinner-button + .ui-spinner-button {
    height: 17px;
    line-height: 1;
}
.input-group-addon + .ui-spinner .ui-spinner-input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: .5em;
    line-height: 19px;
    height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 37px;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    background-color: #bdc3c7;
    outline: none;
}
.ui-spinner-button:hover {
    background-color: #d1d5d8;
    color: #e8f8f5;
}
.ui-spinner-button .ui-icon {
    font-size: 0;
}
.ui-spinner-button .ui-icon:before {
    content: "\e001";
    font-family: "Flat-UI-Icons";
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
.ui-spinner-up {
    border-bottom: 2px solid #d1d5d8;
    top: 0;
    border-radius: 0 6px 0 0;
}
.ui-spinner-down {
    bottom: 0;
    height: 20px;
    border-radius: 0 0 6px 0;
}
.ui-spinner-down .ui-icon:before {
    content: "\e005";
}
.ui-datepicker {
    width: 264px;
    background-color: #ffffff;
    display: none;
    margin: 10px 0 0 0;
    border: 7px solid #1abc9c;
    border-radius: 6px;
    -webkit-box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
    box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
}
.ui-datepicker .ui-datepicker-header {
    background-color: #1abc9c;
    color: #ffffff;
    cursor: default;
    margin: -7px -7px 2px;
    position: relative;
    border-radius: 6px 6px 0 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 52px;
    height: 44px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: #48c9b0;
}
.ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next:active {
    background-color: #16a085;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.75);
    cursor: default;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.ui-datepicker .ui-datepicker-prev {
    left: 0;
    border-right: 2px solid #5fd0ba;
    border-radius: 6px 0 0 0;
}
.ui-datepicker .ui-datepicker-next {
    right: 0;
    border-left: 2px solid #5fd0ba;
    border-radius: 0 6px 0 0;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 52px;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -6px;
    text-indent: -9999px;
    width: 0;
    height: 0;
    content: "";
}
.ui-datepicker .ui-icon-circle-triangle-w {
    border: inset transparent;
    border-width: 7px 12px 7px 0;
    border-right-color: #ffffff;
}
.ui-datepicker .ui-icon-circle-triangle-e {
    border: outset transparent;
    border-width: 7px 0 7px 12px;
    border-left-color: #ffffff;
}
.ui-datepicker table {
    font-size: 14px;
    margin: 0 0 3px;
    width: 100%;
}
.ui-datepicker th {
    min-width: 34px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    border: 0;
    padding: 1px;
    vertical-align: middle;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    text-decoration: none;
    color: #34495e;
    height: 30px;
    line-height: 30px;
    min-width: 34px;
}
.ui-datepicker td a {
    border-radius: 6px;
}
.ui-datepicker td a:hover {
    background-color: #d7dbdd;
    color: #34495e;
}
.ui-datepicker .ui-state-active {
    background-color: #1abc9c;
    color: #ffffff;
}
.ui-datepicker .ui-datepicker-other-month a {
    color: #c2c8cf;
}
.ui-datepicker select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker:before {
    content: "";
    border-color: transparent transparent #1abc9c;
    border-style: solid;
    border-width: 0 6px 6px;
    height: 0;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 12px;
    top: -13px;
    width: 0;
    z-index: 10;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.pager {
    background-color: #34495e;
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}
.pager li:first-child > a,
.pager li:first-child > span {
    border-left: none;
    border-radius: 6px 0 0 6px;
}
.pager li > a,
.pager li > span {
    background: none;
    border: none;
    border-left: 2px solid #2c3e50;
    color: #ffffff;
    padding: 9px 15px 10px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 0 6px 6px 0;
    line-height: 1.313;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
    background-color: #2c3e50;
}
.pager li > a:active,
.pager li > span:active {
    background-color: #2c3e50;
}
.pager li > a [class*="fui-"] + span,
.pager li > span [class*="fui-"] + span {
    margin-left: 8px;
}
.pager li > a span + [class*="fui-"],
.pager li > span span + [class*="fui-"] {
    margin-left: 8px;
}
.pagination {
    position: relative;
}
@media (max-width: 480px) {
    .pagination {
        display: block;
    }
}
.pagination ul {
    background: #d6dbdf;
    color: #ffffff;
    padding: 0;
    margin: 0;
    display: inline-block;
    border-radius: 6px;
}
@media (max-width: 480px) {
    .pagination ul {
        height: 41px;
        padding: 0 55px 0 52px;
        overflow: auto;
        white-space: nowrap;
        border-radius: 6px;
    }
}
.pagination ul li {
    display: inline-block;
    margin-right: -3px;
    vertical-align: middle;
}
.pagination ul li.active > a,
.pagination ul li.active > span {
    background-color: #1abc9c;
    color: #ffffff;
}
.pagination ul li.active.previous > a,
.pagination ul li.active.next > a,
.pagination ul li.active.previous > span,
.pagination ul li.active.next > span {
    margin: 0;
}
.pagination ul li.active.previous > a,
.pagination ul li.active.next > a,
.pagination ul li.active.previous > span,
.pagination ul li.active.next > span,
.pagination ul li.active.previous > a:hover,
.pagination ul li.active.next > a:hover,
.pagination ul li.active.previous > span:hover,
.pagination ul li.active.next > span:hover,
.pagination ul li.active.previous > a:focus,
.pagination ul li.active.next > a:focus,
.pagination ul li.active.previous > span:focus,
.pagination ul li.active.next > span:focus {
    background-color: #1abc9c;
    color: #ffffff;
}
.pagination ul li:first-child > a,
.pagination ul li:first-child > span {
    border-radius: 6px 0 0 6px;
    border-left: none;
}
.pagination ul li:first-child.previous + li > a,
.pagination ul li:first-child.previous + li > span {
    border-left-width: 0;
}
.pagination ul li:last-child {
    margin-right: 0;
}
.pagination ul li:last-child > a,
.pagination ul li:last-child > span,
.pagination ul li:last-child > a:hover,
.pagination ul li:last-child > span:hover,
.pagination ul li:last-child > a:focus,
.pagination ul li:last-child > span:focus {
    border-radius: 0 6px 6px 0;
}
.pagination ul li.previous > a,
.pagination ul li.next > a,
.pagination ul li.previous > span,
.pagination ul li.next > span {
    border-right: 2px solid #e4e7ea;
    font-size: 16px;
    min-width: auto;
    padding: 12px 17px;
}
.pagination ul li.next > a,
.pagination ul li.next > span {
    border-right: none;
}
@media (max-width: 480px) {
    .pagination ul li.next,
    .pagination ul li.previous {
        background-color: #d6dbdf;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        border-radius: 0 6px 6px 0;
    }
    .pagination ul li.previous {
        left: 0;
        right: auto;
        border-radius: 6px 0 0 6px;
    }
}
.pagination ul li > a,
.pagination ul li > span {
    display: inline-block;
    background: transparent;
    border: none;
    border-left: 2px solid #e4e7ea;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    min-height: 41px;
    min-width: 41px;
    outline: none;
    padding: 12px 10px;
    text-align: center;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
.pagination ul li > a:hover,
.pagination ul li > span:hover,
.pagination ul li > a:focus,
.pagination ul li > span:focus {
    background-color: #1abc9c;
}
.pagination ul li > a:active,
.pagination ul li > span:active {
    background-color: #1abc9c;
    color: #ffffff;
}
.pagination > .btn.previous,
.pagination > .btn.next {
    margin-right: 8px;
    font-size: 14px;
    line-height: 1.429;
    padding-left: 23px;
    padding-right: 23px;
}
.pagination > .btn.previous [class*="fui-"],
.pagination > .btn.next [class*="fui-"] {
    font-size: 16px;
    margin-left: -2px;
    margin-top: -2px;
}
.pagination > .btn.next {
    margin-left: 8px;
    margin-right: 0;
}
.pagination > .btn.next [class*="fui-"] {
    margin-right: -2px;
    margin-left: 4px;
}
@media (max-width: 480px) {
    .pagination > .btn {
        display: block;
        margin: 0;
        width: 50%;
    }
    .pagination > .btn:first-child {
        border-bottom: 2px solid #dfe2e5;
        border-radius: 6px 0 0;
    }
    .pagination > .btn:first-child.btn-primary {
        border-bottom-color: #48c9b0;
    }
    .pagination > .btn:first-child.btn-danger {
        border-bottom-color: #ec7063;
    }
    .pagination > .btn:first-child.btn-warning {
        border-bottom-color: #f4d03f;
    }
    .pagination > .btn:first-child.btn-success {
        border-bottom-color: #58d68d;
    }
    .pagination > .btn:first-child.btn-info {
        border-bottom-color: #5dade2;
    }
    .pagination > .btn:first-child.btn-inverse {
        border-bottom-color: #5d6d7e;
    }
    .pagination > .btn:first-child > [class*="fui"] {
        margin-left: -20px;
    }
    .pagination > .btn + ul {
        padding: 0;
        text-align: center;
        border-radius: 0 0 6px 6px;
    }
    .pagination > .btn + ul + .btn {
        border-bottom: 2px solid #dfe2e5;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 6px 0 0;
    }
    .pagination > .btn + ul + .btn.btn-primary {
        border-bottom-color: #48c9b0;
    }
    .pagination > .btn + ul + .btn.btn-danger {
        border-bottom-color: #ec7063;
    }
    .pagination > .btn + ul + .btn.btn-warning {
        border-bottom-color: #f4d03f;
    }
    .pagination > .btn + ul + .btn.btn-success {
        border-bottom-color: #58d68d;
    }
    .pagination > .btn + ul + .btn.btn-info {
        border-bottom-color: #5dade2;
    }
    .pagination > .btn + ul + .btn.btn-inverse {
        border-bottom-color: #5d6d7e;
    }
    .pagination > .btn + ul + .btn > [class*="fui"] {
        margin-right: -20px;
    }
    .pagination ul {
        display: block;
    }
    .pagination ul > li > a {
        border-radius: 0;
    }
}
.pagination-danger ul {
    background-color: #e74c3c;
}
.pagination-danger ul li.previous > a {
    border-right-color: #ef897e;
}
.pagination-danger ul li > a,
.pagination-danger ul li > span {
    border-left-color: #ef897e;
}
.pagination-danger ul li > a:hover,
.pagination-danger ul li > span:hover,
.pagination-danger ul li > a:focus,
.pagination-danger ul li > span:focus {
    background-color: #ec7063;
}
.pagination-danger ul li > a:active,
.pagination-danger ul li > span:active {
    background-color: #c44133;
}
.pagination-danger ul li.active > a,
.pagination-danger ul li.active > span {
    background-color: #c44133;
}
.pagination-danger ul li.pagination-dropdown.dropup .dropdown-arrow {
    border-top-color: #e74c3c;
}
.pagination-success ul {
    background-color: #2ecc71;
}
.pagination-success ul li.previous > a {
    border-right-color: #75dda1;
}
.pagination-success ul li > a,
.pagination-success ul li > span {
    border-left-color: #75dda1;
}
.pagination-success ul li > a:hover,
.pagination-success ul li > span:hover,
.pagination-success ul li > a:focus,
.pagination-success ul li > span:focus {
    background-color: #58d68d;
}
.pagination-success ul li > a:active,
.pagination-success ul li > span:active {
    background-color: #27ad60;
}
.pagination-success ul li.active > a,
.pagination-success ul li.active > span {
    background-color: #27ad60;
}
.pagination-success ul li.pagination-dropdown.dropup .dropdown-arrow {
    border-top-color: #2ecc71;
}
.pagination-warning ul {
    background-color: #f1c40f;
}
.pagination-warning ul li.previous > a {
    border-right-color: #f6d861;
}
.pagination-warning ul li > a,
.pagination-warning ul li > span {
    border-left-color: #f6d861;
}
.pagination-warning ul li > a:hover,
.pagination-warning ul li > span:hover,
.pagination-warning ul li > a:focus,
.pagination-warning ul li > span:focus {
    background-color: #f5d313;
}
.pagination-warning ul li > a:active,
.pagination-warning ul li > span:active {
    background-color: #cda70d;
}
.pagination-warning ul li.active > a,
.pagination-warning ul li.active > span {
    background-color: #cda70d;
}
.pagination-warning ul li.pagination-dropdown.dropup .dropdown-arrow {
    border-top-color: #f1c40f;
}
.pagination-info ul {
    background-color: #3498db;
}
.pagination-info ul li.previous > a {
    border-right-color: #79bbe7;
}
.pagination-info ul li > a,
.pagination-info ul li > span {
    border-left-color: #79bbe7;
}
.pagination-info ul li > a:hover,
.pagination-info ul li > span:hover,
.pagination-info ul li > a:focus,
.pagination-info ul li > span:focus {
    background-color: #5dade2;
}
.pagination-info ul li > a:active,
.pagination-info ul li > span:active {
    background-color: #2c81ba;
}
.pagination-info ul li.active > a,
.pagination-info ul li.active > span {
    background-color: #2c81ba;
}
.pagination-info ul li.pagination-dropdown.dropup .dropdown-arrow {
    border-top-color: #3498db;
}
.pagination-inverse ul {
    background-color: #34495e;
}
.pagination-inverse ul li.previous > a {
    border-right-color: #798795;
}
.pagination-inverse ul li > a,
.pagination-inverse ul li > span {
    border-left-color: #798795;
}
.pagination-inverse ul li > a:hover,
.pagination-inverse ul li > span:hover,
.pagination-inverse ul li > a:focus,
.pagination-inverse ul li > span:focus {
    background-color: #415b76;
}
.pagination-inverse ul li > a:active,
.pagination-inverse ul li > span:active {
    background-color: #2c3e50;
}
.pagination-inverse ul li.active > a,
.pagination-inverse ul li.active > span {
    background-color: #2c3e50;
}
.pagination-inverse ul li.pagination-dropdown.dropup .dropdown-arrow {
    border-top-color: #34495e;
}
.pagination-minimal > ul > li:first-child {
    border-radius: 6px 0 0 6px;
}
.pagination-minimal > ul > li:first-child.previous + li > a,
.pagination-minimal > ul > li:first-child.previous + li > span {
    border-left-width: 5px;
}
.pagination-minimal > ul > li:last-child {
    border-radius: 0 6px 6px 0;
}
.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.next > span {
    background: transparent;
    border: none;
    border-right: 2px solid #e4e7ea;
    margin: 0 9px 0 0;
    padding: 12px 17px;
    border-radius: 6px 0 0 6px;
}
.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.next > span,
.pagination-minimal > ul > li.previous > a:hover,
.pagination-minimal > ul > li.next > a:hover,
.pagination-minimal > ul > li.previous > span:hover,
.pagination-minimal > ul > li.next > span:hover,
.pagination-minimal > ul > li.previous > a:focus,
.pagination-minimal > ul > li.next > a:focus,
.pagination-minimal > ul > li.previous > span:focus,
.pagination-minimal > ul > li.next > span:focus {
    border-color: #e4e7ea !important;
}
@media (max-width: 480px) {
    .pagination-minimal > ul > li.previous > a,
    .pagination-minimal > ul > li.next > a,
    .pagination-minimal > ul > li.previous > span,
    .pagination-minimal > ul > li.next > span {
        margin-right: 0;
    }
}
.pagination-minimal > ul > li.next {
    margin-left: 9px;
}
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.next > span {
    border-left: 2px solid #e4e7ea;
    border-right: none;
    margin: 0;
    border-radius: 0 6px 6px 0;
}
.pagination-minimal > ul > li.active > a,
.pagination-minimal > ul > li.active > span {
    background-color: #ffffff;
    border-color: #ffffff;
    border-width: 2px !important;
    color: #d6dbdf;
    margin: 10px 5px 9px;
}
.pagination-minimal > ul > li.active > a:hover,
.pagination-minimal > ul > li.active > span:hover,
.pagination-minimal > ul > li.active > a:focus,
.pagination-minimal > ul > li.active > span:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #d6dbdf;
}
.pagination-minimal > ul > li.active.previous,
.pagination-minimal > ul > li.active.next {
    border-color: #e4e7ea;
}
.pagination-minimal > ul > li.active.previous {
    margin-right: 6px;
}
.pagination-minimal > ul > li > a,
.pagination-minimal > ul > li > span {
    background: #ffffff;
    border: 5px solid #d6dbdf;
    color: #ffffff;
    line-height: 16px;
    margin: 7px 2px 6px;
    min-width: 0;
    min-height: 16px;
    padding: 0 4px;
    border-radius: 50px;
    -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
}
.pagination-minimal > ul > li > a:hover,
.pagination-minimal > ul > li > span:hover,
.pagination-minimal > ul > li > a:focus,
.pagination-minimal > ul > li > span:focus {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #ffffff;
    -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
}
.pagination-minimal > ul > li > a:active,
.pagination-minimal > ul > li > span:active {
    background-color: #16a085;
    border-color: #16a085;
}
.pagination-plain {
    font-size: 16px;
    font-weight: 700;
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}
.pagination-plain > li {
    display: inline;
}
.pagination-plain > li.previous {
    padding-right: 23px;
}
.pagination-plain > li.next {
    padding-left: 20px;
}
.pagination-plain > li.active > a {
    color: #d3d7da;
}
.pagination-plain > li > a {
    padding: 0 5px;
}
@media (max-width: 480px) {
    .pagination-plain {
        height: 50px;
        overflow: hidden;
        text-align: center;
    }
    .pagination-plain > li.previous {
        display: block;
        margin-bottom: 10px;
        text-align: left;
        width: 50%;
    }
    .pagination-plain > li.next {
        float: right;
        margin-top: -50px;
        text-align: right;
        width: 50%;
    }
}
.pagination-dropdown ul {
    min-width: 67px;
    width: auto;
    left: 50%;
    margin-left: -34px;
}
.pagination-dropdown ul li {
    display: block;
    margin-right: 0;
}
.pagination-dropdown ul li:first-child > a,
.pagination-dropdown ul li:first-child > span {
    border-radius: 6px 6px 0 0;
}
.pagination-dropdown ul li:last-child > a,
.pagination-dropdown ul li:last-child > span {
    border-radius: 0 0 6px 6px !important;
}
.pagination-dropdown ul li > a,
.pagination-dropdown ul li > span {
    border-left: none;
    display: block;
    float: none;
    padding: 8px 10px 7px;
    text-align: center;
    min-height: 0;
}
.pagination-dropdown.dropup {
    position: relative;
}
.pagination-dropdown.dropup .dropdown-arrow {
    border-top-color: #d6dbdf;
}
.tooltip {
    font-size: 14px;
    line-height: 1.286;
}
.tooltip.in {
    opacity: 1;
}
.tooltip.top {
    padding-bottom: 9px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #34495e;
    border-width: 9px 9px 0;
    bottom: 0;
    margin-left: -9px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #34495e;
    border-width: 9px 9px 9px 0;
    margin-top: -9px;
    left: -3px;
}
.tooltip.bottom {
    padding-top: 8px;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #34495e;
    border-width: 0 9px 9px;
    margin-left: -9px;
    top: -1px;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #34495e;
    border-width: 9px 0 9px 9px;
    margin-top: -9px;
    right: -3px;
}
.tooltip-inner {
    background-color: #34495e;
    line-height: 1.286;
    padding: 12px 12px;
    text-align: center;
    width: 183px;
    border-radius: 6px;
}
.tooltip-light.bottom .tooltip-arrow {
    border-bottom-color: #edeff1;
}
.tooltip-light.left .tooltip-arrow {
    border-left-color: #edeff1;
}
.tooltip-light.right .tooltip-arrow {
    border-right-color: #edeff1;
}
.tooltip-light.top .tooltip-arrow {
    border-top-color: #edeff1;
}
.tooltip-light .tooltip-inner {
    background-color: #edeff1;
    color: #34495e;
}
.dropdown-menu {
    background-color: #f3f4f5;
    border: none;
    display: block;
    margin-top: 8px;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.open > .dropdown-menu {
    margin-top: 18px !important;
    opacity: 1;
    visibility: visible;
}
.dropdown-menu li:first-child dt + a {
    border-radius: 0;
}
.dropdown-menu li:first-child > a {
    border-radius: 6px 6px 0 0;
    padding-top: 8px;
}
.dropdown-menu li:last-child > a {
    border-radius: 0 0 6px 6px;
    padding-bottom: 10px;
}
.dropdown-menu li.active > a,
.dropdown-menu li.selected > a,
.dropdown-menu li.active > a.highlighted,
.dropdown-menu li.selected > a.highlighted {
    background: #1abc9c;
    color: #ffffff;
}
.dropdown-menu li.active > a:hover,
.dropdown-menu li.selected > a:hover,
.dropdown-menu li.active > a.highlighted:hover,
.dropdown-menu li.selected > a.highlighted:hover,
.dropdown-menu li.active > a:focus,
.dropdown-menu li.selected > a:focus,
.dropdown-menu li.active > a.highlighted:focus,
.dropdown-menu li.selected > a.highlighted:focus {
    background: #16a085;
    color: #ffffff;
}
.dropdown-menu li > a {
    color: rgba(52, 73, 94, 0.75);
    padding: 6px 15px 8px;
    text-decoration: none;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.dropdown-menu li > a:after {
    clear: both;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:active,
.dropdown-menu li > a:focus {
    background: #e1e4e7;
    color: inherit;
    outline: none;
}
.dropdown-menu li > a.highlighted {
    background: #c9cfd4;
    color: #ffffff;
}
.dropdown-menu li > a.highlighted:hover,
.dropdown-menu li > a.highlighted:focus {
    background: #bac1c8;
    color: #ffffff;
}
.dropdown-menu li > a:before {
    float: right;
    margin-top: 3px;
}
.dropdown-menu li dt {
    font-weight: 300;
    margin-bottom: 3px;
    margin-top: 12px;
    padding: 0 15px;
}
@media (max-width: 480px) {
    .dropdown-menu {
        border-radius: 0 0 6px 6px !important;
    }
}
.dropdown-menu .divider {
    margin-top: 3px;
    margin-bottom: 3px;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: 8px;
}
.dropup .dropdown-arrow,
.navbar-fixed-bottom .dropdown .dropdown-arrow {
    border-bottom: none;
    border-top: 8px outset #f3f4f5;
    bottom: 100%;
    top: auto;
}
.navbar-fixed-bottom .nav > li > ul:before {
    border-bottom: none;
    border-top: 9px outset #34495e;
    bottom: 4px;
    top: auto;
}
.open.dropup > .dropdown-menu {
    margin-bottom: 18px;
}
.open.dropup > .dropdown-arrow {
    margin-bottom: 10px;
}
.open.dropup > .dropdown-arrow.dropdown-arrow-inverse {
    border-top-color: #34495e;
}
.open > .dropdown-arrow {
    margin-top: 11px;
    opacity: 1;
}
.dropdown-arrow {
    border-style: solid;
    border-width: 0 8px 7px;
    border-color: transparent transparent #f3f4f5 transparent;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    right: 19px;
    top: 100%;
    width: 0;
    z-index: 10;
    -webkit-transform: rotate(360deg);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.dropdown-inverse {
    background-color: #34495e;
    color: #cccccc;
    padding: 4px 0 6px;
}
.dropdown-inverse li {
    margin: 0 4px -2px;
}
.dropdown-inverse li:first-child > a,
.dropdown-inverse li:last-child > a {
    border-radius: 2px;
    padding-bottom: 7px;
    padding-top: 5px;
}
.dropdown-inverse li:first-child dt + a,
.dropdown-inverse li:last-child dt + a {
    border-radius: 2px;
}
.dropdown-inverse li.active > a,
.dropdown-inverse li.selected > a {
    background: #1abc9c;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.dropdown-inverse li dt {
    padding-left: 11px;
    padding-right: 11px;
}
.dropdown-inverse li .divider {
    margin-left: 11px;
    margin-right: 11px;
}
.dropdown-inverse li > a {
    border-radius: 2px;
    color: #ffffff;
    padding: 5px 11px 7px;
}
.dropdown-inverse li > a:hover,
.dropdown-inverse li > a:active,
.dropdown-inverse li > a:focus {
    background: #2c3e50;
}
.dropdown-inverse li > a.highlighted {
    background: #526476;
}
.dropdown-inverse li > a.highlighted:hover,
.dropdown-inverse li > a.highlighted:focus {
    background: #677786;
}
.dropdown-inverse li .divider {
    background-color: #526476;
    border-bottom-color: #526476;
}
@media (max-width: 480px) {
    .dropdown-menu li a [class*="icon-"] {
        display: none;
    }
}
.table {
    font-size: 16px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 9px 25px;
    line-height: 1.231;
    border-top: 2px solid #eef0f0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    color: #526476;
    border-bottom: 2px solid #eef0f0;
}
.table [class*="fui-"] {
    vertical-align: baseline;
    font-size: 20px;
    margin: -5px 0;
    position: relative;
    top: 2px;
}
.table .checkbox,
.table .radio {
    margin: 0 0 0 -9px;
}
.table .checkbox.no-label,
.table .radio.no-label {
    padding-left: 0;
}
.table .selected-row > td {
    background-color: #f2fbfa;
}
.table img {
    vertical-align: top;
}
.table-bordered {
    border: 2px solid #eef0f0;
    font-size: 14px;
}
.table-bordered > thead > tr th,
.table-bordered > tbody > tr th,
.table-bordered > tfoot > tr th,
.table-bordered > thead > tr td,
.table-bordered > tbody > tr td,
.table-bordered > tfoot > tr td {
    border: 2px solid #eef0f0 !important;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr.selected-row > td,
.table-striped > tbody > tr:nth-child(even) > th,
.table-striped > tbody > tr.selected-row > th {
    background-color: #f9fafb;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f9fafb;
}
.table tbody tr.success > td,
.table tbody tr > td.success {
    background-color: #ecfaf2;
    border-color: #d5f5e3;
}
.table tbody tr.error > td,
.table tbody tr > td.error,
.table tbody tr.danger > td,
.table tbody tr > td.danger {
    background-color: #fdefed;
    border-color: #fadbd8;
}
.table tbody tr.warning > td,
.table tbody tr > td.warning {
    background-color: #fefae9;
    border-color: #faecb0;
}
.table tbody tr.info > td,
.table tbody tr > td.info {
    background-color: #edf6fc;
    border-color: #d6eaf8;
}
.table-hover tbody tr.success:hover > td {
    background-color: #e4f8ed;
}
.table-hover tbody tr.error:hover > td,
.table-hover tbody tr.danger:hover > td {
    background-color: #fcebe9;
}
.table-hover tbody tr.warning:hover > td {
    background-color: #fdf7e0;
}
.table-hover tbody tr.info:hover > td {
    background-color: #e8f4fb;
}
.label {
    font-size: 72%;
    font-weight: normal;
    padding: .15em .5em .2em;
}
.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
}
.label-default {
    background-color: #ebedef;
    color: #7b8996;
}
.label-default[href] {
    color: #7b8996;
}
.label-default[href]:hover,
.label-default[href]:focus {
    color: #7b8996;
    background-color: #e1e4e7;
}
.label-inverse {
    background-color: #485b6e;
    color: #ffffff;
}
.label-inverse[href] {
    color: #ffffff;
}
.label-inverse[href]:hover,
.label-inverse[href]:focus {
    color: #ffffff;
    background-color: #a4adb7;
}
.label-success {
    background-color: #2ecc71;
    color: #ffffff;
}
.label-success[href] {
    color: #ffffff;
}
.label-success[href]:hover,
.label-success[href]:focus {
    color: #ffffff;
    background-color: #27ad60;
}
.label-important {
    background-color: #e74c3c;
    color: #ffffff;
}
.label-important[href] {
    color: #ffffff;
}
.label-important[href]:hover,
.label-important[href]:focus {
    color: #ffffff;
    background-color: #c44133;
}
.label-warning {
    background-color: #f1c40f;
    color: #ffffff;
}
.label-warning[href] {
    color: #ffffff;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    color: #ffffff;
    background-color: #cda70d;
}
.label-info {
    background-color: #3498db;
    color: #ffffff;
}
.label-info[href] {
    color: #ffffff;
}
.label-info[href]:hover,
.label-info[href]:focus {
    color: #ffffff;
    background-color: #2c81ba;
}
.label-primary {
    background-color: #1abc9c;
    color: #ffffff;
}
.label-primary[href] {
    color: #ffffff;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    color: #ffffff;
    background-color: #16a085;
}
.badge {
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.615;
    background-color: #d8dce0;
    border-radius: 4px;
    padding: 0 8px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.nav-list > .active > a > .badge {
    color: #9aa4af;
    background-color: #ffffff;
}
.alert {
    color: #34495e;
    padding: 18px 45px 14px 30px;
    text-shadow: none;
    background-color: #f9f8f3;
    border: 2px solid #ebece8;
    font-size: 16px;
    line-height: 1.625;
    border-radius: 6px;
}
.alert a {
    color: #f1c40f;
    font-weight: bold;
}
.alert a:hover {
    text-decoration: underline;
}
.alert a.btn {
    color: #ffffff;
    text-decoration: none;
}
.alert a.btn:active,
.alert a.btn.active {
    color: rgba(255, 255, 255, 0.75);
}
.alert h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 4px;
}
.alert p {
    font-size: inherit;
    line-height: inherit;
}
.alert .close {
    position: relative;
    top: 3px;
    right: -31px;
    line-height: 18px;
    font-size: 18px;
    color: #34495e;
}
.alert .btn {
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 15px;
}
@media (max-width: 480px) {
    .alert .btn {
        display: block;
        min-width: auto;
        margin-bottom: 10px;
        margin-right: -15px;
    }
}
.alert-success {
    background-color: #eff7f3;
    border-color: #e1ebe9;
}
.alert-success a {
    color: #16a085;
}
.alert-info {
    background-color: #f7f9fa;
    border-color: #e9ecef;
}
.alert-info a {
    color: #3498db;
}
.alert-error {
    background-color: #f8f5f5;
    border-color: #ebe9ea;
}
.alert-error a {
    color: #e74c3c;
}
.bottom-menu {
    background: #ebedef;
    color: #bcc3ca;
    padding: 39px 0 42px;
}
.bottom-menu .navbar-brand {
    font-size: 24px;
    margin-top: -4px;
    padding: 0;
}
.bottom-menu .title {
    font-size: 13px;
    font-weight: 700;
    margin-top: 0;
}
.bottom-menu a {
    color: rgba(255,255,255,0.4);
}
.active .bottom-menu a,
.bottom-menu a:hover,
.bottom-menu a:focus {
    color: #1abc9c;
}
.bottom-menu .label,
.bottom-menu .badge {
    vertical-align: middle;
}
.bottom-menu .bottom-links {
    font-size: 14px;
    line-height: 1.286;
}
.bottom-menu .bottom-links:before,
.bottom-menu .bottom-icons:before,
.bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after {
    clear: both;
}
.bottom-icons {
    font-size: 16px;
    line-height: 1;
}
.bottom-menu-inverse {
    background-color: #34495e;
    color: #677786;
}
.bottom-menu-large {
    padding-bottom: 56px;
    padding-top: 60px;
}
.bottom-menu-large .navbar-brand {
    margin-top: -2px;
}
.bottom-menu-large .bottom-links li {
    float: none;
    line-height: 22px;
    margin-right: 0;
}
.bottom-menu-large .title {
    margin-bottom: 10px;
}
.bottom-links,
.bottom-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-links li,
.bottom-icons li {
    display: block;
    float: left;
    margin: 0 18px 0 0;
}
@media (max-width: 767px) {
    .bottom-menu .navbar-brand,
    .bottom-menu .bottom-links {
        margin-bottom: 30px;
    }
    .bottom-menu .navbar-brand {
        padding: 15px;
        float: none;
    }
    .bottom-menu .bottom-links li {
        float: none;
        margin-bottom: 2px;
    }
    .bottom-menu [class*="span"]:last-child .bottom-links {
        margin-bottom: 0;
    }
}
.nav .dropdown-toggle .caret {
    border-bottom-color: #7f8c9a;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #7f8c9a;
    border-top-width: 6px;
}
.nav-pills > li:first-child > a {
    border-left: none;
    border-radius: 6px 0 0 6px;
}
.nav-pills > li:last-child > a {
    border-radius: 0 6px 6px 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
    background-color: #16a085;
}
@media (max-width: 480px) {
    .nav-pills > li {
        float: none;
        display: block;
    }
    .nav-pills > li:first-child > a {
        border-radius: 6px 6px 0 0;
    }
    .nav-pills > li:last-child > a {
        border-radius: 0 0 6px 6px;
    }
}
.nav-pills > li > a {
    background-color: #1abc9c;
    border-left: 2px solid #16a085;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 12px 21px 13px;
    border-radius: 0;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background-color: #48c9b0;
}
.nav-pills > li > a:active {
    background-color: #16a085;
}
@media (max-width: 480px) {
    .nav-pills > li > a {
        border-left: none;
        display: block;
    }
}
.nav-pills > li + li {
    margin-left: 0;
}
.nav-tabs {
    margin-bottom: 20px;
    border-bottom-width: 2px;
    border-bottom-color: #e1e4e7;
}
.nav-tabs.nav-append-content {
    border-bottom: none;
    margin-bottom: 0;
}
.nav-tabs.nav-append-content > li.active:first-child:before {
    background-color: #ffffff;
    border-left: 2px solid #e1e4e7;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    bottom: -4px;
    width: 6px;
    z-index: 2;
}
.nav-tabs > li {
    margin-bottom: -2px;
    position: relative;
}
.nav-tabs > li.active {
    z-index: 2;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-color: #e1e4e7;
    border-bottom-color: #ffffff;
    border-width: 2px;
    color: #7f8c9a;
}
.nav-tabs > li.active .dropdown-toggle,
.nav-tabs > li.active .dropdown-toggle:hover,
.nav-tabs > li.active .dropdown-toggle:focus {
    color: #7f8c9a;
}
.nav-tabs > li.active .dropdown-toggle .caret,
.nav-tabs > li.active .dropdown-toggle:hover .caret,
.nav-tabs > li.active .dropdown-toggle:focus .caret {
    border-bottom-color: #7f8c9a;
    border-top-color: #7f8c9a;
}
.nav-tabs > li.open a.dropdown-toggle,
.nav-tabs > li.open.active a.dropdown-toggle,
.nav-tabs > li.open a.dropdown-toggle:hover,
.nav-tabs > li.open.active a.dropdown-toggle:hover {
    background-color: #f3f4f5;
    border-color: #e1e4e7;
    border-bottom-color: transparent;
    color: #7f8c9a;
}
.nav-tabs > li.open a.dropdown-toggle .caret,
.nav-tabs > li.open.active a.dropdown-toggle .caret,
.nav-tabs > li.open a.dropdown-toggle:hover .caret,
.nav-tabs > li.open.active a.dropdown-toggle:hover .caret {
    border-bottom-color: #7f8c9a;
    border-top-color: #7f8c9a;
}
.nav-tabs > li.open .dropdown-menu,
.nav-tabs > li.open.active .dropdown-menu {
    margin-top: -2px;
}
.nav-tabs > li.open.active {
    z-index: 1003;
}
.nav-tabs > li > a {
    border-width: 2px;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 21px 8px;
    color: #7f8c9a;
    border-radius: 6px 6px 0 0;
    -webkit-transition: none;
    transition: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: transparent;
    outline: none;
    color: #1abc9c;
}
.nav-tabs > li .dropdown-toggle {
    position: relative;
    z-index: 1002;
}
.nav-tabs > li .dropdown-toggle:hover .caret,
.nav-tabs > li .dropdown-toggle:focus .caret {
    border-bottom-color: #1abc9c;
    border-top-color: #1abc9c;
}
.nav-tabs > li .dropdown-menu {
    border: 2px solid #e1e4e7;
    margin-top: -10px;
    border-radius: 0 6px 6px 6px;
}
.nav-tabs > li .dropdown-menu li:first-child > a {
    border-radius: 0 4px 0 0;
}
.nav-tabs > li .dropdown-menu li:last-child > a {
    border-radius: 0 0 4px 4px;
}
.nav-tabs > li .dropdown-menu li a {
    border-radius: 0;
}
.nav-tabs > li .open .dropdown-toggle {
    background-color: #f3f4f5;
}
@media (max-width: 480px) {
    .nav-tabs {
        border-bottom: none;
    }
    .nav-tabs > li {
        display: block;
        float: none;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: #1abc9c;
        border: 2px solid #1abc9c;
        color: #ffffff;
    }
    .nav-tabs > li.active > a:before,
    .nav-tabs > li.active > a:hover:before,
    .nav-tabs > li.active > a:focus:before {
        display: none;
    }
    .nav-tabs > li.active:before {
        display: none;
    }
    .nav-tabs > li.dropdown.active > a,
    .nav-tabs > li.dropdown.active > a.dropdown-toggle,
    .nav-tabs > li.dropdown.active > a:hover {
        color: #ffffff;
    }
    .nav-tabs > li.dropdown.active > a .caret,
    .nav-tabs > li.dropdown.active > a.dropdown-toggle .caret,
    .nav-tabs > li.dropdown.active > a:hover .caret {
        border-bottom-color: #ffffff;
        border-top-color: #ffffff;
    }
    .nav-tabs > li.dropdown.active.open > a,
    .nav-tabs > li.dropdown.active.open > a.dropdown-toggle,
    .nav-tabs > li.dropdown.active.open > a:hover {
        color: #7f8c9a;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs > li.dropdown.active.open > a .caret,
    .nav-tabs > li.dropdown.active.open > a.dropdown-toggle .caret,
    .nav-tabs > li.dropdown.active.open > a:hover .caret {
        border-bottom-color: #7f8c9a;
        border-top-color: #7f8c9a;
    }
    .nav-tabs > li > a,
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        border: 2px solid #e1e4e7;
        margin-bottom: 10px;
        margin-right: 0;
        padding: 10px 15px;
        border-radius: 4px;
    }
}
.tab-content {
    border: 2px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px 20px 5px;
    position: relative;
    z-index: 1;
}
.nav-list {
    padding-left: 13px;
    padding-right: 13px;
}
.nav-list .nav-header {
    margin-left: -13px;
    margin-right: -13px;
    padding: 0 13px;
    font-weight: 700;
    line-height: 1.538;
}
.nav-list > li {
    margin-bottom: 3px;
}
.nav-list > li.active > a,
.nav-list > li.active > a:hover,
.nav-list > li.active > a:focus {
    background-color: #ebedef;
    color: #526476;
}
.nav-list > li.divider {
    height: 2px;
    border-bottom: none;
    margin: 13px -13px 17px 0;
    background-color: #ebedef;
}
.nav-list > li > a {
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.333;
    font-weight: 700;
    margin-left: -13px;
    margin-right: -13px;
    padding: 6px 13px 8px;
    text-shadow: none;
}
.nav-list .badge.pull-right {
    margin: 1px -4px -1px 0;
}
.nav-header {
    color: #aeb6bf;
    font-size: 13px;
    text-transform: uppercase;
}
.nav-list-vivid {
    background-color: #edeff1;
    border-radius: 4px;
    padding-bottom: 2px;
}
.nav-list-vivid > li {
    margin-bottom: 2px;
}
.nav-list-vivid > li.divider {
    background-color: transparent;
    margin: 3px 0 0;
}
.nav-list-vivid > li.active > a,
.nav-list-vivid > li.active > a:hover,
.nav-list-vivid > li.active > a:focus {
    background-color: #1abc9c;
    color: #ffffff;
}
.nav-list-vivid > li > a {
    border-radius: 0;
    color: #526476;
    font-size: 14px;
}
.nav-list-vivid > li > a:hover,
.nav-list-vivid > li > a:focus {
    color: #16a085;
}
.nav-list-vivid .nav-header:first-child {
    padding-top: 10px;
}
.navbar {
    font-size: 16px;
    min-height: 53px;
    margin-bottom: 30px;
    border: none;
    border-radius: 6px;
}
.navbar-collapse {
    box-shadow: none;
    padding-right: 21px;
    padding-left: 21px;
}
@media (min-width: 768px) {
    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -21px;
    }
    .navbar-collapse .navbar-nav.navbar-left:first-child > li:first-child a {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -21px;
    }
    .navbar > .container .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -36px;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child > .dropdown:last-child > a {
        border-radius: 0 6px 6px 0;
    }
    .navbar-collapse .navbar-form.navbar-right:last-child {
        margin-right: -17px;
    }
    .navbar-fixed-top .navbar-collapse .navbar-form.navbar-right:last-child,
    .navbar-fixed-bottom .navbar-collapse .navbar-form.navbar-right:last-child {
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-bottom: 3px;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0;
    border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: 1030;
    border-radius: 0;
}
.navbar-fixed-top {
    border-width: 0;
}
.navbar-fixed-bottom {
    margin-bottom: 0;
    border-width: 0;
}
.navbar-brand {
    font-size: 24px;
    line-height: 1.042;
    font-weight: 700;
    padding: 14px 21px;
}
.navbar-brand > [class*="fui-"] {
    font-size: 19px;
    line-height: 1.263;
    vertical-align: top;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -21px;
    }
}
.navbar-toggle {
    border: none;
    color: white;
    margin: 0 0 0 21px;
    padding: 0 21px;
    height: 53px;
    line-height: 53px;
	font-size:20px
}
.navbar-toggle:before {
    color: #16a085;
    /*content: "\e00c";*/
    font-family: "Flat-UI-Icons";
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
    outline: none;
}
.navbar-toggle:hover:before,
.navbar-toggle:focus:before {
    color: #1abc9c;
}
.navbar-toggle .icon-bar {
    display: none;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 0;
}
.navbar-nav > li > a {
    font-size: 16px;
    padding: 15px 21px;
    line-height: 23px;
    font-weight: 700;
}
.navbar-nav .dropdown-toggle .caret {
    border-top-color: #16a085;
    border-bottom-color: #16a085;
    border-width: 8px 6px 0;
    margin-left: 12px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a:focus,
.navbar-nav .open > a:hover {
    background-color: transparent;
}
.navbar-nav > li > a:hover .caret,
.navbar-nav > li > a:focus .caret,
.navbar-nav .open > a:focus .caret,
.navbar-nav .open > a:hover .caret {
    border-top-color: #1abc9c;
    border-bottom-color: #1abc9c;
}
.navbar-nav [class^="fui-"] {
    line-height: 20px;
    position: relative;
    top: 1px;
}
.navbar-nav .visible-sm > [class^="fui-"],
.navbar-nav .visible-xs > [class^="fui-"] {
    margin-left: 12px;
}
@media (max-width: 768px) {
    .navbar-nav {
        margin: 0 -21px;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 7px 15px 7px 31px !important;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 23px;
    }
    .navbar-nav > li > a {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}
.navbar-input {
    height: 35px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 6px;
}
select.navbar-input {
    height: 35px;
    line-height: 35px;
}
textarea.navbar-input {
    height: auto;
}
.navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 19px;
    padding-left: 19px;
    padding-top: 9px;
    padding-bottom: 9px;
}
@media (max-width: 767px) {
    .navbar-form {
        margin: 3px -21px;
        width: auto;
    }
}
.navbar-nav + .navbar-form.navbar-left,
.navbar-form.navbar-right:last-child {
    width: 260px;
}
.navbar-form .form-control,
.navbar-form .input-group-addon,
.navbar-form .btn {
    height: 35px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 6px;
}
select.navbar-form .form-control,
select.navbar-form .input-group-addon,
select.navbar-form .btn {
    height: 35px;
    line-height: 35px;
}
textarea.navbar-form .form-control,
textarea.navbar-form .input-group-addon,
textarea.navbar-form .btn {
    height: auto;
}
.navbar-form .input-group .form-control:first-child,
.navbar-form .input-group-addon:first-child,
.navbar-form .input-group-btn:first-child > .btn,
.navbar-form .input-group-btn:first-child > .dropdown-toggle,
.navbar-form .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.navbar-form .input-group .form-control:last-child,
.navbar-form .input-group-addon:last-child,
.navbar-form .input-group-btn:last-child > .btn,
.navbar-form .input-group-btn:last-child > .dropdown-toggle,
.navbar-form .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.navbar-form .form-control {
    font-size: 15px;
    border-radius: 5px;
    display: table-cell;
}
.navbar-form .form-group + .btn {
    font-size: 15px;
    border-radius: 5px;
    margin-left: 4px;
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 0;
    }
    .navbar-form .form-group + .btn {
        margin-top: 9px;
        margin-left: 0;
    }
}
.navbar-nav > li > .dropdown-menu {
    min-width: 100%;
    border-radius: 4px;
}
@media (max-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        -webkit-transition: all 0s;
        transition: all 0s;
        display: none;
    }
}
@media (max-width: 768px) {
    .navbar-nav > li.open > .dropdown-menu {
        margin-top: 0 !important;
        display: block;
    }
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.navbar-nav > .open > .dropdown-toggle,
.navbar-nav > .open > .dropdown-toggle:focus,
.navbar-nav > .open > .dropdown-toggle:hover {
    background-color: transparent;
}
.navbar-text {
    font-size: 16px;
    line-height: 1.438;
    color: #34495e;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 21px;
        margin-right: 21px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}
.navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px;
}
.navbar-btn.btn-sm {
    margin-top: 9px;
    margin-bottom: 8px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-unread,
.navbar-new {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    background-color: #1abc9c;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0;
    font-weight: 700;
    height: 6px;
    line-height: 1;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 15px;
    width: 6px;
    z-index: 10;
}
@media (max-width: 768px) {
    .navbar-unread,
    .navbar-new {
        position: static;
        float: right;
        margin: 0 0 0 10px;
    }
}
.active .navbar-unread,
.active .navbar-new {
    background-color: #ffffff;
    display: none;
}
.navbar-new {
    background-color: #e74c3c;
    font-size: 12px;
    height: 18px;
    line-height: 17px;
    margin: -6px -10px;
    min-width: 18px;
    padding: 0 1px;
    width: auto;
    -webkit-font-smoothing: subpixel-antialiased;
}
.navbar-default {
    background-color: #ecf0f1;
}
.navbar-default .navbar-brand {
    color: #34495e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #1abc9c;
    background-color: transparent;
}
.navbar-default .navbar-toggle:before {
    color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover:before,
.navbar-default .navbar-toggle:focus:before {
    color: #1abc9c;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e5e9ea;
    border-width: 2px;
}
.navbar-default .navbar-nav > li > a {
    color: #34495e;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #1abc9c;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #1abc9c;
    background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #34495e;
    border-bottom-color: #34495e;
}
.navbar-default .navbar-nav > .active > a .caret {
    border-top-color: #1abc9c;
    border-bottom-color: #1abc9c;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #1abc9c;
    border-bottom-color: #1abc9c;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #1abc9c;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #1abc9c;
    border-bottom-color: #1abc9c;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #34495e;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #1abc9c;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #1abc9c;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-form .form-control {
    border-color: transparent;
}
.navbar-default .navbar-form .form-control:-moz-placeholder {
    color: #aeb6bf;
    opacity: 1;
}
.navbar-default .navbar-form .form-control::-moz-placeholder {
    color: #aeb6bf;
    opacity: 1;
}
.navbar-default .navbar-form .form-control:-ms-input-placeholder {
    color: #aeb6bf;
}
.navbar-default .navbar-form .form-control::-webkit-input-placeholder {
    color: #aeb6bf;
}
.navbar-default .navbar-form .form-control.placeholder {
    color: #aeb6bf;
}
.navbar-default .navbar-form .form-control:focus {
    border-color: #1abc9c;
    color: #1abc9c;
}
.navbar-default .navbar-form .input-group-btn .btn {
    border-color: transparent;
    color: #919ba4;
}
.navbar-default .navbar-form .input-group.focus .form-control,
.navbar-default .navbar-form .input-group.focus .input-group-btn .btn {
    border-color: #1abc9c;
    color: #1abc9c;
}
.navbar-default .navbar-text {
    color: #34495e;
}
.navbar-default .navbar-text a {
    color: #34495e;
}
.navbar-default .navbar-text a:hover,
.navbar-default .navbar-text a:focus {
    color: #1abc9c;
}
.navbar-inverse {
    background-color: #34495e;
}
.navbar-inverse .navbar-brand {
    color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #1abc9c;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle:before {
    color: #ffffff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle:hover:before,
.navbar-inverse .navbar-toggle:focus:before {
    color: #1abc9c;
}
.navbar-inverse .navbar-collapse {
    border-color: #2f4154;
    border-width: 2px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #1abc9c;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #1abc9c;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #1abc9c;
    border-bottom-color: #1abc9c;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #1abc9c;
    color: #ffffff;
    border-left-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #4b6075;
    border-bottom-color: #4b6075;
}
.navbar-inverse .navbar-nav > .open > .dropdown-arrow {
    border-top-color: #34495e;
    border-bottom-color: #34495e;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu {
    background-color: #34495e;
    padding: 3px 4px;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a {
    color: #e1e4e7;
    border-radius: 4px;
    padding: 6px 9px;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #1abc9c;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > .divider {
    background-color: #2f4154;
    height: 2px;
    margin-left: -4px;
    margin-right: -4px;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a {
        border-left-width: 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #1abc9c;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #1abc9c;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .dropdown-menu .divider {
        background-color: #2f4154;
    }
}
.navbar-inverse .navbar-form .form-control {
    color: #536a81;
    border-color: transparent;
    background-color: #293a4a;
}
.navbar-inverse .navbar-form .form-control:-moz-placeholder {
    color: #536a81;
    opacity: 1;
}
.navbar-inverse .navbar-form .form-control::-moz-placeholder {
    color: #536a81;
    opacity: 1;
}
.navbar-inverse .navbar-form .form-control:-ms-input-placeholder {
    color: #536a81;
}
.navbar-inverse .navbar-form .form-control::-webkit-input-placeholder {
    color: #536a81;
}
.navbar-inverse .navbar-form .form-control.placeholder {
    color: #536a81;
}
.navbar-inverse .navbar-form .form-control:focus {
    border-color: #1abc9c;
    color: #1abc9c;
}
.navbar-inverse .navbar-form .btn {
    color: #ffffff;
    background-color: #1abc9c;
}
.navbar-inverse .navbar-form .btn:hover,
.navbar-inverse .navbar-form .btn.hover,
.navbar-inverse .navbar-form .btn:focus,
.navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-form .btn {
    color: #ffffff;
    background-color: #48c9b0;
    border-color: #48c9b0;
}
.navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-form .btn {
    background: #16a085;
    border-color: #16a085;
}
.navbar-inverse .navbar-form .btn.disabled,
.navbar-inverse .navbar-form .btn[disabled],
fieldset[disabled] .navbar-inverse .navbar-form .btn,
.navbar-inverse .navbar-form .btn.disabled:hover,
.navbar-inverse .navbar-form .btn[disabled]:hover,
fieldset[disabled] .navbar-inverse .navbar-form .btn:hover,
.navbar-inverse .navbar-form .btn.disabled.hover,
.navbar-inverse .navbar-form .btn[disabled].hover,
fieldset[disabled] .navbar-inverse .navbar-form .btn.hover,
.navbar-inverse .navbar-form .btn.disabled:focus,
.navbar-inverse .navbar-form .btn[disabled]:focus,
fieldset[disabled] .navbar-inverse .navbar-form .btn:focus,
.navbar-inverse .navbar-form .btn.disabled:active,
.navbar-inverse .navbar-form .btn[disabled]:active,
fieldset[disabled] .navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.disabled.active,
.navbar-inverse .navbar-form .btn[disabled].active,
fieldset[disabled] .navbar-inverse .navbar-form .btn.active {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.navbar-inverse .navbar-form .input-group-btn .btn {
    border-color: transparent;
    background-color: #293a4a;
    color: #526a82;
}
.navbar-inverse .navbar-form .input-group.focus .form-control,
.navbar-inverse .navbar-form .input-group.focus .input-group-btn .btn {
    border-color: #1abc9c;
    color: #1abc9c;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-form {
        border-color: #2f4154;
        border-width: 2px 0;
    }
}
.navbar-inverse .navbar-text {
    color: #ffffff;
}
.navbar-inverse .navbar-text a {
    color: #ffffff;
}
.navbar-inverse .navbar-text a:hover,
.navbar-inverse .navbar-text a:focus {
    color: #1abc9c;
}
.navbar-inverse .navbar-btn {
    color: #ffffff;
    background-color: #1abc9c;
}
.navbar-inverse .navbar-btn:hover,
.navbar-inverse .navbar-btn.hover,
.navbar-inverse .navbar-btn:focus,
.navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-btn {
    color: #ffffff;
    background-color: #48c9b0;
    border-color: #48c9b0;
}
.navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-btn {
    background: #16a085;
    border-color: #16a085;
}
.navbar-inverse .navbar-btn.disabled,
.navbar-inverse .navbar-btn[disabled],
fieldset[disabled] .navbar-inverse .navbar-btn,
.navbar-inverse .navbar-btn.disabled:hover,
.navbar-inverse .navbar-btn[disabled]:hover,
fieldset[disabled] .navbar-inverse .navbar-btn:hover,
.navbar-inverse .navbar-btn.disabled.hover,
.navbar-inverse .navbar-btn[disabled].hover,
fieldset[disabled] .navbar-inverse .navbar-btn.hover,
.navbar-inverse .navbar-btn.disabled:focus,
.navbar-inverse .navbar-btn[disabled]:focus,
fieldset[disabled] .navbar-inverse .navbar-btn:focus,
.navbar-inverse .navbar-btn.disabled:active,
.navbar-inverse .navbar-btn[disabled]:active,
fieldset[disabled] .navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.disabled.active,
.navbar-inverse .navbar-btn[disabled].active,
fieldset[disabled] .navbar-inverse .navbar-btn.active {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
@media (min-width: 768px) {
    .navbar-embossed > .navbar-collapse {
        border-radius: 6px;
        -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    }
    .navbar-embossed.navbar-inverse .navbar-nav .active > a,
    .navbar-embossed.navbar-inverse .navbar-nav .open > a {
        -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    }
}
.navbar-lg {
    min-height: 76px;
}
.navbar-lg .navbar-brand {
    line-height: 1;
    padding-top: 25px;
    padding-bottom: 26px;
}
.navbar-lg .navbar-brand > [class*="fui-"] {
    font-size: 24px;
    line-height: 1;
}
.navbar-lg .navbar-nav > li > a {
    font-size: 15px;
    line-height: 1.6;
}
@media (min-width: 768px) {
    .navbar-lg .navbar-nav > li > a {
        padding-top: 26px;
        padding-bottom: 26px;
    }
}
.navbar-lg .navbar-toggle {
    height: 76px;
    line-height: 76px;
}
.navbar-lg .navbar-unread,
.navbar-lg .navbar-new {
    top: 28px;
}
.navbar-lg .navbar-form {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
}
.navbar-lg .navbar-text {
    padding-top: 26.5px;
    padding-bottom: 26.5px;
}
.navbar-lg .navbar-btn {
    margin-top: 18px;
    margin-bottom: 17px;
}
.navbar-lg .navbar-btn.btn-sm {
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-lg .navbar-btn.btn-xs {
    margin-top: 25px;
    margin-bottom: 25px;
}
.iconbar {
    background-color: #2c3e50;
    border-radius: 6px;
    float: left;
    margin: 0 20px 20px 0;
    -webkit-backface-visibility: hidden;
}
.iconbar:before,
.iconbar:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.iconbar:after {
    clear: both;
}
.iconbar > ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.iconbar > ul > li {
    margin: 0;
    padding: 0;
}
.iconbar > ul > li.active > a {
    color: #1abc9c;
}
.iconbar > ul > li:first-child > a {
    padding-top: 32px;
}
.iconbar > ul > li > a {
    color: #ffffff;
    display: block;
    font-size: 24px;
    line-height: 1;
    padding: 8px 30px 32px;
    position: relative;
    text-decoration: none;
}
.iconbar > ul > li > a:hover,
.iconbar > ul > li > a:focus {
    color: #1abc9c;
}
@media (max-width: 480px) {
    .iconbar > ul > li > a,
    .iconbar.iconbar-horizontal > ul > li > a,
    .iconbar > ul > li.active > a,
    .iconbar.iconbar-horizontal > ul > li.active > a {
        display: inline-block;
        padding: 25px;
    }
    .iconbar .iconbar-unread {
        right: 15px;
        top: 13px;
    }
    .iconbar.iconbar-horizontal {
        height: 70px;
        overflow: auto;
        width: 100%;
        white-space: nowrap;
    }
    .iconbar.iconbar-horizontal > ul > li {
        float: none;
        display: inline;
    }
    .iconbar.iconbar-horizontal .iconbar-unread {
        right: 15px;
    }
}
[class*="iconbar-stick-"] {
    border-radius: 0;
    margin: 0;
    position: fixed;
    z-index: 1001;
}
[class*="iconbar-stick-"] > ul {
    margin: 0;
}
.iconbar-stick-left {
    bottom: 0;
    left: 0;
    top: 0;
}
.iconbar-unread {
    background-color: #2a7aaf;
    border-radius: 50%;
    color: #ffffff;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.667;
    min-width: 20px;
    padding: 0 2px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -2px;
    -webkit-font-smoothing: auto;
}
.iconbar-success {
    background-color: #2ecc71;
}
.iconbar-success > ul > li.active > a {
    color: #1e874b;
}
.iconbar-success > ul > li > a:hover,
.iconbar-success > ul > li > a:focus {
    color: #1e874b;
}
.iconbar-success .iconbar-unread {
    background-color: #1e874b;
}
.iconbar-danger {
    background-color: #e74c3c;
}
.iconbar-danger > ul > li.active > a {
    color: #983228;
}
.iconbar-danger > ul > li > a:hover,
.iconbar-danger > ul > li > a:focus {
    color: #983228;
}
.iconbar-danger .iconbar-unread {
    background-color: #983228;
}
.iconbar-warning {
    background-color: #f1c40f;
}
.iconbar-warning > ul > li.active > a {
    color: #9f810a;
}
.iconbar-warning > ul > li > a:hover,
.iconbar-warning > ul > li > a:focus {
    color: #9f810a;
}
.iconbar-warning .iconbar-unread {
    background-color: #9f810a;
}
.iconbar-info {
    background-color: #3498db;
}
.iconbar-info > ul > li.active > a {
    color: #226491;
}
.iconbar-info > ul > li > a:hover,
.iconbar-info > ul > li > a:focus {
    color: #226491;
}
.iconbar-info .iconbar-unread {
    background-color: #226491;
}
.iconbar-horizontal {
    clear: both;
    float: left;
}
.iconbar-horizontal > ul > li {
    float: left;
}
.iconbar-horizontal > ul > li:first-child > a {
    padding: 23px 32px 23px;
}
.iconbar-horizontal > ul > li > a {
    padding: 23px 32px 23px 8px;
}
.iconbar-horizontal .iconbar-unread {
    right: 23px;
    top: 13px;
}
.breadcrumb {
    background-color: #f3f4f5;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 13px 20px;
    border-radius: 6px;
}
.breadcrumb > li {
    position: relative;
    text-shadow: none;
}
.breadcrumb > li:after {
    color: #bdc3c7;
    content: "\e002";
    display: inline-block;
    font-family: 'Flat-UI-Icons';
    font-size: 9.75px;
    margin: -4px 9px 0 13px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
.breadcrumb .active {
    color: #bdc3c7;
    cursor: default;
}
.breadcrumb .active:after {
    display: none;
}
.breadcrumb .active > a {
    color: inherit;
    cursor: inherit;
}
.breadcrumb > li + li:before {
    content: "";
    padding: 0;
}
.breadcrumb-text {
    color: #bdc3c7;
    margin-bottom: 20px;
}
.breadcrumb-text .caption {
    font-weight: 700;
    margin: 0 0 3px;
    font-size: 18px;
}
.breadcrumb-text .caption:after {
    content: "\e02c";
    display: inline-block;
    font-family: 'Flat-UI-Icons';
    font-weight: normal;
    font-variant: normal;
    margin-left: 5px;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.breadcrumb-text p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.breadcrumb-text p a:after {
    color: #bdc3c7;
    content: "/";
    font-weight: normal;
    margin: 0 4px 0 9px;
}
.popover {
    background-color: #edeff1;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.popover.right .arrow {
    border-right-color: #edeff1;
    left: -9px;
    margin-top: -9px;
}
.popover.left .arrow {
    border-left-color: #edeff1;
    right: -9px;
    margin-top: -9px;
}
.popover.bottom .arrow {
    border-bottom-color: #edeff1;
    margin-right: -9px;
    top: -9px;
}
.popover.top .arrow {
    border-top-color: #edeff1;
    bottom: -9px;
    margin-left: -9px;
}
.popover .arrow {
    border-width: 9px;
}
.popover .arrow:after {
    display: none;
}
.popover-title {
    background-color: #bcc3ca;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    padding: 10px 20px 11px;
}
.popover-content {
    padding: 9px 20px 1px;
}
.popover-content p {
    font-size: 14px;
    line-height: 1.286;
}
.dialog {
    background-color: #edeff1;
    border-top: 2px solid #d6dbdf;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 16px 0 20px;
    position: relative;
    text-align: center;
}
.dialog .btn {
    vertical-align: baseline;
}
.dialog form {
    margin-bottom: 0;
}
.dialog form input,
.dialog form .btn {
    margin-bottom: 0;
    margin-left: 20px;
    vertical-align: top;
}
.dialog form input:first-child,
.dialog form .btn:first-child {
    margin-left: 0;
}
.dialog.dialog-success {
    background-color: #f0faf8;
    border-top-color: #e2edeb;
}
.dialog.dialog-danger {
    background-color: #fdefed;
    border-top-color: #fadbd8;
}
.dialog.dialog-warning {
    background-color: #fefae9;
    border-top-color: #fcf3cf;
}
.dialog.dialog-info {
    background-color: #edf6fc;
    border-top-color: #d6eaf8;
}
.dialog.dialog-inverse {
    background-color: #34495e;
    border-top-color: #2a3a4b;
    color: #ffffff;
}
@media (max-width: 767px) {
    .dialog {
        padding-left: 20px;
        padding-right: 20px;
    }
    .dialog form .btn,
    .dialog .btn {
        display: block;
        margin: 9px 0;
        min-width: auto;
        width: 100%;
    }
    .dialog form .btn:last-child,
    .dialog .btn:last-child {
        margin-bottom: 0;
    }
    .dialog form .btn + .btn,
    .dialog .btn + .btn {
        margin-top: 18px;
    }
    .dialog form input {
        margin: 9px 0;
    }
}
.modal-backdrop {
    z-index: 1030;
    background-color: #243342;
}
.modal-backdrop.in {
    opacity: 0.95;
    filter: alpha(opacity=95);
}
.modal {
    z-index: 1040;
}
.modal-dialog {
    z-index: 1050;
}
.modal-content {
    width: 624px;
    background-color: #f9fafb;
    border: 2px solid #ebedef;
    border-radius: 7px;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    -webkit-box-shadow: -14px 14px 0 0 rgba(0, 0, 0, 0.35);
    box-shadow: -14px 14px 0 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
    .modal-content {
        width: auto;
    }
}
@media (max-width: 480px) {
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.modal-header {
    padding: 17px 19px 15px 24px;
    border-bottom: 1px solid #ebedef;
}
.modal-header .close {
    margin: 5px 0 0;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    color: #34495e;
}
.modal-title {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}
.modal-body {
    padding: 20px 24px 20px;
}
.modal-body p {
    font-size: 16px;
    line-height: 1.625;
}
.modal-footer {
    padding: 19px 22px 20px;
    margin-top: 0;
    background-color: #ebedef;
    border-top: none;
    border-radius: 0 0 7px 7px;
}
.modal-footer .btn + .btn {
    margin-left: 12px;
}
@media (max-width: 480px) {
    .modal-footer .btn {
        display: block;
        min-width: auto;
        margin-bottom: 15px;
    }
    .modal-footer .btn:last-child {
        margin-bottom: 0;
    }
    .modal-footer .btn + .btn {
        margin-left: 0;
    }
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 624px;
    }
}
 
.has-switch {
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.72222;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat;
    mask: url('../images/switch/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 130px;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
}
.has-switch > div.switch-off {
    left: -50px;
}
.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0;
}
.has-switch > div.switch-on label {
    background-color: #1abc9c;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    float: left;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #34495e;
    color: #1abc9c;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border: 4px solid #34495e;
    border-radius: 50%;
    float: left;
    height: 29px;
    margin: 0 -15px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
.switch-square {
    border-radius: 6px;
    -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat;
    mask: url('../images/switch/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #1abc9c;
}
.carousel-inner > .item.active > img,
.carousel-inner > .item.active > a > img {
    border-radius: 6px;
}
@media (max-width: 480px) {
    .carousel-inner > .item.active > img {
        border-radius: 6px 6px 0 0;
    }
}
.carousel-inner > .item.active.left > img,
.carousel-inner > .item.active.right > img,
.carousel-inner > .item.active.left > a > img,
.carousel-inner > .item.active.right > a > img {
    border-radius: 0;
}
.carousel-control {
    position: absolute;
    top: 45%;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    text-indent: 1px;
    border: 3px solid #ffffff;
    height: 40px;
    right: 15px;
    margin-top: -20px;
    text-align: center;
    width: 40px;
    outline: none !important;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.carousel-control.left,
.carousel-control.right {
    background: none #2c3e50;
}
.carousel-control.left {
    text-indent: -1px;
    left: 15px;
}
.carousel-control.right {
    left: auto;
    right: 15px;
}
.carousel-indicators {
    bottom: auto;
    left: auto;
    margin: 0;
    right: 16px;
    top: 16px;
    width: auto;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.carousel-indicators li {
    vertical-align: top;
    border: none;
    width: 8px;
    height: 8px;
    margin: 0 0 0 6px;
    background-color: #2c3e50;
    background-color: rgba(44, 62, 80, 0.5);
}
.carousel-indicators li.active {
    background-color: #fff;
    width: 8px;
    height: 8px;
    margin: 0 0 0 6px;
}
.carousel-caption {
    padding: 20px 19px 22px;
    background: #243342;
    background: rgba(36, 51, 66, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    border-radius: 0 0 6px 6px;
    text-shadow: none;
}
.carousel-caption h3,
.carousel-caption p {
    color: #ffffff;
}
.carousel-caption h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
}
.carousel-caption p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}
@media (max-width: 480px) {
    .carousel-caption {
        position: static;
    }
}
.last-col {
    overflow: hidden;
}
.ptn,
.pvn,
.pan {
    padding-top: 0 !important;
}
.ptx,
.pvx,
.pax {
    padding-top: 3px !important;
}
.pts,
.pvs,
.pas {
    padding-top: 5px !important;
}
.ptm,
.pvm,
.pam {
    padding-top: 10px !important;
}
.ptl,
.pvl,
.pal {
    padding-top: 20px !important;
}
.prn,
.phn,
.pan {
    padding-right: 0 !important;
}
.prx,
.phx,
.pax {
    padding-right: 3px !important;
}
.prs,
.phs,
.pas {
    padding-right: 5px !important;
}
.prm,
.phm,
.pam {
    padding-right: 10px !important;
}
.prl,
.phl,
.pal {
    padding-right: 20px !important;
}
.pbn,
.pvn,
.pan {
    padding-bottom: 0 !important;
}
.pbx,
.pvx,
.pax {
    padding-bottom: 3px !important;
}
.pbs,
.pvs,
.pas {
    padding-bottom: 5px !important;
}
.pbm,
.pvm,
.pam {
    padding-bottom: 10px !important;
}
.pbl,
.pvl,
.pal {
    padding-bottom: 20px !important;
}
.pln,
.phn,
.pan {
    padding-left: 0 !important;
}
.plx,
.phx,
.pax {
    padding-left: 3px !important;
}
.pls,
.phs,
.pas {
    padding-left: 5px !important;
}
.plm,
.phm,
.pam {
    padding-left: 10px !important;
}
.pll,
.phl,
.pal {
    padding-left: 20px !important;
}
.mtn,
.mvn,
.man {
    margin-top: 0px !important;
}
.mtx,
.mvx,
.max {
    margin-top: 3px !important;
}
.mts,
.mvs,
.mas {
    margin-top: 5px !important;
}
.mtm,
.mvm,
.mam {
    margin-top: 10px !important;
}
.mtl,
.mvl,
.mal {
    margin-top: 20px !important;
}
.mrn,
.mhn,
.man {
    margin-right: 0px !important;
}
.mrx,
.mhx,
.max {
    margin-right: 3px !important;
}
.mrs,
.mhs,
.mas {
    margin-right: 5px !important;
}
.mrm,
.mhm,
.mam {
    margin-right: 10px !important;
}
.mrl,
.mhl,
.mal {
    margin-right: 20px !important;
}
.mbn,
.mvn,
.man {
    margin-bottom: 0px !important;
}
.mbx,
.mvx,
.max {
    margin-bottom: 3px !important;
}
.mbs,
.mvs,
.mas {
    margin-bottom: 5px !important;
}
.mbm,
.mvm,
.mam {
    margin-bottom: 10px !important;
}
.mbl,
.mvl,
.mal {
    margin-bottom: 20px !important;
}
.mln,
.mhn,
.man {
    margin-left: 0px !important;
}
.mlx,
.mhx,
.max {
    margin-left: 3px !important;
}
.mls,
.mhs,
.mas {
    margin-left: 5px !important;
}
.mlm,
.mhm,
.mam {
    margin-left: 10px !important;
}
.mll,
.mhl,
.mal {
    margin-left: 20px !important;
}
 
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}

@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.1.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}/*	FOOTER 1-1
/*----------------------------------------------------*/

.footer-1-1 {
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer-1-1 h3, .footer-1-1 h4, .footer-1-1 .lead, .footer-1-1 li {
    color: #ffffff;
}

.footer-1-1 .brand-img {
    width: 200px;
    margin-bottom: 30px;
}

.footer-1-1 h4 {
    margin-bottom: 20px;
}

.footer-1-1 ul {
    list-style-type: none;
    margin: 0 0 26px;
    padding: 0;
}

.footer-1-1 ul li {
    border-top: 1px solid #bdc3c7;
    line-height: 19px;
    padding: 6px 0;
}

.footer-1-1 li:first-child {
    border-top: none;
    padding-top: 1px;
}


/*	FOOTER 1-1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	FOOTER 1-2
/*----------------------------------------------------*/

.footer-1-2 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer-1-2 .brand-img {
    margin: 0 auto;
    width: 150px;
}

.big-social {
    margin-top: 20px;
}

.big-social .social-item {
    text-align: center;
}

.big-social .social-item a {
    display: block;
    border-radius: 4px;
    padding: 18px;
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
}

.big-social .social-item a h4 {
    color: #ffffff;
    visibility: hidden;
    margin-bottom: 0;
}

.big-social .social-item a:hover h4, .big-social .social-item a:focus h4 { visibility:visible; }

.big-social .social-item.facebook a:hover, .big-social .social-item.facebook a:focus { background-color:#016bb6; }
.big-social .social-item.twitter a:hover, .big-social .social-item.twitter a:focus { background-color:#08c1e2; }
.big-social .social-item.google a:hover, .big-social .social-item.google a:focus { background-color:#d94b34; }


/*	FOOTER 1-2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	FOOTER 1-3
/*----------------------------------------------------*/

.footer-1-3 {
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer-1-3 .brand-img {
    width: 180px;
}

.footer-1-3 .social {
    margin-top: 20px;
}

.footer-1-3 .address-bold-line {
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.footer-1-3 .address {
    color: #ffffff;
}

.footer-1-3 .footer-text {
    border-top: #ecf0f1 1px solid;
    text-align: center;
    margin-top: 10px;
}

.footer-1-3 .footer-text p {
    color: #ecf0f1;

}


/*	FOOTER 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	FOOTER 1-4
/*----------------------------------------------------*/

.footer-1-4 {
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}

.footer-1-4 h2 {
    color: #ffffff;
}

.footer-1-4 .footer-form {
    margin-top: 40px;
}

.footer-1-4 input[type=text] {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px #fff;
    padding: 20px;
    width: 30%;
    color: #fff;
}

.footer-1-4 input[type=submit] {
    background: rgba(61, 201, 179, 0.5);
    border: solid 1px rgba(61, 201, 179, 0.5);
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-1-4 input[type=submit]:hover {
    background: rgba(61, 201, 179, 1);
    border: solid 1px rgba(61, 201, 179, 1);
    color: #fff;
}

.footer-1-4 .social {
    margin-top: 30px;
}


/*	FOOTER 1-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}/*	FOOTER Copyright Bar
/*----------------------------------------------------*/

.copyright-bar {
    height: 70px;
    padding-top: 20px;
    background-color: #233447;
    position: relative;
    bottom: 0;
}

.copyright-bar p {
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}
/*	Gallery 1
/*----------------------------------------------------*/

/* Gallery Item
 * -------------------------- */

#isotope-gallery-container .col-md-3 {
    margin-right: -1px;
}

.gallery-item-wrapper {
    padding-bottom: 25px;
}
.gallery-item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}
.flush .gallery-item {
    border-radius: 0;
}
.gallery-item .gallery-thumb {
    position: relative;
    overflow: hidden;
}

.gallery-item .gallery-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb img {
    transform: scale(1.1);
}

.gallery-item .gallery-thumb .image-overlay {
    background-color: #2c3e50;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.gallery-item .gallery-thumb .gallery-zoom, .gallery-item .gallery-thumb .gallery-link {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #2c3e50;
    display: none;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    padding-top: 14px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 2px;
}

.gallery-item .gallery-thumb .gallery-zoom:hover, .gallery-item .gallery-thumb .gallery-link:hover {
    background-color: #1ABC9C;
    color: #ffffff;
}

.gallery-item .gallery-thumb .gallery-zoom:focus, .gallery-item .gallery-thumb .gallery-link:focus {
    outline: none;
}

.gallery-item .gallery-thumb .gallery-link {
    right: 0;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item .gallery-thumb .gallery-zoom {
    left: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .gallery-zoom {
    display: block;
    left: 50%;
    margin-left: -48px;
}

.gallery-item:hover .gallery-thumb .gallery-link {
    display: block;
    right: 50%;
    margin-right: -48px;
}

.gallery-item .gallery-details {
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
    border: 2px solid #ecf0f1;
    border-top: 0;
    overflow: hidden;
}

.gallery-item .gallery-details h5 {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    position: relative;
}

.gallery-item .gallery-details p {
    font-size: .9em;
}


/* Gallery Filter
 * -------------------------- */
.filter {
    list-style: none;
    padding: 0;
    margin: 0 0 60px 0;
    text-align: center;
}
.filter li {
    display: inline-block;
    margin: 0;
}
.filter li:before {
    display: inline-block;
    content: "/";
    padding: 0 25px 0 19px;
    color: rgba(0,0,0,0.20);
}
.filter li:first-child:before {
    display: none;
}
.filter li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #2c3e50;
}
.filter li a:hover,
.filter li a:focus,
.filter li a.active {
    color: #1ABC9C;
    text-decoration: none;
}

/* Isotope Animating
 * -------------------------- */
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}





/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

/*	Gallery 2
/*----------------------------------------------------*/

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

.grid {
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
}

/* Common style */
.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    height: 300px;
    background: #2c3e50;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.5;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
    top: auto;
    bottom: 0;
    height: 50%;
    text-align: left;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.6);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}







/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {




}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {




}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

/*	HEADER 1
/*----------------------------------------------------*/

#header-1 {
    width: 100%;
    background: none;
    min-height: 80px;
}

#header-1 .main-nav {
    background-color: #193441;
    border: 0;
    height: 80px;
}

#header-1 .main-nav .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 20px;
    top: 20px;
}

#header-1 .main-nav .navbar-toggle:focus {
    outline: none;
}

#header-1 .main-nav .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.6);
    height: 3px;
}

#header-1 .main-nav .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

#header-1 .main-nav .nav {
    margin-top: 12px;
}

#header-1 .main-nav .nav .nav-item a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}

#header-1 .main-nav .nav .nav-item.active a {
    color: #3498DB;
    back ground: none;
}

#header-1 .main-nav .nav .nav-item a:hover {
    color: #3498DB;
    background: none;
}

#header-1 .main-nav .nav .nav-item a:focus {
    outline: none;
    background: none;
}

#header-1 .main-nav .nav .nav-item a:active {
    outline: none;
    background: none;
}

#header-1 .main-nav .nav .nav-item.active {
    color: #333;
}


#header-1 .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #3E606F;
}

#header-1 .main-nav .nav .dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3E606F;
    position: absolute;
    right: 35px;
    top: -10px;
}

#header-1 .main-nav .nav .dropdown-menu a {
    padding: 8px 20px;
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#header-1 .main-nav .nav .dropdown-menu a:hover {
    background: #193441;
    color: #fff;
}


#header-1 .brand-img {
    max-width: 150px;
    padding: 20px 0;
}

.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
}

.headroom--unpinned {top: -100px;}
.headroom--pinned {top: 0;}


/* Override bootstrap default */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none;
}


/*	HEADER 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

    #header-1 .brand-img {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    #header-1 .navbar-fixed-top {
        position: relative;
    }

    #header-1 .navbar-collapse {
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        top: 80px;
        position: absolute;
        background: #193441;
        z-index: 999;
    }

    #header-1 .navbar-collapse .nav {
        margin: 0;
    }

    #header-1 .main-nav .nav .dropdown-menu:before {
        display: none;
    }

    #header-1 .navbar-fixed-top .navbar-collapse,
    #header-1 .navbar-fixed-bottom .navbar-collapse {
        max-height: inherit;
    }

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {




}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {




}
/*	HEADER 2
/*----------------------------------------------------*/
#header-2 {
    width: 100%;
    min-height: 98px;
    position: relative;
    z-index: 999;
}

#header-2 .brand-img {
    float: none;
    margin: 30px auto;
    text-align: center;
    max-width: 150px;
}

#header-2 .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 20px;
    top: 30px;
    border: none;
}

#header-2 .navbar-toggle:focus {
    outline: none;
}

#header-2 .navbar-toggle .icon-bar {
    background-color: #999;
    height: 3px;
}

#header-2 .navbar-toggle:hover .icon-bar {
    background-color: #3498DB;
}

#header-2 .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header-2 .main-nav .nav {
    margin-top: 25px;
}

#header-2 .main-nav .nav .nav-item a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #666;
    background: none;
}

#header-2 .main-nav .nav .nav-item.active a {
    color: #3498DB;
}

#header-2 .main-nav .nav .nav-item a:hover {
    color: #3498DB;
}

#header-2 .main-nav .nav .nav-item a:focus {
    outline: none;
}

#header-2 .main-nav .nav .dropdown-menu {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    backg round: #3E606F;
}

#header-2 .main-nav .nav .dropdown-menu a {
    padding: 8px 20px;
    color: #666;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#header-2 .main-nav .nav .dropdown-menu a:hover {
    background: #3498DB;
    color: #fff;
}




/* Override bootstrap default */
#header-2 .main-nav .nav .open > a,
#header-2 .main-nav .nav .open > a:hover,
#header-2 .main-nav .nav .open > a:focus {
    background: none;
}






/*	Header 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    #header-2 .main-nav .nav .dropdown-menu {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        margin: 0;
        border: none;
        text-transform: none;
        min-width: 180px;
        background: #3E606F;
    }

    #header-2 .main-nav .nav .dropdown-menu:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3E606F;
        position: absolute;
        right: 35px;
        top: -10px;
    }

    #header-2 .main-nav .nav .dropdown-menu a {
        padding: 8px 20px;
        color: #fff;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    #header-2 .main-nav .nav .dropdown-menu a:hover {
        background: #193441;
        color: #fff;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

 

/*	HEADER 3
/*----------------------------------------------------*/

#header-3 {
    width: 100%;
}

#header-3 .brand {
    position: relative;
}

#header-3 .brand-img {
    position: absolute;
    left: 15px;
    top: 0;
    max-width: 150px;
}

#header-3 nav {
    background-color: #233447;
    margin-top: -1px;
}

#header-3 nav ul {
    list-style: none;
    padding: 0;
}

#header-3 nav ul li {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding-left: 0;
    position: relative;
}

#header-3 nav ul li:last-child {
    border: none;
}

#header-3 nav ul li a {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    padding: 20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding-left: 0;
    position: relative;
}

#header-3 nav ul li a:hover, #header-3 nav ul li a:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

#header-3 #nav-toggle {
    position: absolute;
    right: 15px;
    top: 0;
}

#header-3 #nav-toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#header-3 #nav-toggle span, #header-3 #nav-toggle span:before, #header-3 #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #353535;
    position: absolute;
    display: block;
    content: '';
}

#header-3 #nav-toggle span:before { top: -10px; }
#header-3 #nav-toggle span:after { bottom: -10px; }

#header-3 #nav-toggle span, #header-3 #nav-toggle span:before, #header-3 #nav-toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

#header-3 #nav-toggle.active span { background-color: transparent; }

#header-3 #nav-toggle.active span:before, #header-3 #nav-toggle.active span:after { top: 0; }

#header-3 #nav-toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

#header-3 #nav-toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}

#header-3 .navicon {
    position: relative;
    height: 26px;
}



#header-3 .indicator {
    position: absolute;
    right: 0 !important;
}

#header-3 .pull { display: none; }


#header-3 .hero {
    background: url('../images/header-3-bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0 300px 0;
    height: auto;
}

#header-3 .hero h1 {
    margin-top: 100px;
    font-weight: 600;
    color: #31152B;
}

#header-3 .hero .lead {
    font-weight: 600;
    color: #723147;
}



/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {



}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {



}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {



}
  
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    background: #fff;
    padding: 5px 15px;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}
.nivo-controlNav a {
    font-size: 16px;
    padding: 3px;
}

.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {opacity: 1}
}
@-moz-keyframes empty {
    0% {opacity: 1}
}
@keyframes empty {
    0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-moz-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
    25% { opacity: .5; -webkit-transform: translateZ(-500px); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
    25% { opacity: .5; -moz-transform: translateZ(-500px); }
    75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
    25% { opacity: .5; transform: translateZ(-500px); }
    75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
    0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px); }
    100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
    0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -moz-transform: translateZ(-500px); }
    100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
    0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; transform: translateZ(-500px); }
    100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
    to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
    to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
    to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
    from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
    from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
    from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
    from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
    from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
    from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
    to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
    to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
    to { opacity: 0; transform: scale(1.5); }
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}

div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}

div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}

div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}

div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}

div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}

div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#333;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0; display:none;}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

.currentTextHolder{display:none;}/*	Pricing Tables 1
/*----------------------------------------------------*/

.pricing-table-1 .price-block {
    text-align: center;
    color: #ffffff;
    transition: all 0.25s;
    max-width: 400px;
    margin: 0 auto 20px auto;
}

.pricing-table-1 h3 {
    text-transform: uppercase;
    padding: 20px 0;
    background: #2c3e50;
    margin: 0;
    border-radius: 6px 6px 0 0;
}

.pricing-table-1 .price {
    display: inline-block;
    background: #898989;
    width: 100%;
}

.pricing-table-1 .price-figure {
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 14px;
}

.pricing-table-1 .price-number {
    font-weight: 600;
    display: block;
    margin-bottom: 0;
}

.pricing-table-1 .price-tenure {
    font-size: 11px;
    margin-top: 0;
}

.pricing-table-1 .features {
    background: #e6e6e6;
    color: #555555;
    padding: 0;
    margin: 0;
}

.pricing-table-1 .features li {
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
}

.pricing-table-1 .price-footer {
    display: block;
    background: #2c3e50;
    border-radius: 0 0 6px 6px;
    margin-top: -5px;
    padding: 10px 0;
}


/* Hover Effects */
.pricing-table-1 .price-block:hover {
    transform: scale(1.04) translateY(-5px);
    -webkit-transform: scale(1.04) translateY(-5px);
    z-index: 1;
    border-bottom: 0 none;
}

.pricing-table-1 .price-block:hover .price.pastel-blue { background: #6082EB; }
.pricing-table-1 .price-block:hover .price.pastel-green { background: #18B29D; }
.pricing-table-1 .price-block:hover .price.pastel-red { background: #FF5E65; }
.pricing-table-1 .price-block:hover .price.pastel-orange { background: #FFB068; }


.pricing-table-1 .price-block:hover h3 {
    background: #233447;
}

/* Ribbons */
.ribbon {
    position: absolute;
    top: -4px;
    right: 11px;
    width: 82px;
    height: 82px;
    overflow: hidden;
    z-index: 10
}

.red-hot { background: url("../images/ribbons/red-hot.png") 0 0 no-repeat; }
.best-value { background: url("../images/ribbons/best-value.png") 0 0 no-repeat; }
.super-cool { background: url("../images/ribbons/super-cool.png") 0 0 no-repeat; }
.new { background: url("../images/ribbons/new.png") 0 0 no-repeat; }
.premium { background: url("../images/ribbons/premium.png") 0 0 no-repeat; }
.exclusive { background: url("../images/ribbons/exclusive.png") 0 0 no-repeat; }
.popular { background: url("../images/ribbons/popular.png") 0 0 no-repeat; }
.five-stars { background: url("../images/ribbons/five-stars.png") 0 0 no-repeat; }



/*	Pricing Tables 1 MEDIA QUERIES
/*----------------------------------------------------*/



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .pricing-table-1 .price-block {
        margin-bottom: 20px;

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width: 1200px) {

    }
}

    /*	Pricing Table 3
/*----------------------------------------------------*/

    .pricing-table-3 .plan {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        overflow: hidden;
    }

    .pricing-table-3 .plan header {
        background: #2F4052;
        text-align: center;
        padding: 50px;
    }

    .pricing-table-3 .plan h2 {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: .15em;
        text-transform: uppercase;
        color: #FFF;
    }

    .pricing-table-3 .plan .btn {
        margin-bottom: 0;
    }

    .pricing-table-3 .plan .price {
        margin-bottom: 15px;
        color: #ffffff;
    }

    .pricing-table-3 .plan .price * {
        font-family: 'Lato', sans-serif;
        line-height: 100%;
    }

    .pricing-table-3 .plan .price .amount {
        font-size: 120px;
        font-weight: 900;
    }

    .pricing-table-3 .plan .price .currency {
        position: relative;
        top: 16px;
        font-size: 24px;
        vertical-align: top;
        margin-right: 5px;
    }

    .pricing-table-3 .plan .price .period {
        font-size: 16px;
        text-transform: uppercase;
        clear: left;
    }

    .pricing-table-3 .plan .features {
        background: #F5F7FA;
        padding: 25px 35px;
        border: 1px solid #E6E9ED;
        border-top: none;
        border-bottom-width: 2px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        margin-top: 0 !important;
    }

    .pricing-table-3 .plan .features li {
        padding: 15px 0;
        border-top: 1px solid #BCC7D1;
        list-style: none;
    }

    .pricing-table-3 .plan .features li:first-child {
        border: none;
    }

    .pricing-table-3 .plan .features li i {
        margin-right: 10px;
    }

    .pricing-table-3 .col-4 .plan header {
        padding: 40px;
    }

    .pricing-table-3 .col-4 .plan h2 {
        font-size: 18px;
    }

    .pricing-table-3 .col-4 .plan .price .amount {
        font-size: 90px;
    }

    .pricing-table-3 .col-4 .plan .features {
        padding: 20px 30px;
    }

    /* Ribbon & Colors */
    .ribbon {
        position: absolute;
        top: -4px;
        right: 11px;
        width: 82px;
        height: 82px;
        overflow: hidden;
        z-index: 10
    }

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

    .promo-1 {
        background: url("../images/water-bg.jpg") center top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 140px 0;
    }

    .promo-1 .video-wrapper {
        max-width: 600px;
        margin: 20px auto 0 auto;
    }


    /*	PROMO BLOCK 1 MEDIA QUERIES
/*----------------------------------------------------*/

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {



    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {



    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {



    }/*	PROMO BLOCK 2
/*----------------------------------------------------*/

    .promo-2 h1 {
        font-size: 60px;
    }

    .promo-2 h1, .promo-2 h2 {
        color: #ffffff;
    }

    .promo-2 .countDown {
        margin: 80px auto 40px auto;
        font-size: 0;
    }

    .promo-2 .countDown .countDown-input {
        display: none;
    }

    .promo-2 .countDown .countDown-wrap {
        width: 185px;
        margin: 0 15px 20px;
        display: inline-block;
        background: rgba(133, 214, 222, 0.1);
        border-left: 4px solid #F39C12;
        border-right: 4px solid #F39C12;
    }

    .promo-2 .countDown .digits {
        display: block;
        margin-top: 34px;
        margin-bottom: -6px;
        font-family: 'Lato', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 120px;
        color: #ffffff;
    }

    .promo-2 .countDown .digits-label {
        margin-bottom: 18px;
        font-family: 'Lato', Helvetica, Arial, sans-serif;
        font-size: 24px;
        text-transform: uppercase;
        color: #ffffff;
    }


    /*	PROMO BLOCK 2 MEDIA QUERIES
/*----------------------------------------------------*/

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {



    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {



    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {



    }/*	PROMO BLOCK 3
/*----------------------------------------------------*/

    .promo-3 {
        background: url("../images/star-sky.jpg") center top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
        padding: 140px 0;
    }

    .promo-3 h1 {
        font-size: 60px;
        color: #ffffff;
    }

    .promo-3 h2 {
        font-weight: 600;
        color: #ffffff;
    }

    .promo-3 a {
        margin-top: 40px;
    }


    /*	PROMO BLOCK 3 MEDIA QUERIES
/*----------------------------------------------------*/

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {



    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {



    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {



    }



@import "contact-1.css";
@import "contact-2.css";
@import "contact-3.css";

    b.chead {
        color: #8C9899;
    }

    b.chead span {
        color: #34495E;
        font-size: 14px;
        margin-right: 10px;
    }

    p.text-light {
        color: #7F8C8D;
    }

    .wrapper.grey {
        background: #ECF0F1;
        border-top: 1px solid #d3d9dd;
        border-bottom: 1px solid #d3d9dd;
        padding: 80px 0px;
    }@import "content1-1.css";
@import "content1-2.css";
@import "content1-3.css";
@import "content1-4.css";
@import "content1-5.css";
@import "content1-6.css";
@import "content1-7.css";
@import "content1-8.css";
@import "content1-9.css";
@import "content2-1.css";
@import "content2-2.css";
@import "content2-3.css";
@import "content2-4.css";
@import "content2-5.css";
@import "content2-6.css";
@import "content2-7.css";
@import "content2-8.css";
@import "content2-9.css";
@import "content2-10.css";

    .col {
        margin: 0px 10px;
        padding: 20px;
    }

    .wrapper.grey {
        background: #ECF0F1;
        border-top: 1px solid #d3d9dd;
        border-bottom: 1px solid #d3d9dd;
        padding: 80px 0px;
    }

    .item.dark {
        background-color: #3D566E;
        color: #eee;
    }

    /* tabs */

    body .nav-tabs > li > a {
        padding: 13px 26px 14px !important;
        color: #3D566E;
        text-transform: uppercase;
    }

    body .nav-tabs > li.active > a, body .nav-tabs > li.active > a:hover, body .nav-tabs > li.active > a:focus {
        color: #3D566E;
    }

    .tabs img {
        max-width: 100%;
        margin-top: 20px;
    }

    .tabs p {
        font-size: 14px;
    }

    .tabs h5 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .tabs .tab-pane {
        padding: 30px 20px;
    }

    /* end tabs */hr.dashed {
                      border-style: dashed;
                      border-width: 3px;
                      border-color: #CBD0D3;
                      border-bottom: 0px;
                      border-left: 0px;
                      border-right: 0px;
                      margin-top: 80px;
                      margin-bottom: 80px;
                  }

    hr.shadowDown {
        border-style: solid;
        border-width: 1px;
        border-color: #d7dcdf;
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
        margin-top: 80px;
        margin-bottom: 80px;
        box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.25);
        height: 20px;
    }

    .divider {
        line-height: 0px !important;
        height: 0px;
        border-width: 3px;
        border-color: #CBD0D3;
        text-align: center;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .divider.dashed {
        border-style: dashed;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
    }

    .divider.dotted {
        border-style: dotted;
        border-width: 10px;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-color: #e8edef;
    }

    .divider.dotted > span {
        line-height: 0.7em;
    }

    .divider > span {
        background: #fff;
        text-transform: uppercase;
        font-style: italic;
        padding: 0px 20px;
    }

    .wrapperDark {
        background: #3D566E;
        padding: 60px 0px;
    }

    .wrapperDark .divider.dashed {
        border-color: #1ABC9C;
        border-style: dashed;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        color: #eee;
        margin: 0px;
    }

    .wrapperDark .divider.dashed > span {
        background: #3D566E;
        font-style: normal;
        color: #eee;
        font-weight: 200;
    }@import "footer-1.css";
@import "footer-2.css";
@import "footer-3.css";
@import "footer-4.css";
@import "footer-5.css";


    .footerWrapper {
        padding-top: 0px;
    }

    .footer .navbar-brand img {
        width: 75px;
    }

    .footer .navbar-brand img.small {
        width: 30px;
    }

    .footer.dark {
        background: #3D566E;
        padding: 60px 0px 50px;
        font-weight: 200;
        color: #CBD0D3;
    }

    .footer.dark h2 {
        color: #ECF0F1;
        font-size: 34px;
        border-bottom: 2px dashed #CBD0D3;
        padding-bottom: 20px;
        margin-top: 0px;
    }

    .footer.dark span {
        text-transform: uppercase;
        font-size: 13px;
    }

    .footer.dark a, .footer.dark a span {
        font-size: 26px;
        margin-right: 5px;
        color: #1ABC9C;
    }.bodyPadding {
         padding-top: 76px;
     }

    body.bodyPaddingLess {
        padding-top: 56px;
    }

    .text-center > a img {
        max-width: 100%;
    }

    .wrapper.grey {
        background: #ECF0F1;
        border-top: 1px solid #d3d9dd;
        border-bottom: 1px solid #d3d9dd;
    }

    .navbar.plain .navbar-nav a {
        color: #7F8C8D;
        text-transform: uppercase;
        font-weight: normal;
    }

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

    .navbar.plain .navbar-nav, .navbar-grey .navbar-nav {
        margin-top: 15px;
    }

    .navbar.plain .navbar-brand {
        color: #34495E;
        line-height: 50px;
    }

    .navbar-grey .navbar-brand {
        line-height: 50px;
        font-weight: normal;
    }

    .navbar.plain .navbar-brand img, .navbar-grey .navbar-brand img {
        float: left;
        margin-right: 15px;
    }

    .navbar.navbar-grey {
        background: #3e3e3e !important;
    }

    .navbar.navbar-none {
        background: none !important;
    }

    .navbar-grey .navbar-nav > .active > a, .navbar-grey .navbar-nav > .active > a:hover, .navbar-grey .navbar-nav > .active > a:focus {
        background: #fff;
        color: #3e3e3e;
    }

    /* end general styles */


    /* headers */

    header.dark {
        background-color: #3D566E;
        color: #eee;
    }

    header.dark .navbar.plain a {
        color: #fff;
    }

    .wrapper.image {
        position: relative;
        width: 100%;
        z-index: 100;
        color: #fff;
    }

    .wrapper.image1 .container {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .wrapper.image2 .container {
        padding-top: 25px;
        padding-bottom: 100px;
    }

    .wrapper.image .container p {
        font-size: 18px;
    }

    .wrapper.image .bg {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

    .wrapper.image .bg1 {
        background-image: url(../images/dark-logs-bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        background-attachment: scroll;
        background-color: rgba(0, 0, 0, 0);
        /*background: url(../images/picture1.jpg) no-repeat scroll 50% 50% / cover  rgba(0, 0, 0, 0);*/
    }

    .wrapper.image .bg2 {
        background-image: url(../images/picture2.jpg);
        background-repeat: no-repeat;
        background-position: 0% bottom;
        background-size: cover;
        background-attachment: scroll;
        background-color: rgba(0, 0, 0, 0);
        /*background: url(../images/picture2.jpg) no-repeat scroll 50% bottom / cover  rgba(0, 0, 0, 0);*/
    }

    .banner.grey {
        background: #95A5A6;
    }

    .banner h1 {
        margin: 80px 0px 80px 0px;
        font-weight: normal;
        font-size: 40px !important;
        line-height: 1.4em;
    }

    .banner2 h1 {
        margin: 80px 0px 10px 0px;
    }

    .banner2 {
        margin-bottom: 80px;
    }

    .banner2 p {
        margin-top: 0px;
        color: #ffffff;
    }

     


    /* carousel */


    .carousel.carousel1 .carousel-indicators {
        position: inherit;
        right: 0px;
    }

    .carousel.carousel1 .item h1 {
        font-size: 26px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 2px dashed #ddd;
    }

    .carousel.carousel1 .item .lead {
        font-size: 20px;
    }

    .carousel.carousel1 .carousel-indicators li {
        background-color: #7F8C8D;
        width: 12px;
        height: 12px;
    }

    .carousel.carousel1 .carousel-indicators li.active {
        background-color: #CBD0D3;
    }

    .carousel.carousel2 .carousel-inner {
        overflow: visible;
    }

    .carousel.carousel2 {
        margin-top: 130px;
        margin-bottom: 200px;
    }

    .carousel.carousel2 img {
        max-width: 100%;
        width: 100%;
    }

    .carousel.carousel2 .carousel-control.left {
        left: -100px;
    }
    .carousel.carousel2 .carousel-control.right {
        right: -100px;
    }

    .carousel.carousel2 .item h3 {
        margin-top: 0px;
    }

    .carousel.carousel-fade .item {
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        opacity:0;
    }

    .carousel.carousel-fade .active.item {
        opacity:1;
    }

    .carousel.carousel-fade .active.left,
    .carousel.carousel-fade .active.right {
        left: 0;
        z-index: 2;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .carousel.carousel-fade .next,
    .carousel.carousel-fade .prev {
        left: 0;
        z-index: 1;
    }

    .carousel.carousel-fade .carousel-control {
        z-index: 3;
    }

    /* end carousel */



    /* header 10 */

    .item.header.header10 {
        background-image: url(../images/nikon-515883_1920.jpg);
        background-repeat: no-repeat;
        background-position: 0% top;
        background-size: cover;
        background-attachment: scroll;
        background-color: rgba(0, 0, 0, 0);
    }

    form.headerForm input {
        border: 0px;
    }

    .header10 .navbar-header a img {
        height: 30px;
        margin-right: 10px;
        position: relative;
        top: -4px;
    }

    .nav.navbar-nav.navbar-right {
        margin-right: 0px !important;
    }

    .header10 h2 {
        font-weight: 400;
        margin-top: 0px;
    }

    /* end header 10 */



    /* header 11 */

    .item.header.header11 {
        background-image: url(../images/powder-snow-496875_1920.jpg);
        background-repeat: no-repeat;
        background-position: 0% top;
        background-size: cover;
        background-attachment: scroll;
        background-color: rgba(0, 0, 0, 0);
    }

    .header11 h1 {
        color: #F5F7F8;
        font-weight: 200;
        font-size: 45px;
    }

    .header11 .navbar-header a img {
        height: 30px;
        margin-right: 10px;
        position: relative;
        top: -4px;
    }

 

    /*	PATTERN LIBRARY STYLES
/*----------------------------------------------------*/

    /* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700italic,700,500italic,500,400italic,300italic,300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);


    body {
        color: #333333;
        background: #ffffff;
        overflow-x: hidden;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /* BACKGROUND COLORS */

    .bg-black { background-color: #111111 !important; }
    .bg-white { background-color: #FFFFFF !important; }
    .bg-offwhite { background-color: #F5F5F5 !important; }
    .bg-clouds { background-color: #ECF0F1 !important; }
    .bg-silver { background-color: #BDC3C7 !important; }
    .bg-concrete { background-color: #95A5A6 !important; }
    .bg-asbestos { background-color: #7F8C8d !important; }
    .bg-tan { background-color: #D1DBBD !important; }
    .bg-pewter { background-color: #91AA9D !important; }
    .bg-moonlight { background-color: #3E606F !important; }
    .bg-deepocean { background-color: #193441 !important; }
    .bg-turquoise { background-color: #1ABC9C !important; }
    .bg-aqua { background-color: #16A085 !important; }
    .bg-sunflower { background-color: #F1C40F !important; }
    .bg-orange { background-color: #F39C12 !important; }
    .bg-sienna { background-color: #BF4E19 !important; }
    .bg-milanored { background-color: #AC1C00 !important; }
    .bg-river { background-color: #3498DB !important; }
    .bg-marina { background-color: #2980B9 !important; }
    .bg-deco { background-color: #C9D787 !important; }
    .bg-crete { background-color: #7D8A2E !important; }
    .bg-guardsman { background-color: #D90000 !important; }
    .bg-pomegranate { background-color: #C0392B !important; }
    .bg-finn { background-color: #723147 !important; }
    .bg-tamarind { background-color: #31152B !important; }


    /* COLORS */

    .black { color: #111111; }
    .white { color: #FFFFFF; }
    .offwhite { color: #F5F5F5; }
    .clouds { color: #ECF0F1; }
    .silver { color: #BDC3C7; }
    .concrete { color: #95A5A6; }
    .asbestos { color: #7F8C8d; }
    .tan { color: #D1DBBD; }
    .pewter { color: #91AA9D; }
    .moonlight { color: #3E606F; }
    .deepocean { color: #193441; }
    .turquoise { color: #1ABC9C; }
    .aqua { color: #16A085; }
    .sunflower { color: #F1C40F; }
    .orange { color: #F39C12; }
    .sienna { color: #BF4E19; }
    .milanored { color: #AC1C00; }
    .river { color: #3498DB; }
    .marina { color: #2980B9; }
    .deco { color: #C9D787; }
    .crete { color: #7D8A2E; }
    .guardsman { color: #D90000; }
    .pomegranate { color: #C0392B; }
    .finn { color: #723147; }
    .tamarind { color: #31152B; }


    /* PADDING, MARGIN & ALIGNMENT */
    .pad5 { padding-top:5px; }
    .pad10 { padding-top:10px; }
    .pad15 { padding-top:15px; }
    .pad25 { padding-top:25px; }
    .pad30 { padding-top:30px; }
    .pad45 { padding-top:45px; }
    .pad60 { padding-top:60px; }
    .pad90 { padding-top:90px; }

    .min-height-100px { min-height: 100px; }
    .min-height-200px { min-height: 200px; }
    .min-height-300px { min-height: 300px; }
    .min-height-400px { min-height: 400px; }
    .min-height-500px { min-height: 500px; }
    .min-height-600px { min-height: 600px; }
    .min-height-700px { min-height: 700px; }
    .min-height-800px { min-height: 800px; }

    .marg-bottom5 { margin-bottom: 5px; }
    .marg-left5 { margin-left: 5px; }
    .marg-right5 { margin-right: 5px; }
    .but_marg { margin-left: 3px; }

    .v-center {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    /** TYPOGRAPHY **/
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: 'Lato', Helvetica, Arial, sans-serif;
        line-height: 1.1;
    }

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
        col or: #e5e5e5;
    }

    h1, h2, h3 {
        margin-bottom: 20px;
        font-weight: 300;
    }

    h4, h5, h6 {
        margin-bottom: 15px;
        font-weight: 400;
    }

    h1, .h1 { font-size: 44px; }
    h2, .h2 { font-size: 37px; }
    h3, .h3 { font-size: 27px; }
    h4, .h4 { font-size: 23px; }
    h5, .h5 { font-size: 18px; }
    h6, .h6 { font-size: 16px; }

    p {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.6;
        margin: 15px 0;
        color: #515157;
    }

    .lead {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 300;
    }

    small, .small {
        font-size: 80%;
        line-height: 2;
    }

    em { color: #ff6600; }

    /* LINKS */

    a { color: #1abc9c; }

    a:hover {
        color: #16a085;
        text-decoration: underline;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    /* LISTS */

    ol {
        position: relative;
        padding-left: 22px;
    }

    ul {
        list-style: none;
        position: relative;
        padding-left: 22px;
    }

    ul li,
    ol li {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #515157;
        margin-bottom: 5px;
    }

    ul.circle li:before {
        font-family: 'fontawesome';
        content: '\f10c';
        font-size: 12px;
        color: #16a085;
        padding-top: 2px;
        margin-left: -20px;
        position: absolute;
    }

    /* TITLES */

    .underlined-title {
        text-align: center;
        padding-bottom: 30px;
    }

    .underlined-title h1 {
        color: #2c3e50;
        margin: 0;
    }

    .underlined-title h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        color: #95a5a6;
    }

    .underlined-title hr {
        width: 10%;
        border-width: 2px;
        border-color: #16a085;
    }


    /* IMAGES */
    img {

    }



    /*===================================================================================*/
    /*	BUTTONS
/*===================================================================================*/

    .btn {
        color: #FFF;
        padding: 10px 20px;
        margin: 15px 0;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-shadow: none;
        border: none;
        text-transform: uppercase;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .btn-sm {
        padding: 7px 13px;
        font-size: 12px;
    }

    .btn-lg {
        padding: 16px 26px;
        font-size: 16px;
    }

    .btn-xl {
        padding: 18px 30px;
        font-size: 24px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    h1 .btn,
    h2 .btn,
    h3 .btn,
    h4 .btn,
    p .btn {
        margin-left: 15px;
    }

    /* Button DISABLED */
    .disabled a {
        cursor: not-allowed;
    }

    /* Button DEFAULT */
    .btn.btn-default {
        background: #ecf0f1;
        box-shadow: 0 2px #bdc3c7;
        color: #999;
    }

    .btn.btn-default:hover {
        background: #bdc3c7;
    }

    /* Button PRIMARY */
    .btn.btn-primary {
        background: #1abc9c;
        box-shadow: 0 2px #16a085;
    }

    .btn.btn-primary:hover {
        background: #16a085;
    }

    /* Button WARNING */
    .btn.btn-warning {
        background: #f1c40f;
        box-shadow: 0 2px #f39c12;
    }

    .btn.btn-warning:hover {
        background: #f39c12;
    }

    /* Button DANGER */
    .btn.btn-danger {
        background: #e74c3c;
        box-shadow: 0 2px #c0392b;
    }

    .btn.btn-danger:hover {
        background: #c0392b;
    }

    /* Button SUCCESS */
    .btn.btn-success {
        background: #2ecc71;
        box-shadow: 0 2px #27ae60;
    }

    .btn.btn-success:hover {
        background: #27ae60;
    }

    /* Button DARK */
    .btn.btn-dark {
        background: #34495e;
        box-shadow: 0 2px #2c3e50;
        color: #ffffff;
    }

    .btn.btn-dark:hover {
        background: #2c3e50;
    }

    /* Button INFO */
    .btn.btn-info {
        background: #3498db;
        box-shadow: 0 2px #2980b9;
    }

    .btn.btn-info:hover {
        background: #2980b9;
    }

    /* Outline Buttons */
    .btn-outline {
        color: #FFF;
        padding: 12px 20px;
        margin: 15px 0;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        letter-spacing: 0.1em;
        text-shadow: none;
        border: none;
        text-transform: uppercase;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
    }

    .btn-outline:hover {
        text-decoration: none;
        color: #ffffff;
    }

    .btn-outline-sm {
        padding: 5px 13px;
        font-size: 13px;
    }

    .btn-outline-lg {
        padding: 14px 26px;
        font-size: 15px;
    }

    .btn-outline-xl {
        padding: 18px 30px;
        font-size: 24px;

    }

    .btn-outline.outline-light,
    .icon.outline-light {
        color: #ffffff;
        background: none;
        border: 2px solid #ffffff;
    }

    .btn-outline.outline-light:hover,
    .icon.outline-light:hover {
        color: #2c3e50;
        background: #ffffff;
    }

    .btn-outline.outline-dark,
    .icon.outline-dark {
        color: #2c3e50;
        background: none;
        border: 2px solid #2c3e50;
    }

    .btn-outline.outline-dark:hover,
    .icon.outline-dark:hover {
        color: #ffffff;
        background: #2c3e50;
    }

    button:hover {
        text-decoration: none;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    /*===================================================================================*/
    /*	SOCIAL ICONS
/*===================================================================================*/

    .social {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        z-index: 100;
    }

    .social li {
        display: inline-block;
        margin-right: 6px;
    }

    .social li a {
        display: table;
        position: relative;
    }

    .social li a i {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        width: 34px;
        height: 34px;
        font-size: 18px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

    .social-light li a i {
        color: #ffffff;
    }

    .social-dark li a i {
        color: #666666;
    }

    .social li a i:after {
        content: '';
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .social li a:hover i {
        color: #f0f0f0;
    }
    .social li a:hover i:after {
        height: 100%;
    }
    .social a .fa-facebook:after {
        background: #3b5998;
    }
    .social a .fa-google-plus:after {
        background: #dd4b39;
    }
    .social a .fa-twitter:after {
        background: #00aced;
    }
    .social a .fa-pinterest:after {
        background: #CB2027;
    }
    .social a .fa-behance:after {
        background: #1769FF;
    }
    .social a .fa-dribbble:after {
        background: #EA4C89;
    }



    /* FORM CONTROL */

    fieldset {
        border: 2px solid #ecf0f1;
        border-radius: 6px;
        padding: 30px 50px;
    }

    fieldset legend {
        color: #333;
        padding: 5px 10px;
        border: 2px solid #ecf0f1;
        border-radius: 6px;
    }

    .form-control {
        border: 2px solid #ecf0f1;
        color: #34495e;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.467;
        padding: 8px 12px;
        height: 40px;
        -webkit-appearance: none;
        border-radius: 6px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
        transition: border .25s linear, color .25s linear, background-color .25s linear;
    }

    .form-group {
        position: relative;
        margin-bottom: 20px;
    }

    .form-group.focus .form-control,
    .form-control:focus {
        border-color: #1abc9c;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #f4f6f6;
        border-color: #d5dbdb;
        color: #d5dbdb;
        cursor: default;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .form-control.form-minimal {
        border-color: transparent;
    }

    .form-control.form-minimal:hover {
        border-color: #bdc3c7;
    }

    .form-control.form-minimal:focus {
        border-color: #1abc9c;
    }


    .has-success .help-block,
    .has-success .control-label {
        color: #2ecc71;
    }
    .has-success .form-control {
        color: #2ecc71;
        border-color: #2ecc71;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .has-success .form-control:-moz-placeholder {
        color: #2ecc71;
        opacity: 1;
    }
    .has-success .form-control::-moz-placeholder {
        color: #2ecc71;
        opacity: 1;
    }
    .has-success .form-control:-ms-input-placeholder {
        color: #2ecc71;
    }
    .has-success .form-control::-webkit-input-placeholder {
        color: #2ecc71;
    }
    .has-success .form-control.placeholder {
        color: #2ecc71;
    }
    .has-success .form-control:focus {
        border-color: #2ecc71;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .has-success .input-group-addon {
        color: #2ecc71;
        border-color: #2ecc71;
        background-color: #ffffff;
    }

    .has-warning .help-block,
    .has-warning .control-label {
        color: #f1c40f;
    }
    .has-warning .form-control {
        color: #f1c40f;
        border-color: #f1c40f;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .has-warning .form-control:-moz-placeholder {
        color: #f1c40f;
        opacity: 1;
    }
    .has-warning .form-control::-moz-placeholder {
        color: #f1c40f;
        opacity: 1;
    }
    .has-warning .form-control:-ms-input-placeholder {
        color: #f1c40f;
    }
    .has-warning .form-control::-webkit-input-placeholder {
        color: #f1c40f;
    }
    .has-warning .form-control.placeholder {
        color: #f1c40f;
    }
    .has-warning .form-control:focus {
        border-color: #f1c40f;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .has-warning .input-group-addon {
        color: #f1c40f;
        border-color: #f1c40f;
        background-color: #ffffff;
    }

    .has-error .help-block,
    .has-error .control-label {
        color: #e74c3c;
    }
    .has-error .form-control {
        color: #e74c3c;
        border-color: #e74c3c;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .has-error .form-control:-moz-placeholder {
        color: #e74c3c;
        opacity: 1;
    }

    .has-error .form-control::-moz-placeholder {
        color: #e74c3c;
        opacity: 1;
    }

    .has-error .form-control:-ms-input-placeholder {
        color: #e74c3c;
    }

    .has-error .form-control::-webkit-input-placeholder {
        color: #e74c3c;
    }

    .has-error .form-control.placeholder {
        color: #e74c3c;
    }

    .has-error .form-control:focus {
        border-color: #e74c3c;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .has-error .input-group-addon {
        color: #e74c3c;
        border-color: #e74c3c;
        background-color: #ffffff;
    }


    /* FORM - INPUT ICON */
    .form-control + .input-icon {
        position: absolute;
        top: 2px;
        right: 2px;
        line-height: 37px;
        vertical-align: middle;
        font-size: 20px;
        color: #b2bcc5;
        backg round-color: #ffffff;
        padding: 0 12px 0 0;
        border-radius: 6px;
    }

    .input-hg + .input-icon {
        line-height: 49px;
        padding: 0 16px 0 0;
    }

    .input-lg + .input-icon {
        line-height: 41px;
        padding: 0 15px 0 0;
    }

    .input-sm + .input-icon {
        font-size: 18px;
        line-height: 30px;
        padding: 0 10px 0 0;
    }


    /* FORM - INPUT GROUP */
    .input-group .input-group-btn .btn {
        margin: 0;
        box-shadow: none;
    }


    /*	ACCORDION / TOGGLE */

    .panel-group {
        margin-bottom: 0;
    }
    .panel-group + .panel-group {
        margin-top: 20px;
    }
    .panel-group .panel {
        background: #fff;
        border: 1px solid #E6E9ED;
        border-bottom-width: 2px;
        border-radius: 3px;
        box-shadow: none;
    }
    .panel-group .panel + .panel {
        margin-top: 10px;
    }
    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top-color: #E6E9ED;
    }
    .panel-body {
        padding: 25px;
    }
    .panel-heading {
        background-color: inherit !important;
        color: inherit !important;
        padding: 0;
        border-color: inherit !important;
    }
    .panel-title {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .panel-title > a {
        display: block;
        padding: 15px 25px 15px;
        text-decoration: none;
        color: #333;
    }
    .panel-title > a.collapsed {
        background: #f5f5f5;
        color: #333;
    }
    .panel-title > a,
    .panel-title > a:hover {
        background: #edf0f2;
        color: #000;
    }


    .panel-title > a span {
        display: block;
        position: relative;
        top: 0;
        color: #333;
        padding-right: 25px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .text-right .panel-title > a span {
        padding-left: 25px;
        padding-right: 0;
    }
    .text-center .panel-title > a span {
        padding-left: 0;
        padding-right: 0;
    }
    .panel-title > a:hover span {
        color: inherit;
    }
    .text-center .panel-title > a:hover span {
        top: .5em;
        color: transparent;
    }
    .panel-title > a span:after {
        font-family: "fontawesome";
        content: "\f077";
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .text-right .panel-title > a span:after {
        left: 0;
        right: auto;
    }
    .text-center .panel-title > a span:after {
        top: -.75em;
        left: 0;
        opacity: 0;
    }
    .panel-title > a.collapsed span:after {
        content: "\f078";
    }
    .text-center .panel-title > a:hover span:after {
        color: #1ABB9C;
        top: -.5em;
        opacity: 1;
    }
    .panel-group .bordered {
        background: #FFF;
    }




    /* TABS */

    .nav-tabs {
        margin: 0 auto;
    }

    .nav-tabs > li {
        z-index: 2;
        float: none;
        display: inline-block;
    }

    .nav-tabs > li > a {
        padding: 16px 25px 12px;
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        color: #737c85;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none !important;
        border-bottom: 4px solid transparent !important;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: transparent;
        border-bottom: 4px solid #85d6de !important;
    }

    .nav > li > a:hover,
    .nav > li > a:focus {
        outline: 0;
    }

    .tab-content {
        padding-left: 0;
        padding-right: 0;
        border: none;
    }

    .tab-pane {
        padding: 50px 0;
        border-bottom: 1px solid #ecf0f1;
    }


    /* PAGINATION */

    .pagination li a {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #16A085;
        background: none;
        margin: 0 3px;
        border: 1px solid #16A085;
        padding: 5px 12px;
    }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #16A085;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        background-color: #1ABC9C;
        border-color: #16A085;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999;
    }

    .pagination li:first-child a,
    .pagination li:last-child a {
        border-radius: 0 !important;
    }

    .pagination-lg li a {
        padding: 8px 16px;
        font-size: 16px;
    }

    .pagination-sm li a {
        padding: 4px 10px;
        font-size: 12px;
    }


    /* PAGER */
    .pager li > a,
    .pager li > span {
        border: 1px solid #16A085;
        border-radius: 0;
        color: #16A085;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        min-width: 160px;
    }

    .pager li > a:hover,
    .pager li > a:focus {
        border: 1px solid #ddd;
    }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999;
        border: 1px solid #ddd;
    }




    /* CONTENT BLOCK HOLDERS */

    .content-block {
        width: 100%;
        padding: 60px 0 60px 0;
        z-index: 100;
        position: relative;
        background-color: #ffffff;
    }

    .content-block-nopad {
        width: 100%;
        z-index: 100;
        position: relative;
        background-color: #ffffff;
    }




    /*	PATTERN LIBRARY MEDIA QUERIES
/*----------------------------------------------------*/

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {



    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {



    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {



    }
    .col > a img {
        width: 70%;
        display: block;
        margin: 0px auto 40px;
    }

    .col h3 a {
        color: #3D566E;
    }

    .col b {
        color: #999;
    }

    a.over {
        display: block;
        position: relative;
    }

    a.over .overlay {
        position: absolute;
        display: table-cell;
        left: 0px;
        top: 0px;
        background: rgba(233,139,57, 0.6);
        height: 100%;
        line-height: 263px;
        width: 100%;
        border-radius: 6px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.5s,opacity 0.5s linear;
        text-align: center;
        color: #fff;
        font-size: 50px;
        vertical-align: middle;
    }

    a.over.round .overlay {
        border-radius: 50%;
        background: rgba(61,86,110, 0.6);
    }

    a.over:hover .overlay {
        visibility:visible;
        opacity:1;
        transition-delay:0s;
    }.pricing1 {
         text-align: center;
         border: 2px solid #ddd;
     }

    .pricing1 .top {
        border-bottom: 2px solid #ddd;
        padding: 40px 0px;
    }

    .pricing1 .top h2 {
        margin-bottom: 10px;
    }

    .pricing1 .top > * {
        margin: 0px;
    }

    .pricing1 .top .price {
        font-size: 34px;
        font-weight: bold;
        color: #16A085;
    }

    .pricing1 .top .price span {
        font-size: 16px;
        font-weight: bold;
        color: #aaa;
    }

    .pricing1 .bottom {
        padding: 40px;
    }

    .pricing1 .bottom ul {
        list-style: none;
        list-style-type: none;
        margin: 0px 0px 40px;
        padding: 0px;
    }



    .pricing2:hover {
        box-shadow: 0px 3px 50px rgba(0,0,0,0.2);
    }

    .pricing2 {
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        transition: box-shadow 1s;
        -webkit-transition: box-shadow 1s;
        -moz-transition: box-shadow 1s;
    }

    .pricing2 .top {
        background: #2C3E50;
        color: #eee;
        padding: 40px;
        color: #ECF0F1;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        text-align: center;
    }

    .pricing2 .top h2 {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .pricing2 .top > * {
        margin: 0px;
    }

    .pricing2 .top .price .currency {
        font-size: 24px;
        line-height: 54px;
        vertical-align: top;
        display: inline-block;
    }

    .pricing2 .top .price b {
        font-size: 60px;
        line-height: 70px;
        color: #fff;
    }

    .pricing2 .top .price .month {
        color: #ccc;
    }

    .pricing2 .bottom {
        border: 3px solid #dee2e4;
        border-top: 0px;
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .pricing2 .bottom ul {
        list-style: none;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .pricing2 .bottom ul li {
        line-height: 54px;
        border-bottom: 3px solid #dee2e4;
        padding: 0px 40px;
    }

    .pricing2 .bottom ul li > span {
        color: #16A085;
        font-size: 20px;
        margin-right: 20px;
    }

    .pricing2 .bottom > a {
        margin: 40px;
        width: auto;
    }




    .pricing3 {
        text-align: center;
        color: #8C9899;
    }

    .pricing3  .top {
        padding: 40px;
        border: 2px solid #d2d7db;
    }

    .pricing3  .top .price {
        font-weight: bold;
        font-size: 22px;
    }

    .pricing3  .top > * {
        margin: 0px;
    }

    .pricing3  .top h2 {
        text-transform: uppercase;
        font-size: 22px;
        color: #3D566E;
        margin-bottom: 10px;
    }

    .pricing3 ul {
        list-style: none;
        list-style-type: none;
        padding: 0px;
    }

    .pricing3 ul li {
        line-height: 52px;
        border-bottom: 2px solid #d2d7db;
    }

    .pricing3 ul li:last-child {
        border-bottom: 0px;
    }

    .pricing3 ul li b {
        color: #707c7d;
    }

    .pricing3 .bottom {
        border-left: 2px solid #d2d7db;
        border-right: 2px solid #d2d7db;
        padding: 30px;
    }

    .pricing3 > a {
        display: block;
        background: #d2d7db;
        padding: 30px;
        color: #fff;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: bold;
        border: 2px solid #d2d7db;
        transition: background 0.5s border-color 0.5s;
        -webkit-transition: background 0.5s border-color 0.5s;
        -moz-transition: background 0.5s border-color 0.5s;
    }

    .pricing3 > a:hover {
        background: #16A085;
        border-color: #16A085;
    }

    span.pIcon {
        font-size: 34px;
        color: #2980B9;
    }.team .over {
         width: 75%;
         margin: 0px auto 40px;
     }

    .team .narrow > div:first-child {
        width: 75%;
        margin: 0px auto 40px;
    }

    .team .narrow .over {
        width: 100%;
    }

    .team .over img {
        width: 100%;
        display: block;
    }

    .team img.teamImage {
        width: 75%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .team .narrow img.teamImage {
        width: 100%;
    }

    a.over {
        display: block;
        position: relative;
    }

    a.over .overlay {
        position: absolute;
        display: table-cell;
        left: 0px;
        top: 0px;
        background: rgba(54,208,119, 0.6);
        height: 100%;
        line-height: 197px;
        width: 100%;
        border-radius: 6px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.5s,opacity 0.5s linear;
        text-align: center;
        color: #fff;
        font-size: 40px;
        vertical-align: middle;
    }

    .team .narrow .over .overlay {
        line-height: 270px;
    }

    a.over:hover .overlay {
        visibility:visible;
        opacity:1;
        transition-delay:0s;
    }

    .team .social a {
        color: #999;
        transform: color 1s;
        font-size: 24px;
    }

    .team .narrow .social {
        text-align: right;
    }

    .team .social a:hover {
        color: #16A085;
    }

    .team .narrow .social a {
        color: #16A085;
        font-size: 26px;
    }

    .team .social a:hover {
        color: #16A085;
    }

    .team .photo {
        width: 25%;
        margin-right: 20px;
    }

    .team .photo img {
        width: 100%;
    }

    .team .about {
        width: 65%;
    }

    .team .about h5 {
        margin-top: 0px;
    }

    .team .contacts {
        font-size: 13px;
        color: #000;
    }

    .team .contacts a {
        color: #000;
        text-decoration: underline;
    }

    .team .contacts span {
        color: #16A085;
        margin-right: 5px;
        font-size: 12px;
    }

/* general styles */

    

    .light {
        font-weight: 400;
    }

    form .row {
        margin-bottom: 20px;
    }

    #page {

    }

    .item {

    }

    .item.header {
        padding-bottom: 50px;
    }

    .item.content, .item.portfolio, .item.team, .item.pricing, .item.contact {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .item.footer {
    }

    .margin-top-100 {
        margin-top: 100px !important;
    }

    .margin-top-60 {
        margin-top: 60px !important;
    }

    .margin-top-80 {
        margin-top: 80px !important;
    }

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

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

    .margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .margin-bottom-40 {
        margin-bottom: 40px !important;
    }

    .margin-bottom-60 {
        margin-bottom: 60px !important;
    }

    .margin-bottom-80 {
        margin-bottom: 80px !important;
    }

    .padding-top-0 {
        padding-top: 0px !important;
    }

    .padding-top-20 {
        padding-top: 20px !important;
    }

    .padding-top-100 {
        padding-top: 180px !important;
    }

    .padding-bottom-60 {
        padding-bottom: 60px !important;
    }

    .padding-bottom-0 {
        padding-bottom: 0px !important;
    }

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

    .width-100 {
        width: 100%;
    }

    header .navbar.plain li.active a {
        color: #1ABC9C;
    }

    header .navbar-white {
        background: #fff;
    }

    header .navbar-white a {
        color: #3D566E;
    }


    /* videos */

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .videoWrapper > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .videoWrapper > .frameCover {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: none;
    }/*	Team 1
/*----------------------------------------------------*/

    .team-1 h2 {
        margin-bottom: 50px;
    }

    .team-member {
        max-width: 500px;
        margin: 0 auto 20px auto;
        overflow: hidden;
        border-top: 0;
        border: 1px solid #f5f5f5;
        border-radius: 4px;
    }

    .team-details {
        padding: 20px;
    }

    .team-member .member-name {
        marg in-top: 20px;
        position: relative;
    }

    .team-member .member-name:before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #ecf0f1;
        display: block;
        position: absolute;
        bottom: -10px;
        left: 0;
    }

    .team-member .position {
        padding: 0;
        font-family: 'Montserrat', sans-serif;
        display: block;
    }

    .team-member .social-links {
        padding-top: 10px;
    }

    .team-member .social-links > li a {
        border-color: #ecf0f1;
        border-radius: 3px;
    }




    /*	Team 1 MEDIA QUERIES
/*----------------------------------------------------*/

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {




    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {




    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {



    }

    /*	Team 2
/*----------------------------------------------------*/

    .team-2 .team-wrapper {
        padding-bottom: 25px;
    }

    .team-2 .team-wrapper .team-item {
        max-width: 500px;
        margin: 0 auto;
        overflow: hidden;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .team-2 .team-wrapper .team-item .team-thumb {
        position: relative;
        overflow: hidden;
    }

    .team-2 .team-wrapper .team-item .team-thumb img {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .team-2 .team-wrapper .team-item:hover .team-thumb img {
        transform: scale(1.1);
    }

    .team-2 .team-wrapper .team-item .team-thumb .image-overlay {
        background-color: #2c3e50;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .team-2 .team-wrapper .team-item:hover .team-thumb .image-overlay {
        opacity: 0.50;
        filter: alpha(opacity=50);
    }

    .team-2 .team-wrapper .team-item .team-thumb .team-link {
        position: absolute;
        color: #fff;
        display: block;
    }

    .team-2 .team-wrapper .team-item .team-thumb .team-link:hover {
        color: #F39C12;
    }


    .team-2 .col-sm-4 .team-item .team-thumb .team-link, .team-2 .col-md-3 .team-item .team-thumb .team-link {
        top: 0;
        left: 45%;
        margin-top: -50px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .team-2 .col-sm-4 .team-item:hover .team-thumb .team-link, .team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
        display: block;
        top: 58%;
        left: 45%;
    }


    .team-2 .team-wrapper .team-item .team-details {
        text-align: center;
        padding-top: 20px;
        background-color: #fff;
        border-top: 0;
        overflow: hidden;
    }





    /*	Team 2 MEDIA QUERIES
/*----------------------------------------------------*/

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

        .team-2 .col-sm-4 .team-item .team-thumb .team-link {
            left: 40%;
        }

        .team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
            top: 66%;
            left: 40%;
        }

        .team-2 .col-sm-6 .team-item .team-thumb .team-link {
            left: 43.4%;
        }

        .team-2 .col-sm-6 .team-item:hover .team-thumb .team-link {
            top: 60%;
            left: 43.4%;
        }

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

        .team-2 .col-sm-4 .team-item .team-thumb .team-link {
            left: 42%;
        }

        .team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
            top: 62%;
            left: 42%;
        }

        .team-2 .col-md-3 .team-item .team-thumb .team-link {
            left: 39%;
        }

        .team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
            top: 66%;
            left: 39%;
        }

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

        .team-2 .col-sm-4 .team-item .team-thumb .team-link {
            left: 43.4%;
        }

        .team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
            top: 60%;
            left: 43.4%;
        }

        .team-2 .col-md-3 .team-item .team-thumb .team-link {
            left: 41.3%;
        }

        .team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
            top: 63%;
            left: 41.3%;
        }

    }

    .video-js {
        background-color: transparent;
        margin-top: -95px;
        position: relative;
        padding: 0;
        font-size: 10px;
        vertical-align: middle;
        border-radius: 6px 6px 0 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 6px 6px 0 0;
    }
    .video-js:-moz-full-screen {
        position: absolute;
    }
    body.vjs-full-window {
        padding: 0;
        margin: 0;
        height: 100%;
        overflow-y: auto;
    }
    .video-js.vjs-fullscreen {
        position: fixed;
        overflow: hidden;
        z-index: 1000;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
        _position: absolute;
    }
    .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important;
    }
    .vjs-poster {
        margin: 0 auto;
        padding: 0;
        cursor: pointer;
        position: relative;
        width: 100%;
        max-height: 100%;
        border-radius: 6px 6px 0 0;
    }
    .video-js .vjs-text-track-display {
        text-align: center;
        position: absolute;
        bottom: 4em;
        left: 1em;
        right: 1em;
        font-family: "Lato", Helvetica, Arial, sans-serif;
    }
    .video-js .vjs-text-track {
        display: none;
        color: #ffffff;
        font-size: 1.4em;
        text-align: center;
        margin-bottom: .1em;
        background: #000;
        background: rgba(0, 0, 0, 0.5);
    }
    .video-js .vjs-subtitles {
        color: #fff;
    }
    .video-js .vjs-captions {
        color: #fc6;
    }
    .vjs-tt-cue {
        display: block;
    }
    .vjs-fade-in {
        visibility: visible !important;
        opacity: 1 !important;
        -webkit-transition: visibility 0s linear 0s, opacity .3s linear;
        transition: visibility 0s linear 0s, opacity .3s linear;
    }
    .vjs-fade-out {
        visibility: hidden !important;
        opacity: 0 !important;
        -webkit-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
        transition: visibility 0s linear 1.5s, opacity 1.5s linear;
    }
    .vjs-control-bar {
        position: absolute;
        bottom: -47px;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        height: 47px;
        color: #ffffff;
        background: #273747;
        border-radius: 0 0 6px 6px;
    }
    .vjs-control-bar.vjs-fade-out {
        visibility: visible !important;
        opacity: 1 !important;
    }
    .vjs-control {
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        float: left;
        text-align: center;
        margin: 0;
        padding: 0;
        height: 18px;
        width: 18px;
    }
    .vjs-control:focus {
        outline: 0;
    }
    .vjs-control div {
        background-position: center center;
        background-repeat: no-repeat;
    }
    .vjs-control-text {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .vjs-play-control {
        cursor: pointer !important;
        height: 47px;
        left: 0;
        position: absolute;
        top: 0;
        width: 58px;
    }
    .vjs-play-control div {
        position: relative;
        height: 47px;
    }
    .vjs-play-control div:before,
    .vjs-play-control div:after {
        position: absolute;
        font-family: "Flat-UI-Icons";
        color: #1abc9c;
        font-size: 16px;
        top: 50%;
        left: 50%;
        margin: -0.55em 0 0 -0.5em;
        -webkit-transition: color .25s, opacity .25s;
        transition: color .25s, opacity .25s;
    }
    .vjs-play-control div:after {
        content: "\e03b";
    }
    .vjs-play-control div:before {
        content: "\e03c";
    }
    .vjs-paused .vjs-play-control:hover div:before {
        color: #16a085;
    }
    .vjs-paused .vjs-play-control div:after {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .vjs-paused .vjs-play-control div:before {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .vjs-playing .vjs-play-control:hover div:after {
        color: #16a085;
    }
    .vjs-playing .vjs-play-control div:after {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .vjs-playing .vjs-play-control div:before {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .vjs-rewind-control {
        width: 5em;
        cursor: pointer !important;
    }
    .vjs-rewind-control div {
        width: 19px;
        height: 16px;
        background: none transparent;
        margin: .5em auto 0;
    }
    .vjs-mute-control {
        background: url(../images/video/volume-full.png) center -48px no-repeat;
        background-size: 16px 64px;
        cursor: pointer !important;
        position: absolute;
        right: 51px;
        top: 14px;
    }
    .vjs-mute-control:hover div,
    .vjs-mute-control:focus div {
        opacity: 0;
    }
    .vjs-mute-control.vjs-vol-0,
    .vjs-mute-control.vjs-vol-0 div {
        background-image: url(../images/video/volume-off.png);
    }
    .vjs-mute-control div {
        background: #273747 url(../images/video/volume-full.png) no-repeat center 2px;
        background-size: 16px 64px;
        height: 18px;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }
    .vjs-volume-control,
    .vjs-volume-level,
    .vjs-volume-handle,
    .vjs-volume-bar {
        display: none;
    }
    .vjs-progress-control {
        position: absolute;
        left: 60px;
        right: 180px;
        height: 12px;
        width: auto;
        top: 18px;
        background: #425669;
        border-radius: 32px;
    }
    .vjs-progress-holder {
        position: relative;
        cursor: pointer !important;
        padding: 0;
        margin: 0;
        height: 12px;
    }
    .vjs-play-progress,
    .vjs-load-progress {
        position: absolute;
        display: block;
        height: 12px;
        margin: 0;
        padding: 0;
        left: 0;
        top: 0;
        border-radius: 32px;
    }
    .vjs-play-progress {
        background: #1abc9c;
        left: -1px;
    }
    .vjs-load-progress {
        background: #d6dbdf;
        border-radius: 32px 0 0 32px;
    }
    .vjs-load-progress[style*='100%'],
    .vjs-load-progress[style*='99%'] {
        border-radius: 32px;
    }
    .vjs-seek-handle {
        background-color: #16a085;
        position: absolute;
        width: 18px;
        height: 18px;
        margin: -3px 0 0 1px;
        left: 0;
        top: 0;
        border-radius: 50%;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s;
    }
    .vjs-seek-handle[style*='95.'] {
        margin-left: 3px;
    }
    .vjs-seek-handle[style='left: 0%;'] {
        margin-left: -2px;
    }
    .vjs-seek-handle:hover,
    .vjs-seek-handle:focus {
        background-color: #148d75;
    }
    .vjs-seek-handle:active {
        background-color: #117a65;
    }
    .vjs-time-controls {
        position: absolute;
        height: 20px;
        width: 50px;
        top: 16px;
        font: 300 13px "Lato", Helvetica, Arial, sans-serif;
    }
    .vjs-current-time {
        right: 128px;
        text-align: right;
    }
    .vjs-duration {
        color: #5d6d7e;
        right: 69px;
        text-align: left;
    }
    .vjs-remaining-time {
        display: none;
    }
    .vjs-time-divider {
        color: #5d6d7e;
        font-size: 14px;
        position: absolute;
        right: 121px;
        top: 15px;
    }
    .vjs-secondary-controls {
        float: right;
    }
    .vjs-fullscreen-control {
        background-image: url(../images/video/fullscreen.png);
        background-position: center -47px;
        background-size: 15px 64px;
        cursor: pointer !important;
        position: absolute;
        right: 17px;
        top: 13px;
    }
    .vjs-fullscreen-control:hover div,
    .vjs-fullscreen-control:focus div {
        opacity: 0;
    }
    .vjs-fullscreen-control div {
        height: 18px;
        background: url(../images/video/fullscreen.png) no-repeat center 2px;
        background-size: 15px 64px;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }
    .vjs-menu-button {
        display: none !important;
    }
    @-webkit-keyframes sharp {
        0% {
            background: #e74c3c;
            border-radius: 10px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        50% {
            background: #ebedee;
            border-radius: 0;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        100% {
            background: #e74c3c;
            border-radius: 10px;
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @-moz-keyframes sharp {
        0% {
            background: #e74c3c;
            border-radius: 10px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        50% {
            background: #ebedee;
            border-radius: 0;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        100% {
            background: #e74c3c;
            border-radius: 10px;
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @-o-keyframes sharp {
        0% {
            background: #e74c3c;
            border-radius: 10px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        50% {
            background: #ebedee;
            border-radius: 0;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        100% {
            background: #e74c3c;
            border-radius: 10px;
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @keyframes sharp {
        0% {
            background: #e74c3c;
            border-radius: 10px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        50% {
            background: #ebedee;
            border-radius: 0;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        100% {
            background: #e74c3c;
            border-radius: 10px;
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    .vjs-loading-spinner {
        background: #ebedee;
        display: none;
        height: 16px;
        left: 50%;
        margin: -8px 0 0 -8px;
        position: absolute;
        top: 50%;
        width: 16px;
        border-radius: 10px;
        -webkit-animation: sharp 2s ease infinite;
        animation: sharp 2s ease infinite;
    }
