/*-----------------------------------------------------------------------------------
    Short Codes Style
-----------------------------------------------------------------------------------*/

/*------------------------------------------
  All header style
--------------------------------------------*/
/*--------------------------------------  
  2.  Header Area
----------------------------------------*/
/*--------------------------------------  
  2.1  Header Top
----------------------------------------*/

.header-top {
    padding: 17px 0;
}
.header-top i {
    font-size: 16px;
}
.header-top-info > p,
.header-top-right ul > li {
    border-left: 1px solid #24bbff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 0 19px 0 20px;
}
.header-top-info > p:first-child,
.header-top-right ul > li:first-child {
    border-left: medium none;
    padding-left: 0;
}
.header-top-info > p i,
.header-top-right ul > li i {
    margin-right: 10px;
}
.search-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.search-form form input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-family: Lato, "Open Sans",Arial,"Microsoft Yahei",sans-serif;
}
.header-top-info > p {
    margin: 0;
}
.cart-active {
    position: relative;
}
.cart-btn a {
    padding: 20px 0;
    position: relative;
    z-index: 99999;
}
.cart-btn a sup {
    background: #ffeb38 none repeat scroll 0 0;
    border-radius: 100%;
    color: #676767;
    font-family: Lato, "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 19px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: 10px;
    width: 20px;
}
.cart-form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    padding: 20px;
    position: absolute;
    right: 0;
    top: 36px;
    transition: all 0.5s ease 0s;
    width: 250px;
    z-index: 9999999;
    opacity: 1;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
.cart-single-product {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.cart-single-product-img {
    float: left;
    margin-right: 10px;
    width: 55px;
}
.cart-single-product-title a {
    color: #676767;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.cart-single-product-title p {
    font-size: 13px;
    margin: 0;
}
.cart-single-product-title {
    float: left;
    text-align: left;
}
.cart-single-product-del {
    float: right;
    margin-top: 20px;
}
.cart-single-product-del i {
    font-size: 18px;
}
.total-amount p {
    font-size: 14px;
    text-align: left;
    width: 50%;
    float: left;
    font-weight: 700;
    margin: 0px;
}
.total-amount span {
    float: right;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: right;
}
.total-amount {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.action-cart a {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 12px 17px;
}
.action-cart {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 10px;
}
.cart-single-product-del a:hover {
    color: red;
}
.action-cart a:hover {
    color: #000;
}
.cart-single-product-title a:hover {
    color: #FFEB38;
}
.viewcart {
    margin-right: 5px;
}
.checkout {
    margin-left: 5px;
}
.cart-active:hover .cart-form {
    opacity: 1;
    transform: scaleY(1);
}
/*-------------------------------------
  Header bottom
---------------------------------------*/
/*-------------------------------------
  Main menu area
---------------------------------------*/

.header-bottom {
    padding: 20px 0;
}
.header-logo {
    padding-top: 10px;
}
.primary-menu > ul > li {
    float: left;
    margin-left: 35px;
    position: relative;
}
.primary-menu > ul > li > a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 25px 0;
    display: block;
    font-size: 13px;
}
span.indicator i {
    font-size: 13px;
}
/*---------------------------------
  Drop down menu area 
-----------------------------------*/

.estut-dropdown {
    left: 0;
    top: 120%;
}
.estut-dropdown > li {
    width: 250px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.estut-dropdown li:last-child {
    border-bottom: none;
}
.estut-dropdown li a {
    font-family: Lato, "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-size: 11px;
    color: #999999 !important;
    padding: 15px;
    display: block;
    position: relative;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 700;
}
.estut-dropdown > li > a span.indicator {
    position: absolute;
    right: 10px;
}
.primary-menu > ul > li:hover .estut-dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%
}
.estut-dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 999999;
}
/* Header V2 */

.spectar {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(73, 197, 135, 1) 0%, rgba(73, 197, 135, 1) 1%, rgba(75, 201, 226, 1) 6%, rgba(255, 117, 117, 1) 13%, rgba(240, 200, 81, 1) 20%, rgba(141, 116, 185, 1) 27%, rgba(248, 118, 79, 1) 34%, rgba(73, 197, 135, 1) 42%, rgba(75, 201, 226, 1) 49%, rgba(255, 117, 117, 1) 56%, rgba(73, 197, 135, 1) 63%, rgba(255, 117, 117, 1) 70%, rgba(240, 200, 81, 1) 77%, rgba(141, 116, 185, 1) 84%, rgba(248, 118, 79, 1) 91%, rgba(73, 197, 135, 1) 98%, rgba(73, 197, 135, 1) 100%) repeat scroll 0 0;
    height: 4px;
    width: 100%;
}
.header-v2 .header-top-info > p,
.header-v2 .header-top-right ul > li {
    border-color: #4e4e4e;
}
.header-v2 .cart-btn a sup {
    background: #f3d474 none repeat scroll 0 0;
    color: #676767;
}
.header-v2 .primary-menu > ul > li {
    display: inline-block;
    float: none;
}
.header-v2 .estut-dropdown > li {
    line-height: normal;
    text-align: left;
}
.header-v2 .primary-menu > ul > li > a {
    color: #212121;
    display: block;
    font-weight: 400;
    line-height: 110px;
    padding: 0;
}
.header-v2 .header-bottom {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    padding: 0;
    position: relative;
    z-index: 99999;
}
.header-logo-2 {
    bottom: -15px;
    position: relative;
}
.menu-logo-2 {
    bottom: 0;
    position: relative;
}
.header-v2 .primary-menu > ul {
    height: 110px;
}
.header-v2 .primary-menu > ul > li {
    line-height: 110px;
    margin-top: -14px;
}


/*----------------------------------------
  3.1 Slider 1
/*----------------------------------------*/

.slider-content {
    padding: 220px 0;
    color: #212121;
}
/*-----------------------------
  Direction 1 
/*----------------------------*/

.layer-1-1 .title1 {
    font-size: 36px;
    animation: 0.8s ease-in-out 0.5s normal backwards 1 running bounceInRight;
}
.layer-1-2 .title2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    animation: 1.4s ease-in-out 1.2s normal backwards 1 running flipInX;
}
.layer-1-3 .title3 {
    font-size: 18px;
    animation: 1s ease-in-out 1.9s normal backwards 1 running fadeInRight;
}
.layer-1-4 {
    margin-top: 60px;
    animation: 1.4s ease-in-out 2.6s normal backwards 1 running fadeInUp;
}
/*-----------------------------
  Direction 2
/*----------------------------*/

.layer-2-1 .title1 {
    font-size: 36px;
    animation: 0.8s ease-in-out 0.5s normal backwards 1 running bounceInLeft;
}
.layer-2-2 .title2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    animation: 1.4s ease-in-out 1s normal backwards 1 running flipInX;
}
.layer-2-3 .title3 {
    font-size: 18px;
    animation: 1s ease-in-out 1.9s normal backwards 1 running fadeInLeft;
}
.layer-2-4 {
    margin-top: 60px;
    animation: 1.4s ease-in-out 2.5s normal backwards 1 running fadeInUp;
}
/* Slide V2 */

.slider-content {
    padding: 275px 0;
}
.slide-v2 .layer-1-1 .title1,
.slide-v2 .layer-1-2 .title2,
.slide-v2 .layer-1-3 .title3,
.slide-v2 .layer-2-1 .title1,
.slide-v2 .layer-2-2 .title2,
.slide-v2 .layer-2-3 .title3 {
    color: #fff;
}
.slide-v2 .layer-1-1 .title1,
.slide-v2 .layer-2-1 .title1 {
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.slide-v2 .layer-1-2 .title2,
.slide-v2 .layer-2-2 .title2 {
    text-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}


.estut-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0px #bdc3ca;
    color: #212121;
    display: inline-block;
    margin: auto 10px;
    padding: 20px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.estut-btn.active,
.estut-btn:hover,
.intro-courses-container .estut-btn,
.call-to-action .estut-btn {
    color: #fff;
}
.intro-courses-container .estut-btn,
.call-to-action .estut-btn {
    padding: 15px 30px;
    margin: 25px 0 0;
}
/* Home V2 */

.slide-v2 .estut-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0px #928885;
    color: #212121;
    display: inline-block;
    margin: auto 10px;
    padding: 0px 30px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.slide-v2 .estut-btn:hover,
.slide-v2 .estut-btn.active {
    background: #f3c020 none repeat scroll 0 0;
    box-shadow: 0 0 6px 0 #9d6631;
    color: #ffffff;
}
.slide-v2 .estut-btn.active:hover {
    background: #69d2e7 none repeat scroll 0 0;
}
.search-form-3 .estut-btn-v2 {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 #ce765c;
    color: #212121;
    float: right;
    height: 42px;
    margin-top: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 15%;
}
.search-form-3 .estut-btn-v2:hover {
    background: #F3C020;
    color: #fff;
}
/*Home v2 */

.team-area.v1 .estut-btn-v2 {
    margin-top: 25px;
}
.estut-btn-v2 {
    border-radius: 4px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin-left: 3px;
    padding: 0 30px;
    text-transform: uppercase;
    color: #212121;
}
.estut-btn-v2.color-v2 {
    background: #f3d474 none repeat scroll 0 0;
    color: #ffffff;
    box-shadow: 0 0 6px 0 #969696;
}
.estut-btn-v2.color-v2:hover {
    background: #f3c020 none repeat scroll 0 0;
    color: #ffffff;
}
.estut-btn-v2.default-color {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.estut-btn-v2.default-color:hover {
    background: #f3c020 none repeat scroll 0 0;
    color: #ffffff;
}
/* Home v3*/

.slide-v2 .estut-btn:hover,
.slide-v2 .estut-btn.active {
    background: #19caab none repeat scroll 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    color: #ffffff;
}
.slide-v2 .estut-btn.active:hover {
    background: #07b193 none repeat scroll 0 0;
}


/*Footer Area*/
/*Footer Top Area*/
/*--------------------------------------  
	7. Call To Action Area
----------------------------------------*/
.footer-top-area.bg-1 {
    background: rgba(0, 0, 0, 0) url("../images/footer-bg-1.jpg") no-repeat scroll center center / cover;
}
.footer-top-area.overlay-bg {
    position: relative;
}
.footer-top-area.overlay-bg::before {
    background: #202020 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer-logo {
    margin-bottom: 30px;
}
.newsletter-form {
    margin-bottom: 50px;
}
.newsletter-form form input[type="email"],.newsletter-form form .email-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #4b4b4b;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #999999;
    padding: 10px 30px 10px 0px;
    position: relative;
    width: 80%;
}
.newsletter-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #999;
    line-height: 37px;
    margin-left: -28px;
    padding: 0 10px;
    position: relative;
}
.widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-top-menu p,
.footer-top-menu p a,
.footer-top-menu a {
    color: #999999;
    font-weight: 500;
}
.footer-top-menu p strong {
    color: #fff;
}
.footer-social-bookmark ul li a {
    font-size: 20px;
}
.footer-social-bookmark ul li {
    display: inline-block;
    line-height: 1;
    padding-left: 14px;
    padding-right: 14px;
}
.footer-social-bookmark ul li:first-child {
    padding-left: 0;
}
.footer-social-bookmark ul li:last-child {
    padding-right: 0;
}
.footer-social-bookmark {
    display: block;
    margin-top: 30px;
    overflow: hidden;
}
.footer-social-bookmark ul li a.facebook {
    color: #42599e;
}
.footer-social-bookmark ul li a.twitter {
    color: #509fdb;
}
.footer-social-bookmark ul li a.google-plus {
    color: #D13D2F;
}
.footer-social-bookmark ul li a.dribbble {
    color: #F873A3;
}
.footer-social-bookmark ul li a.behance {
    color: #0094FF;
}
.fo-course-container ul li a {
    line-height: 1;
    margin-left: 15px;
    position: relative;
}
.fo-course-container ul li .date {
    color: #5e5e5e;
    font-size: 13px;
    line-height: 24px;
}
.fo-course-container ul li a::before {
    content: "";
    font-family: fontawesome;
    height: 14px;
    left: -15px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 10px;
}
a.user-name {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.fo-twitter-feed-container ul li p {
    line-height: 20px;
}
.fo-aboutus-container > p {
    margin-bottom: 30px;
}
.blog-flickr {
    margin-top: 10px;
    overflow: hidden;
}
.blog-flickr ul {
    margin-left: -2px;
    overflow: hidden;
}
.blog-flickr ul li {
    float: left;
    width: 33.33%;
}
.blog-flickr ul li a {
    display: block;
    margin: 2px;
    position: relative;
}
.blog-flickr ul li a img {
    width: 100%;
}
.footer-bottom-area {
    background: #1c1c1c none repeat scroll 0 0;
    padding: 25px 0;
}
.copyright-wrap p {
    color: #999;
    margin: 0;
}


/*=========================== 
    30. Product Modal
============================= */

.modal {
    z-index: 13000
}
#productModal .modal-dialog {
    margin: 5% auto;
    max-width: 96%;
    min-height: 300px;
    padding: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 870px;
}
#productModal .modal-header {
    border: 0 none;
    padding: 0;
    min-height: auto;
}
#productModal button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2;
}
#productModal button.close:hover {
    opacity: 1;
}
#productModal button.close span {
    border: 1px solid #909295;
    border-radius: 60px;
    color: #909295;
    display: block;
    height: 30px;
    line-height: 25px;
    text-align: center;
    width: 30px;
    padding-top: 1px;
}
#quickview-wrapper .modal-content {
    border-radius: 0;
}
.modal-product {
    overflow: hidden
}
.modal-product .product-images {
    float: left;
    width: 40%;
}
.modal-product .product-images .quick-thumbnails {
    float: left;
    width: 100%;
}
.modal-product .product-images .main-image {
    float: left;
    width: 100%;
}
.modal-product .product-images .main-image img {
    box-shadow: none
}
.modal-product .product-info {
    float: left;
    padding-left: 30px;
    width: 60%;
}
.modal-product .product-info h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 20px;
}
.modal-product .product-info .price-box {
    float: left;
    margin: 0 0 12px;
    width: 100%;
}
.modal-product .product-info .price-box p {
    margin: 0
}
.modal-product .product-info .price-box .special-price {
    color: #83cbdc;
    font-family: "Open Sans",Arial,"Microsoft Yahei","Raleway", sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.modal-product .product-info .see-all {
    color: #42414f;
    display: inline-block;
    margin-bottom: 35px;
    text-decoration: underline;
}
.numbers-row > input {
    float: left;
    height: 40px;
    text-align: center;
    width: 60px;
    border: none;
    border: 1px solid #ddd;
}
.quick-add-to-cart .single_add_to_cart_button {
    border: medium none;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 40px;
    margin-left: 15px;
    padding: 0 70px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 3px 0px #7C7C7C;
}
.modal-product .product-info .see-all:hover {
    color: #212121
}
h3.widget-title-modal {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #42414f;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 5px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.widget-title-modal {} .modal-product .product-info .quick-add-to-cart {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 38px;
    width: 100%;
}
.modal-product .product-info .quick-desc {
    border-bottom: 1px solid #e5e5e5;
    color: #909295;
    float: left;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 25px;
    padding: 0 0 15px;
    width: 100%;
}
.modal-product .widget {
    float: left;
    width: 100%;
}
.modal-product .widget .widget-title {
    background: none;
    color: #909295;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 5px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.modal-product .widget .social-icons {
    float: left;
    margin: 0;
    padding: 0;
}
.modal-product .widget .social-icons li {
    float: left;
    line-height: 30px;
    list-style: none;
    margin-right: 10px;
}
.modal-product .widget .social-icons li .social-icon {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #909295;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    width: 40px;
}
.modal-product .widget .social-icons li .social-icon:hover {
    color: #fff
}
.modal-product .widget .social-icons li .social-icon.facebook:hover {
    background: #3B579D;
    border: 1px solid #3B579D;
}
.modal-product .widget .social-icons li .social-icon.twitter:hover {
    background: #3ACAFF;
    border: 1px solid #3ACAFF;
}
.modal-product .widget .social-icons li .social-icon.pinterest:hover {
    background: #CB2027;
    border: 1px solid #CB2027;
}
.modal-product .widget .social-icons li .social-icon.tumblr:hover {
    background: #304E6C;
    border: 1px solid #304E6C;
}
.modal-product .widget .social-icons li .social-icon.gplus:hover {
    background: #D11717;
    border: 1px solid #D11717;
}
.modal-product .widget .social-icons li .social-icon.linkedin:hover {
    background: #0097BD;
    border: 1px solid #0097BD;
}
.s-price-box {
    display: inline-block;
    padding: 5px 0px;
    position: relative;
    margin-bottom: 30px;
	border-top:2px solid #4C4C4C;
	border-bottom:2px solid #4C4C4C;
}
.s-price-box .new-price {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 25px;
}
.s-price-box .old-price {
    font-size: 21px;
    font-weight: 400;
    margin-left: 7px;
    text-decoration: line-through;
    color: #939295;
}


/*Textimonial Area*/

.testimonial-area.bg-1 {
    background: rgba(0, 0, 0, 0) url("../images/bg-1.jpg") no-repeat scroll center center / cover;
}
.testimonial-area.overlay-bg {
    position: relative;
}
.testimonial-area.overlay-bg::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.testimonial-container {
    height: 100%;
    padding: 25px 85px;
    position: relative;
    width: 100%;
    z-index: 999;
}
.single-testimonial {
    padding: 0 120px;
}
.single-testimonial .client-pic {
    margin-bottom: 30px;
}
.single-testimonial .client-pic img {
    width: 132px;
}
.single-testimonial p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px;
}
.single-testimonial .client-name {
    font-style: normal;
    font-weight: 700;
    margin: 0;
}
.single-testimonial .review-date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}
.owl-controls-style-1.owl-theme .owl-controls .owl-buttons div {
    background: #000 none repeat scroll 0 0;
    border-radius: 0;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    margin: -50px 0 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 50%;
    width: 70px;
    transition: all 0.3s ease 0s;
}
.owl-controls-style-1.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}
.owl-controls-style-1.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 0.7;
}
/*testimonial v2*/

.testimonial-area.bg-2 {
    background: rgba(0, 0, 0, 0) url("../img/testimonial/bg-2.jpg") no-repeat scroll center center / cover;
}
/*testimonial v2*/

.testimonial-area.bg-3 {
    background: rgba(0, 0, 0, 0) url("../img/testimonial/bg-3.jpg") no-repeat scroll center center / cover;
}

