/* Minification failed. Returning unminified contents.
(9771,189): run-time error CSS1019: Unexpected token, found '}'
 */

@font-face {
    font-family:"Lovelo-Black";
    src:url(../fonts/Lovelo_Blackd41d.eot?)format("eot"),
        url(../fonts/Lovelo_Black.woff) format("woff"),
        url(../fonts/Lovelo_Black.ttf) format("truetype"),
        url(../fonts/Lovelo_Black.svg#Lovelo-Black) format("svg");
    font-weight:normal;
    font-style:normal;
}


@font-face {
	font-family:'BebasNeueRegular-Regular';
	src: url(../fonts/BebasNeueRegular_gdi.eot);
	src: url(../fonts/BebasNeueRegular_gdid41d.eot?#iefix) format('embedded-opentype'),
		url(../fonts/BebasNeueRegular_gdi.woff) format('woff'),
		url(../fonts/BebasNeueRegular_gdi.ttf) format('truetype'),
		url(../fonts/BebasNeueRegular_gdi.svg#BebasNeueRegular-Regular) format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2248;
}
@charset "UTF-8";
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	/*-webkit-backface-visibility: hidden;*/
}
.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

.animated.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.animated.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.animated.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.animated.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }
	80% { -webkit-transform: rotate(-5deg); }
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }
	80% { -moz-transform: rotate(-5deg); }
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }
	80% { -o-transform: rotate(-5deg); }
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }
	80% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
}

.animated.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.animated.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.animated.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.animated.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.animated.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.animated.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.animated.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animated.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animated.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animated.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animated.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.animated.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.animated.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.animated.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.animated.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.animated.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.animated.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.animated.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.animated.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.animated.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-80px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slideInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-80px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes slideInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-80px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-80px);
	}

	100% {
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-80px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-80px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-80px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-80px);
	}

	100% {
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	-moz-animation-name: slideInLeft;
	-o-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(80px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(80px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(80px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(80px);
	}

	100% {
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	-o-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes slideOutLeft {
	0% {
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes slideOutLeft {
	0% {
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	-moz-animation-name: slideOutLeft;
	-o-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes slideOutRight {
	0% {
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes slideOutRight {
	0% {
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	-moz-animation-name: slideOutRight;
	-o-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-80px);
	}
}

@-moz-keyframes slideOutUp {
	0% {
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-80px);
	}
}

@-o-keyframes slideOutUp {
	0% {
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-80px);
	}
}

@keyframes slideOutUp {
	0% {
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-80px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	-moz-animation-name: slideOutUp;
	-o-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}

	80% {
		-moz-transform: translateY(10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}

	80% {
		-o-transform: translateY(10px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(-30px);
	}

	80% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}

.animated.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}

	80% {
		-moz-transform: translateY(-10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}

	80% {
		-o-transform: translateY(-10px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(30px);
	}

	80% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

.animated.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}

	80% {
		-moz-transform: translateX(-10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}

	80% {
		-o-transform: translateX(-10px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(30px);
	}

	80% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
}

.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}

	80% {
		-moz-transform: translateX(10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}

	80% {
		-o-transform: translateX(10px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(-30px);
	}

	80% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}

.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}

	25% {
		-webkit-transform: scale(.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}

	25% {
		-moz-transform: scale(.95);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}

	25% {
		-o-transform: scale(.95);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(.95);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		transform: scale(.3);
	}
}

.animated.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.animated.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.animated.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.animated.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.animated.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.animated.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.animated.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.animated.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.animated.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.animated.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
	100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
	100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-o-keyframes hinge {
	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
	100% { -o-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }
	100% { transform: translateY(700px); opacity: 0; }
}

.animated.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.animated.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.animated.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedIn {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.animated.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedOut {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-moz-keyframes lightSpeedOut {
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-o-keyframes lightSpeedOut {
	0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
	0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.animated.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

/* Feel free to change duration  */
.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

body {
  margin: 0px;
  padding: 0px;
  background: #f5f5f5;
  font-family: 'Segoe UI';
}

ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border-bottom: none;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border: 1px solid #c1c1c1; }

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border: none !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #425ea0 !important;color:#fff; }

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block; margin-bottom: 3px;}

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}

/* Magnific Popup CSS */
.mfg-containerbox{width: 500px;text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; background: url(../Error/NotFound19dd.html) repeat;
  }
.mfg-containerbox > .mfp-close{top: 0px !important;right: 7px !important;color: #333 !important;}
.popup-container-in{padding: 25px;text-align: left;background: #efc879;}
.popup-container-in h3{margin-bottom: 15px;}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 



  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -ms-transform: scale(1); 
  -o-transform: scale(1); 
  transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out; 
  -moz-transition: opacity 0.3s ease-out; 
  -o-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}







.mfp-bg {

  width: 100%;
  height: 100%;
  z-index: 900;
  overflow: hidden;
  position: fixed;
  background: #1a1a1a;
  opacity: 0.9;
  
}

.mfp-wrap {
  top: 0;
  right: 0;
  margin-left: 70px;
  width: 100%;
  height: 100%;
  z-index: 901;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 0;
  left:0px;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }



.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
}

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 0; 
}
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close,.mfp-inline-holder .mfp-close  {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



/* Inline styles for supporting local video by owwwlab 
 **************************************************/
  .mfp-inline-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; 
  }

.mfp-inline-holder .mfp-close{
  top: 0px;
  right: 0px;
  width: auto;
  width: 30px;
  height: 30px;
  background: #39A1D9;
  line-height: 30px;
}
.mfp-inline-holder .mfp-close button{
  color: #fff;
}

.mfp-content video{
  width: 100%;
}
.tj-mp-action{
  display: block;
  position: absolute;
  top:50%;
  margin-top:-60px;
  z-index: 2000;
  padding: 40px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

.tj-mp-action i{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #dc971f;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.tj-mp-action:hover i,
.tj-mp-action:focus i,
.tj-mp-close:hover i,
.tj-mp-close:focus i{
  background-color:#dc971f;
  color:#272822;
}
.tj-mp-arrow-right{
  right: 15px;
  padding-right: 0px;
  width: 36px;
  height: 78px;
  background: url(../Error/NotFounda270.html) no-repeat -46px 0px
}
.tj-mp-arrow-right i{display: none;}
.tj-mp-arrow-left{
  left: 15px;
  padding-left: 0px;
  background: url(../Error/NotFounda270.html) no-repeat 0px 0px
}
.tj-mp-arrow-left i{display: none;}

/* overlay at start */
.mfp-fade.mfp-bg {
  width:0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
  width: 100%;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  width: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  left: 0;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  left:-50px;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0; left:-50px;}
    100% {opacity: 1; left:0;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0; left:-50px;}
    100% {opacity: 1; left:0;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0; left:-50px;}
    100% {opacity: 1; left:0;}
}

@keyframes fadeIn {
    0% {opacity: 0; left:-50px;}
    100% {opacity: 1; left:0;}
}

.mfp-figure,.mpf-iframe{
  position: relative;
}
.mfp-open .mfp-figure,
.mfp-open .mfp-iframe {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -ms-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

.mfp-iframe-scaler .mfp-counter{
  position: absolute;
  top:auto;
}
.mfp-iframe-scaler .mfp-title{
  position: absolute;
}



/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);*/

body {
    /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 12px;
    line-height: 20px;
}

.container {
    max-width: 1190px;
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #121212;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-family: "Lovelo-Black";
    color: #222;
}

p {
    padding: 0px;
    margin: 0px;
    /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #222;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 50px;
}

    h1 span {
        font-family: 'Great Vibes', cursive;
        font-size: 60px;
        color: #f7780a;
        font-weight: normal;
    }

a {
    color: #af3e3e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:hover {
        text-decoration: none;
    }

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

.clear {
    clear: both;
}

button, input, optgroup, select, textarea {
    outline: none;
}

    select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
        font-size: 14px;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        outline: none;
    }


header {
    background: #39a1d9;
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
}

.header-container {
    padding: 2px 0px;
    /*z-index: 95;*/
}

.left-navigation {
    background: url(../Content/images/nave-bg.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 409px;
    height: 816px;
    -moz-animation-name: leftnav;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 1.5s;
    -webkit-animation-name: leftnav;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 1s;
    animation-name: leftnav;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

.navline {
    width: 442px;
    height: 947px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    background: url(../Content/images/nav-line.png) no-repeat;
}

@-moz-keyframes leftnav {
    0% {
        -moz-transform: translateX(-400px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes leftnav {
    0% {
        -webkit-transform: translateX(-400px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes leftnav {
    0% {
        transform: translateX(-400px);
    }

    100% {
        transform: translateX(0);
    }
}

.first-list {
    position: relative;
    right: 4px;
}

.second-list {
    position: relative;
    right: 25px;
}

.third-list {
    position: relative;
    right: 54px;
}

.four-list {
    position: relative;
    right: 79px;
}

.five-list {
    position: relative;
    right: 104px;
}

.logo-sec {
    text-align: center;
    padding-top: 44px;
}

    .logo-sec img {
        margin: auto;
    }

.logo {
    display: inline-block;
    margin: auto;
}

.left-navigation nav {
    width: 150px;
    margin-top: 28px;
    float: left;
    margin-left: 129px;
    position: relative;
    z-index: 99;
}

    .left-navigation nav ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .left-navigation nav ul li {
            display: block;
            background: url(../Content/images/nav-devider.png) no-repeat bottom;
            text-align: right;
        }

            .left-navigation nav ul li:last-child {
                background: transparent;
            }

            .left-navigation nav ul li a {
                font-size: 14px;
                color: #4d4d4d;
                padding: 14px 5px;
                text-transform: uppercase;
                display: block;
            }

                .left-navigation nav ul li a:hover {
                    color: #15a2ed;
                }

.header-right {
    float: right;
    color: #fff;
    text-transform: uppercase;
}

    .header-right a:hover {
        text-decoration: none;
        color: #B1E0F9;
    }

.header-search {
    float: left;
    /*min-width: 30px;*/
    padding-right: 5px;
}

.searchbox-icon {
}

.header-search a:hover {
    color: #b4dcf2;
}


#typeahead {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #77BFE5;
    width: 100%;
    /*height: 24px;*/
    margin: 0;
    padding: 0px 30px 0px 5px;
    font-size: 13px;
    color: #fff;
    z-index: 1050 !important;
}

    #typeahead::-webkit-input-placeholder {
        color: #fff;
    }

    #typeahead:-moz-placeholder {
        color: #fff;
    }

    #typeahead::-moz-placeholder {
        color: #fff;
    }

    #typeahead:-ms-input-placeholder {
        color: #fff;
    }

.searchbox {
    position: relative;
    min-width: 27px;
    /*height: 25px;
    width: 0%;
    float: right;
    overflow: hidden;*/
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    /*display: none;*/
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #77BFE5;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0px 55px 0px 10px;
    font-size: 13px;
    color: #fff;
}

    .searchbox-input::-webkit-input-placeholder {
        color: #fff;
    }

    .searchbox-input:-moz-placeholder {
        color: #fff;
    }

    .searchbox-input::-moz-placeholder {
        color: #fff;
    }

    .searchbox-input:-ms-input-placeholder {
        color: #fff;
    }

.searchbox-icon,
.searchbox-submit {
    background: url(../Content/images/search-icon.png) no-repeat 50% 50%;
    background-color: #39A1D9;
    width: 27px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    text-indent: -9999px;
}

.searchbox-open {
    width: 100%;
}

    .searchbox-open input {
        display: block;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -ms-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s;
    }

.login-sec {
    float: left;
    padding: 2px 15px;
    text-align: center;
    background: url(../Content/images/white-devider.png) no-repeat 0px 50%;
}

    .login-sec a {
        text-decoration: none;
        color: #fff;
    }

.userPopupContainer {
    position: relative;
    background: #FFF url(../Content/images/login-bg.png) no-repeat;
    border: solid 3px #415ea0;
    padding: 20px;
    min-height: 480px;
    min-width: 240px;
    max-width: 480px;
    margin: 0 auto;
}

    .userPopupContainer .mfp-close {
        background: none;
        color: #333;
    }

    .userPopupContainer h3 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        color: #616161;
        font-weight: 500;
        margin-bottom: 15px;
        width: 100%;
        line-height: normal;
    }

    .userPopupContainer h6 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 30px;
        text-align: center;
        color: #3e3e3e;
        line-height: normal;
    }

        .userPopupContainer h6 a {
            text-decoration: none;
            color: #355bb1;
        }

            .userPopupContainer h6 a:hover {
                color: #000;
            }

    .userPopupContainer form {
        line-height: normal;
        padding: 0px 35px;
    }

        .userPopupContainer form input {
            width: 100%;
            font-size: 13px;
            background-color: transparent;
            border: solid 1px #bbb;
            height: 48px;
            margin-top: 3px;
            padding: 5px 10px;
        }

        .userPopupContainer form p {
            line-height: normal;
            padding: 5px 0px;
            text-align: right;
        }

            .userPopupContainer form p a {
                text-decoration: none;
                color: #848484;
                text-transform: uppercase;
            }

                .userPopupContainer form p a:hover {
                    color: #000;
                }

.login-btn {
    background: #355bb1 !important;
    color: #fff;
    font-size: 15px !important;
    text-transform: uppercase;
    border: none !important;
}


.cart-sec {
    float: left;
    background: url(../Content/images/white-devider.png) no-repeat 0px 50%;
    padding: 2px 0px;
    padding-left: 15px;
}

    .cart-sec a {
        text-transform: uppercase;
        color: #fff;
        background: url(../Content/images/cart-icon.png) no-repeat 0px 50%;
        padding: 5px 0px 5px 20px;
    }




.header-scroll {
    display: none;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 28px;
    left: 0px;
    height: 63px;
    z-index: 999;
}

.header-scroll-view {
    display: block;
}

.hdr-scroll-container {
    padding: 2px 0px;
}

.logo-scroll {
    float: left;
    position: absolute;
    left: 0px;
    top: -30px
}

.logo-left {
    float: left;
    padding-left: 22px;
    padding-top: 20px;
    padding-right: 35px;
    background: #fff;
    height: 93px;
}

.logo-corner {
    float: left;
    background: url(../Content/images/logo-corner.png) no-repeat;
    width: 69px;
    height: 93px;
}


.header-inner {
    background: #fff;
    border-bottom: solid 2px #00c1ff;
    position: fixed;
    width: 100%;
    top: 29px;
    left: 0px;
    height: 63px;
    z-index: 99;
}

.logo-inner {
    float: left;
    position: absolute;
    left: 0px;
    top: -32px;
}

    .logo-inner .logo-left {
        padding-left: 65px;
    }

.scroll-nav {
    float: right;
    min-width: 60%;
    padding-top: 2px;
    position: relative;
}

.scroll-menu {
    float: right;
    margin-right: -15px;
}

.shop-icon, .direct-icon, .world-icon, .media-icon, .grievance-icon, .contact-icon {
    position: relative;
    top: 3px;
    left: 0px;
    margin-right: 3px;
}

.shop-icon {
    background: url(../Content/images/shop-icon.gif) no-repeat;
    width: 13px;
    height: 18px;
    display: inline-table;
    top: 2px;
}

.direct-icon {
    background: url(../Content/images/direct-icon.gif) no-repeat;
    width: 16px;
    height: 17px;
    display: inline-table;
}

.world-icon {
    background: url(../Content/images/world-icon.gif) no-repeat;
    width: 16px;
    height: 17px;
    display: inline-table;
}

.media-icon {
    background: url(../Content/images/media-icon.gif) no-repeat;
    width: 16px;
    height: 17px;
    display: inline-table;
}

.grievance-icon {
    background: url(../Content/images/grievance-icon.gif) no-repeat;
    width: 16px;
    height: 17px;
    display: inline-table;
}

.contact-icon {
    background: url(../Content/images/contact-icon.gif) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-table;
}
.download-icon {
    background: url(../Content/images/download-icon.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-table;
}

.menu-mobile {
    display: none;
    padding: 10px;
}

    .menu-mobile:after {
        content: "";
        padding: 0;
        float: right;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }

.menu-dropdown-icon:before {
    content: "";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu {
    float: right;
    margin-right: -15px;
}

    .menu > ul {
        margin: 0 auto;
        width: 100%;
        list-style: none;
        padding: 0; /*position: relative;*/
        box-sizing: border-box;
    }

        .menu > ul:before,
        .menu > ul:after {
            content: "";
            display: table;
        }

        .menu > ul:after {
            clear: both;
        }

        .menu > ul > li {
            float: left;
            padding: 0;
            margin: 0;
            font-size: 13.5px;
            text-transform: uppercase;
            color: #656565;
            margin: 0px 10px;
        }

            .menu > ul > li a {
                text-decoration: none;
                padding: 18px 0px;
                display: block;
                color: #656565;
            }

                .menu > ul > li a:hover {
                    color: #4EC8F7;
                }

.active-arrow {
    display: none;
    width: 100%;
    height: 2px;
    background: #ffa037;
    position: relative;
    bottom: 12px;
}

    .active-arrow:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 160, 55, 0);
        border-top-color: #ffa037;
        border-width: 6px;
        margin-left: -6px;
    }


.menu > ul > li:hover .active-arrow {
    display: block;
}

.menu > ul > li > ul {
    display: none;
    width: 125%;
    background: #FFFFFF;
    padding: 5px 0px 5px 0px;
    position: absolute;
    z-index: 99;
    top: 60px;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    border-top: solid 1px #ccc;
    box-shadow: 0px 2px 1px #aaaaaa;
}



    .menu > ul > li > ul:before,
    .menu > ul > li > ul:after {
        content: "";
        display: table;
    }

    .menu > ul > li > ul:after {
        clear: both;
    }

    .menu > ul > li > ul > .nav-in-col {
        border-left: solid 1px #ccc;
        float: left;
        width: 16.66%;
        padding-left: 3%;
    }

        .menu > ul > li > ul > .nav-in-col:first-child {
            border-left: none;
        }

        .menu > ul > li > ul > .nav-in-col > li {
            padding-bottom: 0;
            list-style: none;
            background: none;
            /*float: left;*/
        }

            .menu > ul > li > ul > .nav-in-col > li > h4 {
                background: url(../Content/images/menu-heading-arrow.png) no-repeat 100% 50%;
                display: inline-table;
                /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
                font-size: 13px;
                text-transform: uppercase;
                font-weight: bold;
                color: #656565;
                padding-right: 12px;
            }

            .menu > ul > li > ul > .nav-in-col > li a {
                color: #777;
                padding: 0px;
                width: 95%;
                display: block;
                border-bottom: 1px solid #ccc;
            }

            .menu > ul > li > ul > .nav-in-col > li > ul {
                display: block;
                padding: 0;
                margin: 5px 0 0;
                list-style: none;
                box-sizing: border-box;
            }

                .menu > ul > li > ul > .nav-in-col > li > ul:before,
                .menu > ul > li > ul > .nav-in-col > li > ul:after {
                    content: "";
                    display: table;
                }

                .menu > ul > li > ul > .nav-in-col > li > ul:after {
                    clear: both;
                }

                .menu > ul > li > ul > .nav-in-col > li > ul > li {
                    float: left;
                    width: 100%;
                    padding: 2px 0;
                    margin: 0;
                    font-size: 11.5px;
                    text-transform: uppercase;
                    font-weight: 500;
                }

        .menu > ul > li > ul > .nav-in-col li > ul > li a {
            border: 0;
        }

    .menu > ul > li > ul.normal-sub {
        width: 200px;
        left: auto;
        padding: 10px 20px;
    }

        .menu > ul > li > ul.normal-sub > li {
            width: 100%;
            min-height: 100%;
            font-size: 11.5px;
            font-weight: 500;
            text-transform: uppercase;
            color: #656565;
        }

            .menu > ul > li > ul.normal-sub > li a {
                border: 0;
                padding: 2px 0;
            }

.view-all-cat {
    display: inline-table !important;
    float: left;
    clear: both;
    border-bottom: none !important;
    font-size: 13px;
    font-weight: 500;
    color: #f47d15 !important;
    width: auto !important;
    margin: 10px 0px;
}

    .view-all-cat:hover {
        color: #000 !important;
    }

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    ul.menu-shop {
        margin-left: 0;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

        .menu > ul > li {
            width: 100%;
            float: none;
            display: block;
        }

            .menu > ul > li a {
                padding: 1.5em;
                width: 100%;
                display: block;
            }

            .menu > ul > li > ul {
                position: relative;
            }

                .menu > ul > li > ul.normal-sub {
                    width: 100%;
                }

                .menu > ul > li > ul > .nav-in-col > li {
                    float: none;
                    width: 100%;
                    margin-top: 20px;
                }

                    .menu > ul > li > ul > .nav-in-col > li:first-child {
                        margin: 0;
                    }

                    .menu > ul > li > ul > .nav-in-col > li > ul {
                        position: relative;
                    }

                        .menu > ul > li > ul > .nav-in-col > li > ul > li {
                            float: none;
                        }

    .menu .show-on-mobile {
        display: block;
    }
}


.main_slider {
}

.btn {
    /*font-family: 'BebasNeueRegular-Regular';
    font-size: 30px;
    line-height: 31px;
    color: #fff;
    border-radius: 0px;
    letter-spacing: 1px;*/
}


.about-sec {
    background: #00c0ff;
    padding-top: 0px;
    position: relative;
    z-index: 1;
}

.about-corner {
    background: url(../Content/images/about-corner.png) no-repeat left bottom;
    position: absolute;
    left: 0px;
    top: -120px;
    height: 121px;
    width: 883px;
}

@media (min-width: 1367px) {
    .about-corner {
        top: -119px;
    }
}

.about-left {
    width: 50%;
    float: left;
    text-align: center;
    padding: 78px 3px 0px 117px;
    position: relative;
    z-index: 9999;
}

    .about-left h2 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 52px;
        text-transform: uppercase;
        color: #fff;
        line-height: 50px;
        margin-bottom: 20px;
    }

        .about-left h2 span {
            font-size: 53px;
            font-weight: normal;
            display: block;
        }

    .about-left p {
        font-weight: 500;
        font-size: 17px;
        line-height: 25px;
        color: #403f3f;
        padding: 0px 35px;
    }

.know-more {
    background: #f47e16;
    color: #fff;
    padding: 3px 10px;
    line-height: 31px;
    position: relative;
    z-index: 9999;
    display: inline-block;
    margin-top: 25px;
}

.about-right {
    width: 50%;
    float: left;
    position: relative;
}

    .about-right img {
        width: 100%;
    }

.about-right-box {
    position: absolute;
    left: 1.8%;
    bottom: 5%;
    background: url(../Content/images/heading-blue-bg.png) no-repeat;
    height: 93px;
    width: 301px;
    float: left;
    padding-top: 15px;
    padding-left: 22px;
}

    .about-right-box h3 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-bottom: 6px;
        font-weight: 400;
        color: #fff;
        font-size: 20px;
    }

    .about-right-box p {
        font-size: 15px;
        line-height: 20px;
        color: #fff;
    }

        .about-right-box p span {
            color: #464646;
        }




.featured-sec {
    background: url(../Content/images/pattern-bg.gif) no-repeat;
    background-size: cover;
    /*height: 971px;*/
    margin-top: -84px;
}

.featured-container {
    padding-top: 150px;
}

    .featured-container h1 {
        text-align: center;
        font-size: 50px;
        color: #474747;
        margin-bottom: 70px;
    }

.feat-prod-row {
    margin-bottom: 30px;
}

.cat-box-top {
    position: relative;
    background-color: #cbcbcb;
    background-image: url(../Content/images/product-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 1px #ccc;
    height: 366px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .cat-box-top:hover {
        border: solid 1px #e8e8e8;
        background-color: #fff;
        background-image: url(../Content/images/product-bg-hover.png);
    }

.cat-details {
    height: 226px;
    padding-top: 100px;
    padding-bottom: 25px;
    text-align: center;
}

    .cat-details h1 {
        font-size: 33px;
        color: #696969;
        margin-bottom: 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .cat-details p {
        font-size: 14px;
        line-height: 18px;
        color: #403f3f;
        padding: 5px 25px;
        margin-bottom: 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.cat-shop-now {
    background: url(../Content/images/button-bg.png) no-repeat;
    display: inline-block;
    margin: auto;
    width: 137px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 1px 1px 1px #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cat-box-top:hover .cat-shop-now {
    opacity: 1;
    visibility: visible;
}

.cat-image {
    height: 136px;
    padding-bottom: 20px;
    text-align: center;
}

    .cat-image img {
        max-width: 90%;
        min-height: 90%;
        vertical-align: middle;
    }

.cat-box-top:hover .cat-details h1 {
    margin-top: -35px;
    margin-bottom: 30px;
}

.cat-box-top:hover .cat-details p {
    margin-top: -15px;
}

.cat-box-top:hover .cat-shop-now {
    margin-top: 0px;
}

.cat-box-bot {
    background-color: #cbcbcb;
    background-image: url(../Content/images/product-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 1px #ccc;
    height: 280px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

    .cat-box-bot:hover {
        background-color: #fff;
        border-color: #e8e8e8;
    }

.cat-hd-left {
    max-width: 294px;
    float: left;
    text-align: left;
    padding-top: 114px;
    padding-left: 50px;
}

    .cat-hd-left h1 {
        font-size: 33px;
        color: #696969;
        margin-bottom: 15px;
        text-align: left;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .cat-hd-left p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.cat-img-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 270px;
    text-align: right;
}

    .cat-img-right img {
        max-width: 90%;
        max-width: 90%;
    }

.cat-box-bot:hover .cat-shop-now {
    opacity: 1;
    visibility: visible;
}

.cat-box-bot:hover .cat-hd-left h1 {
    margin-top: -35px;
    margin-bottom: 30px;
}

.cat-box-bot:hover .cat-hd-left p {
    margin-top: -15px;
}

.cat-box-bot:hover .cat-shop-now {
    margin-top: 0px;
}




.highlight-sec {
    height: 667px;
    background-color: #fff;
    background-image: url(../Content/images/highlight-bg.png);
    background-repeat: repeat-x;
    background-position: 0px 50%;
}

.highlight-container {
    padding: 58px 0px;
    overflow: hidden;
}

    .highlight-container h1 {
        text-align: center;
        margin-bottom: 55px;
    }

    .highlight-container .tabbable {
        text-align: center;
    }

        .highlight-container .tabbable .nav-tabs {
            display: inline-block;
            margin: auto;
            border-bottom: none;
        }

            .highlight-container .tabbable .nav-tabs li {
                border: solid 1px #a2a6a9;
            }

                .highlight-container .tabbable .nav-tabs li a {
                    display: block;
                    background-color: transparent;
                    border: none;
                    border-bottom: none;
                    cursor: pointer;
                    font-size: 13.5px;
                    text-transform: uppercase;
                    color: #757575;
                    font-weight: 600;
                    padding: 8px 25px;
                }

                    .highlight-container .tabbable .nav-tabs li a:hover {
                        color: #f7780a;
                    }

            .highlight-container .tabbable .nav-tabs > .active > a {
                color: #f7780a;
            }

.product-cat-carousel {
}

.product-items {
    padding: 10px 45px;
}

.product-carousel-image {
    border-bottom: solid 1px #ccc;
    padding-bottom: 23px;
    text-align: center;
    height: 254px;
    line-height: 254px;
    position: relative;
}

    .product-carousel-image img {
        max-width: 100%;
        max-height: 100%;
    }

.product-details {
    padding-top: 15px;
    text-align: center;
}

    .product-details h3 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: -15px;
    }

    .product-details p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        font-weight: 600;
        color: #f7780a;
        font-size: 20px;
    }

.prod-cart-icon {
    display: inline-block;
    width: 20px;
    height: 17px;
    background: url(../Content/images/cart-icon.gif) no-repeat;
    margin: auto;
    position: relative;
    top: -25px;
}

.product-cat-carousel .owl-controls {
}

    .product-cat-carousel .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 32%;
    }

        .product-cat-carousel .owl-controls .owl-buttons .owl-next, .owl-prev {
            text-indent: -9999px;
        }

        .product-cat-carousel .owl-controls .owl-buttons .owl-next {
            width: 32px;
            height: 62px;
            background-image: url(../Content/images/product-carousal-controller.png);
            background-repeat: no-repeat;
            background-position: -137px 0px;
            float: right;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            position: relative;
            z-index: 9;
        }

            .product-cat-carousel .owl-controls .owl-buttons .owl-next:hover {
                background-position: -95px 0px;
            }

        .product-cat-carousel .owl-controls .owl-buttons .owl-prev {
            width: 32px;
            height: 62px;
            background-image: url(../Content/images/product-carousal-controller.png);
            background-repeat: no-repeat;
            background-position: 0px 0px;
            float: left;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            position: relative;
            z-index: 9;
        }

            .product-cat-carousel .owl-controls .owl-buttons .owl-prev:hover {
                background-position: -42px 0px;
            }




.offers-news-sec {
    /* background: url(/Content/images/offers-bg.gif) no-repeat;
    background-size: cover;
    height: 386px;*/
}


.offer-news-container {
}

.offer-news-item {
}

.offer-news-img-left {
    width: 42%;
    float: left;
    padding-left: 40px;
    padding-top: 60px;
}

    .offer-news-img-left img {
        max-width: 90%;
        max-height: 100%;
    }

.offer-news-text-right {
    width: 57%;
    float: right;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 60px;
}

    .offer-news-text-right article {
        background: #000;
        background: rgba(0, 0, 0, 0.51);
        padding: 35px;
        position: relative;
    }

        .offer-news-text-right article p {
            font-family: 'Open Sans', sans-serif;
            font-size: 33px;
            line-height: 47px;
            color: #fff;
            font-weight: 600;
        }

.trn-cond {
    position: absolute;
    right: 15px;
    color: #fff;
    bottom: 15px;
}

.offer-news-slider .owl-controls {
}

    .offer-news-slider .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 50%;
    }

        .offer-news-slider .owl-controls .owl-buttons .owl-next, .owl-prev {
            width: 32px !important;
            height: 62px;
            background-image: url(../Content/images/news-offer-nav.png);
            background-repeat: no-repeat;
            text-indent: -9999px;
        }

        .offer-news-slider .owl-controls .owl-buttons .owl-next {
            background-position: -108px 0px;
            float: right;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            position: relative;
            z-index: 9;
        }

            .offer-news-slider .owl-controls .owl-buttons .owl-next:hover {
                background-position: -75px 0px;
            }

        .offer-news-slider .owl-controls .owl-buttons .owl-prev {
            background-position: 0px 0px;
            float: left;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            position: relative;
            z-index: 9;
        }

            .offer-news-slider .owl-controls .owl-buttons .owl-prev:hover {
                background-position: -33px 0px;
            }


.offer-news-slider img {
    width: 100%;
    height: auto;
}

.help-newsletter {
    background: #fff;
    padding: 53px 0px;
}

.help-newsletter-container {
}

.customer-left {
    border-right: solid 1px #ccc;
    text-align: center;
    padding: 3px 8px;
}

    .customer-left h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 28px;
        color: #3d3c3c;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .customer-left p {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #484848;
    }

    .customer-left a {
        text-decoration: none;
        color: #484848;
    }

        .customer-left a:hover {
            color: #34b6e4;
        }

.newsletter-box {
   
}

    .newsletter-box h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #3d3c3c;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 10px;
    }

.newlet-update {
}

    .newlet-update .email-box {
        float: left;
        width: 262px;
        height: 30px;
    }

    .newlet-update .email-go-btn {
        font-family: 'Open Sans', sans-serif;
        float: left;
        background: #0ab5ed;
        border: none;
        height: 30px;
        width: 35px;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

        .newlet-update .email-go-btn:hover {
            background: #484848;
        }



.inner-main {
    min-height: 400px;
    padding-top: 92px;
    background: #fff;
}

.breadcrum {
}

.breadcrum-container {
    padding: 33px 0px;
}

    .breadcrum-container ul {
        list-style: none;
    }

        .breadcrum-container ul li {
            list-style: none;
            margin: 0px;
            padding: 0px;
            float: left;
        }

            .breadcrum-container ul li a {
                background: url(../Content/images/breadcrum-arrow.png) no-repeat 100% 50%;
                padding-right: 13px;
                margin-right: 25px;
                font-size: 12.5px;
                text-transform: uppercase;
                color: #828282;
            }

                .breadcrum-container ul li a:hover {
                    color: #00c1ff;
                }

        .breadcrum-container ul span {
            font-size: 12.5px;
            text-transform: uppercase;
            color: #A2A2A2;
        }


.product-details-box {
}

.product-detais-container {
}

.left-product-views {
    width: 50%;
    float: left;
}

.leftthumbs {
    float: left;
    padding-right: 10px;
}

.zoom-right {
    float: left;
    border: solid 1px #ccc;
    width: 429px;
    height: 495px;
    overflow: hidden;
    line-height: 504px;
    text-align: center;
    position: relative;
}

    .zoom-right img {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        width: auto;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

.thumbImage {
    width: 100px;
    height: 100px;
    line-height: 102px;
    text-align: center;
    clear: both;
    border: solid 1px #ccc;
    margin-bottom: 10px;
}

    .thumbImage img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: 90%;
    }


.right-product-details {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-bottom: 45px;
}

.product-name {
    margin-bottom: 23px;
}

    .product-name h2 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 500;
        font-size: 28px;
        color: #616161;
        float: left;
        letter-spacing: 1px;
    }

.social-share {
    float: right;
}

    .social-share h6 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 500;
        font-size: 12.5px;
        color: #656565;
        float: left;
    }

    .social-share a {
        background: url(../Content/images/social-share-icon.png) no-repeat;
        border-left: solid 1px #e5e5e5;
        height: 17px;
        width: 27px;
        float: left;
        margin-left: 10px;
        padding-left: 10px;
    }

        .social-share a:hover {
            opacity: 0.7;
        }

.social-pin {
    background-position: 11px 0px !important;
    border-left: none !important;
    margin-left: 5px !important;
}

.social-fcb {
    background-position: -23px 0px !important;
}

.social-twi {
    background-position: -53px -1px !important;
}

.prod-rat-review {
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 10px 0px;
}

.prod-rating {
    float: left;
    padding-top: 5px;
}

    .prod-rating a {
        float: left;
        margin-right: 3px;
    }

    .prod-rating span {
        margin-left: 5px;
        font-size: 13px;
    }

.prod-review {
    float: left;
    margin-left: 40px;
    text-transform: uppercase;
    font-size: 12.5px;
    padding-top: 5px;
}

    .prod-review a {
        text-transform: uppercase;
        font-size: 12.5px;
        color: #656565;
    }

        .prod-review a:hover {
            color: #00c1ff;
        }

.prod-write-review {
    float: left;
    margin-left: 40px;
    font-size: 12.5px;
    line-height: normal;
    background: url(../Content/images/review-pen.png) no-repeat 0px 8px;
    padding-left: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .prod-write-review a {
        text-decoration: none;
        color: #656565;
    }

        .prod-write-review a:hover {
            color: #00c1ff;
        }

    .prod-write-review:hover {
        background-position: 0px -19px;
    }


.prod-wish {
    float: left;
    margin-left: 40px;
    font-size: 12.5px;
    line-height: normal;
    background: url(../Content/images/wish-heart.png) no-repeat 0px 8px;
    padding-left: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .prod-wish a {
        text-decoration: none;
        color: #656565;
    }

        .prod-wish a:hover {
            color: #E97415;
        }

    .prod-wish:hover {
        background-position: 0px -18px;
    }

.prod-pric-color-gurant {
    padding-top: 30px;
    position: relative;
}

.prod-pric-color {
   /* float: left;
    width: 60%;*/
}

.prod-pric {
}

    .prod-pric h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 27px;
        color: #616161;
        float: left;
    }

    .prod-pric h3 {
        color: #39a1d9;
        font-size: 15px;
        float: left;
        padding-left: 10px;
        margin-bottom: 0px;
    }

.prod-colors {
    margin-top: 30px;
}

    .prod-colors span {
        float: left;
        font-size: 14px;
        color: #616161;
    }

    .prod-colors ul {
        float: left;
        margin-left: 15px;
    }

        .prod-colors ul li {
            margin-right: 3px;
            float: left;
            border: solid 1px #fff;
            width: 23px;
            height: 21px;
            cursor: pointer;
            overflow: hidden;
        }

            .prod-colors ul li img {
                height: 100%;
                width: 100%;
                vertical-align: top;
            }

.activecolor {
    border: solid 1px #fff !important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.46);
}

.prod-size {
    margin-top: 10px;
    width:100%;
    
}

    .prod-size span {
        float: left;
        font-size: 14px;
        color: #616161;
    }

    .prod-size ul {
        float: left;
        margin-left: 15px;
    }

        .prod-size ul li {
            margin-right: 0px;
            float: left;
            border: solid 1px #e1e1e1;
            width: 37px;
            height: 27px;
            cursor: pointer;
            line-height: 27px;
            text-align: center;
        }

.activesize {
    border: solid 1px #7B7B7B !important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.46);
}

.prod-gurant {
    float: left;
    width: 234px;
    padding-left: 5%;
    position: absolute;
    right: 0px;
    top: 30px;
}

    .prod-gurant article {
        background: #fcfcfc;
        padding: 25px 12px;
    }

        .prod-gurant article h4 {
            /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            font-weight: 500;
            font-size: 14.5px;
            margin-bottom: 8px;
            color: #616161;
            background: url(../Content/images/guarantees-icon.png) no-repeat;
            padding-left: 26px;
        }

        .prod-gurant article p {
            font-size: 12.8px;
            line-height: 21px;
            color: #6f6f6f;
            font-weight: 500;
        }

.prod-quntity-cart {
    padding-top: 30px;
}

    .prod-quntity-cart h2 {
        float: left;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: normal;
        font-size: 18px;
        padding-top: 10px;
        padding-right: 10px;
    }

.prod-qunt-box {
    float: left;
    width: 86px;
}

    .prod-qunt-box .product-value {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        width: 52px;
        height: 40px;
        color: #656565;
        float: left;
        border: solid 1px #ccc;
        text-align: center;
        font-size: 19px;
    }

.plusbtn {
    background: url(../Content/images/product-qunt-arrow.png) no-repeat 7px 6px;
    width: 25px;
    height: 20px;
    border: none;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .plusbtn:hover {
        background-position: 7px -10px;
    }

.minbtn {
    background: url(../Content/images/product-qunt-arrow.png) no-repeat 7px -51px;
    width: 25px;
    height: 20px;
    border: none;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    position: relative;
    top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .minbtn:hover {
        background-position: 7px -35px;
    }

.prod-in-cart {
    padding-left: 5px;
    float: left;
}

    .prod-in-cart input {
        width: 158px;
        background: #ffa037;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
        border: none;
        outline: none;
    }

        .prod-in-cart input:hover {
            background: #F1922A;
        }

.prod-details-lists {
    padding-top: 32px;
}

    .prod-details-lists h4 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 18px;
        color: #616161;
        margin-bottom: 18px;
        font-weight: 400;
    }

        .prod-details-lists h4 span {
            border-bottom: solid 1px #ccc;
            padding-bottom: 3px;
        }

    .prod-details-lists ul {
    }

        .prod-details-lists ul li {
            background: url(../Content/images/prod-details-arrow.png) no-repeat 0px 6px;
            padding-left: 15px;
            font-size: 13.5px;
            margin-bottom: 10px;
            float: left;
            width: 50%;
        }

.product-more-details {
    padding-top: 40px;
    padding-bottom: 30px;
}

    .product-more-details article h4 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 19px;
        color: #ffa037;
        margin-bottom: 18px;
        font-weight: 400;
    }

    .product-more-details article p {
        font-size: 13.5px;
        line-height: 23px;
        color: #403f3f;
    }

    .product-more-details article ul {
        margin: 20px 0px;
     
    }

        .product-more-details article ul li {
            /*background: url(/Content/images/prod-details-arrow.png) no-repeat 0px 6px;
            padding-left: 15px;
            font-size: 13.5px;
            margin-bottom: 10px;
            float: left;
            width: 50%;*/
        }

            .product-more-details article ul li::before {
                content: "•";
                background: url(../Content/images/prod-details-arrow.png) no-repeat 0px 6px;
                display: inline-block;
                width: 2em;
            }

.related-product-views {
    background: #fff;
}

.related-product-container {
    padding: 25px 0px;
}

    .related-product-container h2 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        font-weight: normal;
        border-bottom: solid 1px #e1e1e1;
        letter-spacing: 1px;
        text-align: center;
    }

        .related-product-container h2 span {
            font-size: 22.5px;
            color: #616161;
            background: #fff;
            position: relative;
            top: 10px;
            display: inline-block;
            padding: 0px 8px;
        }

.related-products {
}

    .related-products .owl-wrapper-outer {
        padding: 55px 0px 25px 0px;
    }

        .related-products .owl-wrapper-outer .owl-item.loading {
            height: 309px;
        }

.product-related-items {
    padding: 10px 35px;
    margin: 0px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .product-related-items:hover {
        box-shadow: 0px 0px 3px #ccc;
    }

    .product-related-items h4 {
        margin-bottom: 10px;
        font-family: 'Open Sans', sans-serif;
        font-size: 21px;
        color: #F1922A;
        text-align: center;
        font-weight: 400;
    }

.product-related-carousel-image {
    padding-bottom: 23px;
    text-align: center;
    height: 254px;
    line-height: 254px;
    position: relative;
}

    .product-related-carousel-image img {
        max-width: 100%;
        max-height: 100%;
    }

.product-related-details {
    padding-top: 15px;
    text-align: center;
}

    .product-related-details h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 15px;
        margin-bottom: 15px;
        margin-top: -15px;
        color: #565555;
        line-height: 22px;
    }

    .product-related-details p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        font-weight: 600;
        color: #f7780a;
        font-size: 20px;
    }

.shop-recent-item {
    margin-bottom: -15px;
    background: url(../Content/images/shop-now-btn.png) no-repeat;
    height: 31px;
    width: 125px;
    display: none;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 32px;
    color: #fff;
    margin-top: 25px;
    bottom: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-carousel li:hover .shop-recent-item {
    bottom: 150px;
}






.recentely-product-views {
    background: #f8f8f6;
    padding: 40px 0px;
}

.recentely-product-container {
    padding: 25px 0px;
}

    .recentely-product-container h2 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        font-weight: normal;
        border-bottom: solid 1px #e1e1e1;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom: 60px;
    }

        .recentely-product-container h2 span {
            font-size: 22.5px;
            color: #616161;
            background: #f8f8f6;
            position: relative;
            top: 10px;
            display: inline-block;
            padding: 0px 8px;
        }

.recentely-products {
}

    .recentely-products .owl-wrapper-outer {
        padding: 55px 15px 25px 15px;
    }

        .recentely-products .owl-wrapper-outer .owl-item.loading {
            height: 309px;
        }

.product-recentely-items {
    padding: 10px 10px;
    margin: 0px 30px;
    padding-bottom: 26px;
    background: #fff;
    position: relative;
}

.offer-box {
    position: absolute;
    left: 0px;
    top: 27px;
    width: 57px;
    height: 21px;
    background: #ffa037;
    z-index: 99;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #fff;
}

.product-recentely-items h4 {
    margin-top: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    color: #F1922A;
    text-align: center;
    font-weight: 400;
}

.offer-arrow {
    background: url(../Content/images/offer-arrow.png) no-repeat;
    display: block;
    height: 21px;
    width: 5px;
    top: 0px;
    right: -4px;
    position: absolute;
}

.product-recentely-carousel-image {
    padding-bottom: 23px;
    text-align: center;
    height: 187px;
    line-height: 187px;
    position: relative;
}

    .product-recentely-carousel-image img {
        max-width: 100%;
        max-height: 100%;
    }

.product-recentely-details {
    padding-top: 15px;
    text-align: center;
}

    .product-recentely-details h3 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: none;
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: -15px;
    }

    .product-recentely-details p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        font-weight: 600;
        color: #f7780a;
        font-size: 20px;
    }

.cart-line-icon {
    border-bottom: solid 1px #bfc2c4;
    position: relative;
}

    .cart-line-icon span {
        position: absolute;
        left: 0px;
        right: 0px;
        top: -8px;
        margin: auto;
        display: inline-table;
        background: url(../Content/images/recent-cart-icon.jpg) no-repeat;
        height: 17px;
        width: 27px;
    }

.showrecentelyView {
    background: url(../Content/images/shop-now-btn.png) no-repeat;
    height: 31px;
    width: 125px;
    display: none;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 32px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 30px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 121px;
}


.product-carousel .owl-controls {
}

    .product-carousel .owl-controls .owl-buttons {
    }

        .product-carousel .owl-controls .owl-buttons .owl-next, .owl-prev {
            text-indent: -9999px;
            position: absolute;
            width: 100%;
            top: 40%;
            z-index: 7;
        }

        .product-carousel .owl-controls .owl-buttons .owl-next {
            width: 32px;
            height: 62px;
            right: 0px;
            background-image: url(../Content/images/product-carousal-controller.png);
            background-repeat: no-repeat;
            background-position: -137px 0px;
            float: right;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .product-carousel .owl-controls .owl-buttons .owl-next:hover {
                background-position: -95px 0px;
            }

        .product-carousel .owl-controls .owl-buttons .owl-prev {
            width: 32px;
            height: 62px;
            left: 0px;
            background-image: url(../Content/images/product-carousal-controller.png);
            background-repeat: no-repeat;
            background-position: 0px 0px;
            float: left;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .product-carousel .owl-controls .owl-buttons .owl-prev:hover {
                background-position: -42px 0px;
            }



.customer-reviews {
    background: #fff;
    padding: 60px 0px;
    border-bottom: solid 2px #ECECEC;
}

.review-container {
}

    .review-container h3 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #616161;
        letter-spacing: 1px;
        font-weight: normal;
        font-size: 22.5px;
        margin-bottom: 40px;
    }

.review-given-lists {
}

.rating-stars {
    width: 121px;
    padding-right: 25px;
    text-align: center;
    float: left;
}

.star-views {
    width: 55px;
    height: 53px;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 56px;
    color: #fff;
    background: url(../Content/images/star-bg.png) no-repeat;
}

.rating-stars h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #616161;
    text-align: center;
    line-height: 18px;
    font-weight: normal;
    padding-top: 10px;
}

.star-lists {
    width: 224px;
    float: left;
    padding: 0px 25px 0px 10px;
    border-right: solid 1px #eed44b;
}

.rate-box {
    margin-bottom: 7px;
}

    .rate-box:last-child {
        margin-bottom: 0px;
    }

.rate-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    float: left;
    display: inline-table;
    padding-right: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #616161;
}

.rate-view-gray {
    width: 116px;
    height: 13px;
    background: #f2f2f2;
    float: left;
}

.rate-view-yellow {
    height: 100%;
    background: #eed44b;
}

.rate-arrow {
    float: left;
}

    .rate-arrow a {
        display: block;
        background: url(../Content/images/rate-arrow.png) no-repeat;
        height: 14px;
        width: 6px;
        margin-left: 5px;
    }

        .rate-arrow a:hover {
            margin-left: 10px;
        }

.rate-refine-review {
    float: left;
    padding-left: 32px;
}

    .rate-refine-review h5 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #ef8b1c;
        margin-bottom: 5px;
    }

    .rate-refine-review p {
        font-size: 13px;
        line-height: 25px;
        color: #616161;
    }

.writeReview {
    display: inline-table;
    background: #808080;
    padding: 10px 15px;
    margin-top: 28px;
    margin-left: 58px;
    text-align: center;
    font-size: 14.5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

    .writeReview:hover {
    }


.reviewLists {
    padding-top: 35px;
}

.travelList-in {
    border-top: solid 1px #ccc;
    padding: 40px 0px;
    margin-bottom: 15px;
}

.reviewPerson {
    float: left;
    width: 15%;
    text-align: center;
}

.reviewsStars {
    text-align: center;
}

    .reviewsStars a {
        display: inline-block;
        margin: 0px 1px;
    }

.reviewPerson h4 {
    /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: 600;
    margin: 3px 0px;
}

.reviewPerson p {
    font-size: 12px;
    text-align: center;
    color: #727272;
    line-height: normal;
}

.cerfitiedBox {
    background: url(../Content/images/certified-bg.png) no-repeat;
    height: 24px;
    width: 103px;
    text-align: center;
    color: #fff;
    padding-top: 1px;
    line-height: normal;
    text-transform: uppercase;
    display: inline-table;
    margin: 10px auto;
}

.reviewTexts {
    float: left;
    width: 85%;
}

    .reviewTexts article {
    }

        .reviewTexts article h5 {
            /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            font-weight: 600;
            font-size: 15px;
            margin-bottom: 8px;
            color: #444;
        }

        .reviewTexts article p {
            font-size: 12px;
            line-height: 25px;
            color: #403f3f;
        }

.reviewContainer {
    position: relative;
    background: #FFF;
    padding: 20px;
    min-height: 350px;
    width: auto;
    max-width: 597px;
    margin: 0 auto;
}

    .reviewContainer h1 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 22px;
        color: #E77B0E;
        font-weight: 500;
        margin-left: 10px;
        margin-bottom: 28px;
        display: inline-table;
        width: 100%;
        line-height: normal;
    }

.form-row {
    margin-bottom: 15px;
}

.reviewform {
}

.yourRate {
}

    .yourRate span {
        font-size: 14px;
        color: #A9A9A9;
        float: left;
        height: 30px;
        padding-right: 10px;
        display: inline-table;
        line-height: 30px;
    }

.reviewStars {
    float: left;
}

.reviewform .form-row {
}

    .reviewform .form-row .form-group {
        height: 38px;
        margin-top: 5px;
    }

        .reviewform .form-row .form-group label {
        }

        .reviewform .form-row .form-group input {
            border: none;
            border-bottom: solid 1px #ccc;
        }

.commentbox {
    height: auto;
}

    .commentbox textarea {
        width: 100%;
        height: 83px;
        border: none;
        border-bottom: solid 1px #ccc;
    }

    .commentbox p {
        clear: both;
    }

.submitReview {
    width: 100px;
    height: 42px;
    background: #39A1D9;
    border: none;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    float: right;
    margin: 10px;
}

    .submitReview:hover {
        color: #333;
    }

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}




.ratingReviews {
    background: #fff;
    border-bottom: solid 2px #E6E6E6;
}

.ratingreview-container {
    padding: 60px 0px;
}

    .ratingreview-container h3 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #616161;
        letter-spacing: 1px;
        font-weight: normal;
        font-size: 22.5px;
        margin-bottom: 10px;
        text-transform: none;
    }

.recomended-rating {
    padding: 20px 0px;
    border-right: solid 1px #ccc;
}

.recomended-box {
    width: 164px;
    height: 80px;
    float: left;
    border: solid 1px #ccc;
    padding: 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
}

    .recomended-box h1 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-align: center;
        color: #616161;
        font-size: 50px;
        padding-top: 17px;
        font-weight: 600;
    }

    .recomended-box p {
        font-size: 12px;
        text-align: center;
        padding-top: 10px;
    }

.basedStar {
    float: left;
    padding-left: 26px;
    padding-top: 18px;
}

    .basedStar a {
        margin-right: 2px;
    }

    .basedStar p {
        font-size: 12px;
        padding-top: 5px;
    }

.rateSummary {
    height: 120px;
    padding-left: 22px;
    border-right: solid 1px #ccc;
}

.rateSummary-box {
    height: 108px;
}

    .rateSummary-box h5 {
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        font-size: 12px;
        text-align: center;
        font-size: 12px;
        padding: 3px 0px;
        font-weight: normal;
    }

    .rateSummary-box h6 {
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        font-size: 12px;
        text-align: center;
        font-size: 12px;
        border-top: solid 1px #333;
        font-weight: normal;
        padding: 3px 0px;
        margin-top: 3px;
        position: relative;
        bottom: 0px;
    }

.summaryStar-box {
    width: 36px;
    height: 100%;
    float: left;
    margin-right: 4px;
    position: relative;
}

.ratePersent {
    width: 100%;
    height: 58px;
    position: relative;
    bottom: 0px;
}

.starPersentin {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: #ebce35;
}

    .starPersentin:hover {
        background: #DABE29;
    }

.yourRatings {
}

    .yourRatings h6 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: normal;
        font-size: 13.5px;
        margin-bottom: 6px;
        color: #4a4a4a;
    }

    .yourRatings p {
        font-size: 13.5px;
        color: #999;
    }

.yourRateNow {
    padding-top: 6px;
}

    .yourRateNow a {
        float: left;
        margin-right: 3px;
    }

.writeYourReview {
    display: inline-table;
    background: #808080;
    padding: 8px 15px;
    margin-top: 10px;
    margin-left: 0px;
    text-align: center;
    font-size: 14.5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    float: left;
    clear: both;
}

    .writeYourReview:hover {
    }



.cart-container {
    padding: 40px 0px;
}

.left-cart-items {
}

    .left-cart-items table {
        width: 100%;
        border: solid 1px #d8d8d8;
    }

        .left-cart-items table tr td {
            padding: 15px 5px;
            border-bottom: solid 1px #d8d8d8;
        }

        .left-cart-items table tr th {
            padding: 10px 5px;
            border-bottom: solid 1px #d8d8d8;
            text-transform: uppercase !important;
            font-weight: 700;
            text-transform: none;
            font-size: 13px;
            text-align: center;
        }

.tr-wid {
    width: 320px;
}

.cart-heading1 {
    background: #f6f6f6;
    border-bottom: solid 1px #d8d8d8;
}

    .cart-heading1 table {
        border: none;
        width: 96%;
        margin: auto;
    }

    .cart-heading1 td {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        color: #403f3f;
        border-bottom: none !important;
        padding: 2px 5px !important;
    }

.check-info {
    font-size: 13px !important;
    color: #308d23 !important;
    text-align: right;
    font-weight: 500;
}

.product-img-name {
}

.prod-list-img-left {
    width: 100px;
    float: left;
    text-align: center;
}

.prod-list-details {
    width: 200px;
    float: left;
}

    .prod-list-details h5 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 15px;
        color: #4e4e4e;
        margin-bottom: 5px;
        font-weight: 500;
    }

.stock-and-qty {
    color: #2aa21b;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

    .stock-and-qty span {
        float: left;
    }

    .stock-and-qty a {
        text-decoration: none;
        color: #333;
        margin-left: 5px;
        font-size: 14px;
        float: left;
    }

        .stock-and-qty a:hover {
            color: #000;
        }

.product-del-save {
    font-size: 13px;
    color: #737373;
}

    .product-del-save a {
        color: #737373;
    }

        .product-del-save a:hover {
            color: #000;
        }

.table-box {
    font-family: 'Open Sans';
    text-align: center;
}

    .table-box img {
        margin-top: -5px;
    }

.price-box-total {
    font-size: 22px;
    color: #ffa037;
    font-weight: 600;
}

    .price-box-total p {
        font-size: 13px;
        color: #7c7c7c;
        font-weight: normal;
        line-height: normal;
    }

        .price-box-total p strong {
            font-weight: normal;
            color: #aa1c1c;
            font-weight: 500;
        }

.price-box-mrp {
    font-size: 22px;
    color: #ffa037;
    font-weight: 600;
}

.business-volume {
    font-size: 22px;
    color: #415ea0;
    font-weight: 600;
}

.cart-qty-wrap {
    height: 25px;
}

    .cart-qty-wrap a {
        text-decoration: none;
    }

.stock-and-qty a.update-cart {
    font-size: 13px;
}

.cart-qtybox {
    margin-left: 10px;
    width: 60px;
    display: none;
}

    .cart-qtybox .product-value {
        width: 34px;
        height: 29px;
        font-size: 15px;
    }


    .cart-qtybox .subQty {
        float: left;
        border: none;
        height: 22px;
        font-size: 24px;
        line-height: 22px;
        text-align: center;
        padding: 0px 3px;
    }

        .cart-qtybox .subQty:hover {
            background-position: 7px -10px;
        }

    .cart-qtybox .addQty {
        float: left;
        border: none;
        height: 22px;
        font-size: 24px;
        line-height: 23px;
        text-align: center;
        padding: 0px 3px;
    }

        .cart-qtybox .addQty:hover {
            background-position: 7px -35px;
        }

.qty-val-mid {
    float: left;
    height: 22px;
    border: solid 1px #ccc;
    ;
    width: 20px;
    text-align: center;
}

.cart-edit-btn {
}

.replacement-wrap {
    clear: both;
    background: url(../Content/images/check-arrow.png) no-repeat 0px 50%;
    padding-left: 21px;
    font-size: 13px;
    color: #7f7e7e;
    position: relative;
    top: 11px;
}

.delevery-time {
    padding: 5px 0px;
    text-align: right;
    font-size: 16px;
    color: #484848;
    letter-spacing: 1px;
    padding-top: 15px;
}

    .delevery-time span {
        text-transform: uppercase;
        font-weight: 600;
    }


.cart-summery-right {
}

.summery-right-in {
    border: solid 1px #ccc;
}

.coupon-box {
    background: #f6f6f6;
    border-bottom: solid 1px #ccc;
    padding: 20px 20px;
}

    .coupon-box .coupon-input {
        width: 75%;
        float: left;
        background: #fff;
        padding: 2px 10px;
        height: 35px;
        font-size: 13px;
        font-style: italic;
        color: #b8b8b8;
        border: solid 1px #d4d4d4;
    }

.coupon-submit {
    float: left;
    height: 35px;
    width: 25%;
    background: #f7f7f9;
    border: none;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    text-transform: uppercase;
    font-size: 13px;
}

    .coupon-submit:hover {
        background: #e8e8e8;
    }

.total-summery {
    padding: 20px 20px;
}

.total-and-price {
    font-family: 'Open Sans';
    margin-bottom: 15px;
}

    .total-and-price h2 {
        font-family: 'Open Sans';
        font-weight: 500;
        font-size: 26px;
        color: #616161;
        float: left;
    }

    .total-and-price span {
        float: right;
        font-size: 22px;
        color: #ffa837;
        font-weight: 600;
    }

        .total-and-price span img {
            position: relative;
            top: -2px;
        }

.place-order-now {
    background: #ffa037;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    width: 100%;
    border: none;
    height: 40px;
    font-weight: 500;
}

    .place-order-now:hover {
        background: #f18f23;
    }

.total-summery h4 {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #4e4e4e;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.total-summery table {
    width: 100%;
    margin-top: 10px;
}

    .total-summery table tr td {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        padding: 5px 0px;
        font-size: 15px;
        color: #4e4e4e;
    }

.hand-charge {
    color: #2aa21b !important;
    text-align: right;
}

.final-price-col {
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    color: #ffa037 !important;
    font-weight: 600;
}

    .final-price-col img {
        position: relative;
        top: -1px;
    }

.price-box-right {
    text-align: right;
}

.total-price-box-right {
    text-align: right;
}

.final-total-bot {
    background: #f6f6f6;
    border-top: solid 1px #ccc;
    padding: 10px 20px;
}

.final-total-text {
    font-size: 15px;
    color: #4e4e4e;
    float: left;
    font-weight: 500;
}

.final-price-bot-box {
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    color: #ffa037 !important;
    font-weight: 600;
    float: right;
}

    .final-price-bot-box img {
        position: relative;
        top: -1px;
    }

.continue-shop {
    padding: 13px 10px;
    border: solid 1px #415ea0;
    color: #415ea0;
    display: block;
    clear: both;
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
}

    .continue-shop:hover {
        border-color: #333;
    }




.delivery-container {
    padding: 0px 0px;
}

    .delivery-container h3 {
        text-transform: none;
        font-size: 21px;
        color: #5a5a5a;
        text-align: center;
        margin: 35px auto;
    }

.delivery-banner {
    background: url(../Content/images/delivery-banner.jpg) no-repeat;
    background-size: cover;
    height: 193px;
    text-align: center;
}

    .delivery-banner h2 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 22px;
        color: #3a3a3a;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
        padding-top: 37px;
    }

    .delivery-banner p {
        font-size: 14px;
        color: #3a3a3a;
    }

.citywise-banner {
    background: url(../Content/images/city-wise-banner.jpg) no-repeat;
    background-size: cover;
    height: 193px;
    text-align: center;
}

    .citywise-banner h2 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 22px;
        color: #3a3a3a;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
        padding-top: 37px;
    }

    .citywise-banner p {
        font-size: 14px;
        color: #3a3a3a;
    }

.select-state-box {
    display: inline-block;
    margin: 25px auto;
}

.submit-state {
    width: 65px;
    height: 37px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #ff9a2a;
    border: none;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-left: -5px;
}

    .submit-state:hover {
        background: #f18d1e;
    }

.tab-lists {
    text-align: center;
}

    .tab-lists li {
        border: none;
        display: inline-block;
        float: none;
        margin: auto -2px;
        padding: 8px 2px;
        width: 101px;
        border: solid 1px #ccc;
        text-transform: uppercase;
        font-size: 13px;
        color: #4e4e4e;
    }

        .tab-lists li.resp-tab-active {
            background: #f4f4f4;
            position: relative;
        }

            .tab-lists li.resp-tab-active:after, .tab-lists li.resp-tab-active:before {
                top: 100%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .tab-lists li.resp-tab-active:after {
                border-color: rgba(244, 244, 244, 0);
                border-top-color: #f4f4f4;
                border-width: 8px;
                margin-left: -8px;
            }

            .tab-lists li.resp-tab-active:before {
                border-color: rgba(184, 184, 184, 0);
                border-top-color: #b8b8b8;
                border-width: 9px;
                margin-left: -9px;
            }

.tab-lists-container {
    padding-top: 30px;
}

    .tab-lists-container .resp-tab-content {
        border: none;
        padding: 30px 15px;
    }

    .tab-lists-container table {
        width: 100%;
    }

        .tab-lists-container table tr th {
            font-family: 'Open Sans';
            font-weight: normal;
            border: solid 1px #415ea0;
            background: #415ea0;
            color: #fff;
            font-size: 13px;
            text-align: center;
            padding: 8px 2px;
        }

        .tab-lists-container table tr td {
            font-family: 'Open Sans';
            border: solid 1px #cdcdcd;
            color: #1e1e1e;
            font-weight: 500;
            text-align: center;
            padding: 13px 2px;
        }


.citywise-container .city-wrap {
}

    .citywise-container .city-wrap .tab-lists {
        margin-top: -82px;
        margin-bottom: 51px;
    }

        .citywise-container .city-wrap .tab-lists li {
            background: #fff;
            width: 121px;
        }

            .citywise-container .city-wrap .tab-lists li.resp-tab-active {
                background: #f4f4f4;
            }

.city-wrap-in {
    text-align: center;
}

    .city-wrap-in h3 {
        font-size: 13px;
        text-transform: none;
    }



.helpcenter-banner {
    background: url(../Content/images/help-center-banner.jpg) no-repeat;
    background-size: cover;
    height: 193px;
    text-align: center;
}

    .helpcenter-banner h2 {
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 22px;
        color: #3a3a3a;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
        padding-top: 37px;
    }

    .helpcenter-banner p {
        font-size: 14px;
        color: #3a3a3a;
    }

.help-search {
    display: inline-block;
    margin: auto;
    margin-top: 10px;
}

    .help-search .search-input {
        width: 333px;
        padding: 5px 10px;
        height: 38px;
        float: left;
        font-size: 13px;
        border: solid 1px #bababa;
    }

.help-search-btn {
    background: #ff9a2a;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border: none;
    height: 38px;
    width: 100px;
    border: none;
    border-top: solid 1px #bababa;
    border-right: solid 1px #bababa;
    border-bottom: solid 1px #bababa;
}

.helpcenter-container {
    padding: 50px 0px;
}

.ask-qu-lists {
}

.ask-qu-lists {
    background: #f4f4f4;
}

    .ask-qu-lists h4 {
        background: #e8e8e8;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-weight: 500;
        padding: 15px 20px;
        border-bottom: solid 2px #dadada;
    }

    .ask-qu-lists ul {
        padding: 10px;
    }

        .ask-qu-lists ul li {
            border-bottom: solid 1px #d0d0d0;
            padding: 10px 25px;
            font-size: 13px;
        }

            .ask-qu-lists ul li a {
                text-decoration: none;
                color: #4e4e4e;
                font-size: 13.4px;
            }

                .ask-qu-lists ul li a:hover {
                    color: #000;
                }

            .ask-qu-lists ul li:last-child {
                border-bottom: none;
            }


.help-icons {
    width: 30px;
    height: 22px;
    display: inline-block;
    background: url(../Content/images/icon-lists.png) no-repeat;
}

.order-icon {
    background-position: 0px 4px;
}

.returns-icon {
    background-position: 0px 0px;
}

.payment-icon {
    background-position: 0px 0px;
}

.shopping-icon {
    background-position: 0px 0px;
}

.wallet-icon {
    background-position: 0px 0px;
}

.acc-wrap {
    margin-bottom: 3px;
}

    .acc-wrap .acc-heading {
        cursor: hand; /* od IE*/
        cursor: pointer;
        background: #f4f4f4;
        padding: 12px 12px;
    }

    .acc-wrap .acc-container {
        margin: 0px;
        padding: 15px 20px;
        border: solid 2px #f4f4f4;
    }

.active-acc {
    background-color: #ddd;
}

.acc-icon-lilst {
}








span.customSelect {
    /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: 13px;
    background-color: #fff;
    color: #7c7c7c;
    padding: 5px 7px;
    border: 1px solid #ccc;
    text-align: left;
    width: 369px;
    vertical-align: top;
}

    span.customSelect.changed {
        background-color: #fff;
    }

.customSelectInner {
    background: url(../Content/images/gray-arrow.png) no-repeat center right;
    width: 100% !important;
    height: 25px;
    line-height: 27px;
}

footer {
    background-color: #f8f8f6;
    
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding: 48px 0px;
}

.footer {
    min-height: 276px;
}

.footer-about-link {
    padding: 10px 0px 35px 15px;
}

    .footer-about-link a {
        text-decoration: none;
        background: #3473b9;
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        display: inline-table;
        padding: 16px 35px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }

.footer-container {
}

    .footer-container .col-sm-2 {
        width: 20%;
    }

.footer-about {
}

    .footer-about article {
    }

.footer-col {
}

    .footer-col h2, h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        color: #1e1e1e;
        margin-bottom: 7px;
        font-weight: 400;
    }

    .footer-col h2 {
        font-weight: 400;
        color: #5c5c5c;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .footer-col h3 {
    }

    .footer-col p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 25px;
        color: #484747;
    }

.footer-col-last {
    background: transparent;
    background: url(../Content/images/footer-devider.gif) repeat-y left;
    padding-bottom: 15px;
}

.about-more {
    float: right;
    font-size: 15px;
    color: #383838;
    margin-top: 15px;
    font-weight: 500;
}

    .about-more:hover {
        color: #34b6e4;
    }

.footer-nav-box {
    /*float: left;*/
}

    .footer-nav-box ul {
    }

    .footer-nav-box li {
    }

        .footer-nav-box li a {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            color: #484747;
            padding: 3px 0px;
            display: block;
        }

            .footer-nav-box li a:hover {
                color: #34b6e4;
            }

.hindi-link {
    font-size: 18px;
    color: #3473b9;
}

.keep-in-tuch {
    text-align: center;
}

    .keep-in-tuch h3 {
        text-align: center;
    }

.rcm-social {
    text-align: center;
}

    .rcm-social a {
        background: url(../Content/images/rcm-social.png) no-repeat;
        height: 32px;
        width: 32px;
        display: inline-block;
        margin: auto 3px;
    }

.rcm-pin {
    background-position: 0px 0px !important;
}

    .rcm-pin:hover {
        background-position: 0px 100% !important;
    }

.rcm-fb {
    background-position: -42px 0px !important;
}

    .rcm-fb:hover {
        background-position: -42px 100% !important;
    }

.rcm-twi {
    background-position: -84px 0px !important;
}

    .rcm-twi:hover {
        background-position: -84px 100% !important;
    }

.rcm-email {
    background-position: -126px 0px !important;
}

    .rcm-email:hover {
        background-position: -126px 100% !important;
    }

.keep-in-tuch img {
    max-width: 100%;
}

.footer-end {
    border-top: solid 5px #34b6e4;
}

.footer-end-container {
    padding: 20px 0px;
}

.rcm-copyright {
}

.created-eyebridge {
    text-align: right;
}

    .created-eyebridge p {
        color: #212121;
    }

    .created-eyebridge a {
        text-decoration: none;
        color: #212121;
    }

        .created-eyebridge a:hover {
            color: #34b6e4;
        }

    .created-eyebridge img {
        margin-left: 10px;
    }




/*carousel*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.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%;
        z-index: 6;
    }

        .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);
}

.grabbing {
    cursor: url(../Error/NotFound386c.html) 8 8, move;
}

.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-item.loading {
    height: 254px;
    background: url(../Content/images/loading.gif) no-repeat center center
}
/*carousel*/


/*Main Slider*/
.mkslider {
    position: relative;
    overflow: hidden;
}

    .mkslider .mkslider-content-outer-wrapper {
    }

        .mkslider .mkslider-content-outer-wrapper .mkslider-content-inner-wrapper {
        }

            .mkslider .mkslider-content-outer-wrapper .mkslider-content-inner-wrapper .slide {
            }

                .mkslider .mkslider-content-outer-wrapper .mkslider-content-inner-wrapper .slide img {
                    width: 100%;
                }

    .mkslider .mkslider-auto {
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 1;
    }

        .mkslider .mkslider-auto .mkslider-auto-icon {
            line-height: 30px;
            text-align: center;
            overflow: hidden;
            font-size: 30px;
            cursor: pointer;
        }

            .mkslider .mkslider-auto .mkslider-auto-icon.mkslider-auto-icon-play {
                display: none;
                background: url(../Content/images/pause.png) no-repeat 0px 0px;
                width: 24px;
                height: 24px;
                cursor: pointer;
                position: absolute;
                bottom: 19px;
                right: 58px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .mkslider .mkslider-auto .mkslider-auto-icon.mkslider-auto-icon-play:hover {
                }

            .mkslider .mkslider-auto .mkslider-auto-icon.mkslider-auto-icon-pause {
                display: block;
                background: url(../Content/images/play.png) no-repeat 0px 0px;
                width: 24px;
                height: 24px;
                cursor: pointer;
                position: absolute;
                bottom: 19px;
                right: 58px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .mkslider .mkslider-auto .mkslider-auto-icon.mkslider-auto-icon-pause:hover {
                }


    .mkslider.mkslider-play .mkslider-auto .mkslider-auto-icon.mkslider-auto-icon-play {
        display: block;
    }

    .mkslider.mkslider-play .mkslider-auto .mkslider-auto-icon.mkslider-auto-icon-pause {
        display: none;
    }

    .mkslider .mkslider-arrows {
        position: absolute;
        bottom: 73px;
        right: 40px;
        width: 100px;
        z-index: 1;
    }

        .mkslider .mkslider-arrows .mkslider-arrow {
            width: 40px;
            height: 100%;
            line-height: 40px;
            text-align: center;
            overflow: hidden;
            font-size: 30px;
            cursor: pointer;
            margin: 10px;
        }

            .mkslider .mkslider-arrows .mkslider-arrow.mkslider-arrow-next {
                float: right;
                background: url(../Content/images/right.png) no-repeat -41px 0px;
                width: 24px;
                height: 24px;
                display: block;
                cursor: pointer;
                position: absolute;
                right: 0px;
                top: 0px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .mkslider .mkslider-arrows .mkslider-arrow.mkslider-arrow-next:hover {
                    background-position: 0px 0px;
                }

            .mkslider .mkslider-arrows .mkslider-arrow.mkslider-arrow-prev {
                float: right;
                background: url(../Content/images/left.png) no-repeat 0px 0px;
                width: 24px;
                height: 24px;
                display: block;
                cursor: pointer;
                position: absolute;
                left: 0px;
                top: 0px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .mkslider .mkslider-arrows .mkslider-arrow.mkslider-arrow-prev:hover {
                    background-position: -30px 0px;
                }

    .mkslider .mkslider-navigator {
        position: absolute;
        bottom: 10px;
        left: 60px;
        right: 60px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

        .mkslider .mkslider-navigator .mkslider-navigator-item {
            font-size: 20px;
            line-height: 20px;
            width: 20px;
            height: 20px;
            text-align: center;
            display: inline-block;
            color: #000000;
            cursor: pointer;
        }

            .mkslider .mkslider-navigator .mkslider-navigator-item.mkslider-navigator-item-current {
                opacity: 0.5;
            }


/*Tab*/
.tabbable {
    margin-bottom: 18px;
}

.tab-content {
    padding: 15px;
    clear: both;
    overflow: visible;
}

/* tab styles for small screen */
@media (max-width: 767px) {
    body {
        padding: 0;
    }

    .tabbable.responsive .nav-tabs {
        font-size: 16px;
    }

        .tabbable.responsive .nav-tabs ul {
            margin: 0;
        }

        .tabbable.responsive .nav-tabs li {
            /* box-sizing seems like the cleanest way to make sure width includes padding */
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            display: inline-block;
            height: 44px;
            line-height: 44px;
            padding: 0 15px;
            border: 1px solid #ddd;
            overflow: hidden;
        }

    .highlight-container .tabbable .nav-tabs li a {
        font-size: 13px;
    }

    .tabbable.responsive .nav-tabs > li > a {
        border-style: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
        /* include hover and active styling for links to override bootstrap defaults */
        .tabbable.responsive .nav-tabs > li > a:hover {
            border-style: none;
            background-color: transparent;
        }

        .tabbable.responsive .nav-tabs > li > a:active,
        .tabbable.responsive .nav-tabs > .active > a,
        .tabbable.responsive .nav-tabs > .active > a:hover {
            border-style: none;
        }
}

/* sample styles for the tab controls on small screens  - start with left control and override for right */
.tabbable.responsive .nav-tabs > li > a.tab-control,
.tabbable.responsive .nav-tabs > li > span.tab-control-spacer {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    font-size: 26px;
    font-weight: 100;
    line-height: 16px;
    color: #fff;
    text-align: center;
    background: #4260A0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

    .tabbable.responsive .nav-tabs > li > a.tab-control.right,
    .tabbable.responsive .nav-tabs > li > span.tab-control-spacer.right {
        float: right;
    }

    .tabbable.responsive .nav-tabs > li > a.tab-control:hover {
        color: #fff;
        background: #444;
    }

.tabbable.responsive .nav-tabs > li > span.tab-control-spacer {
    line-height: 16px;
}

.helpcenter-container .tab-lists li {
    clear: both;
    color: #4e4e4e;
    font-size: 14px;
    width: 20%;
    box-sizing: border-box;
}

    .helpcenter-container .tab-lists li span {
        float: left;
        margin-right: 5px;
        display: block;
        position: relative;
        left: 22px;
    }

        .helpcenter-container .tab-lists li span.order {
            background: url(../Content/images/help-center/order.png);
            background-position: 0 0;
            height: 19px;
            top: 2px;
            width: 32px;
        }

        .helpcenter-container .tab-lists li span.returns {
            background: url(../Content/images/help-center/return.png);
            background-position: 0 0;
            height: 19px;
            width: 32px;
        }

        .helpcenter-container .tab-lists li span.payment {
            background: url(../Content/images/help-center/payment.png);
            background-position: 0 0;
            height: 19px;
            width: 32px;
        }

        .helpcenter-container .tab-lists li span.shopping {
            background: url(../Content/images/help-center/shopping.png);
            background-position: 0 0;
            height: 19px;
            width: 32px;
        }

        .helpcenter-container .tab-lists li span.wallet {
            background: url(../Content/images/help-center/wallet.png);
            background-position: 0 0;
            height: 19px;
            width: 32px;
        }

    .helpcenter-container .tab-lists li.resp-tab-active span.order {
        background-position: -32px 0;
    }

    .helpcenter-container .tab-lists li.resp-tab-active span.returns {
        background-position: -21px 0;
    }

    .helpcenter-container .tab-lists li.resp-tab-active span.payment {
        background-position: -19px 0;
    }

    .helpcenter-container .tab-lists li.resp-tab-active span.shopping {
        background-position: -19px 0;
    }

    .helpcenter-container .tab-lists li.resp-tab-active span.wallet {
        background-position: -19px 0;
    }


    .helpcenter-container .tab-lists li.resp-tab-active::after {
        border-color: #415ea0 rgba(244, 244, 244, 0) rgba(244, 244, 244, 0);
    }

    .helpcenter-container .tab-lists li.resp-tab-active {
        background: #415ea0;
        color: #fff;
    }

.helpcenter-container .tab-lists-container .resp-tab-content {
    padding: 10px 0px;
}

.helpcenter-container .resp-tabs-container span.icon {
    width: 50px;
    height: 44px;
    display: block;
    float: right;
    background: url(../Content/images/help-center/plus-icon.png) center center;
    position: absolute;
    right: 0px;
    top: 0px;
}

.helpcenter-container .resp-tabs-container .acc-wrap .acc-heading {
    transition: color ease 0.5s;
    -webkit-transition: color ease 0.5s;
    -moz-transition: color ease 0.5s;
    -ms-transition: color ease 0.5s;
    -o-transition: color ease 0.5s;
    position: relative;
    clear: both;
    height: 44px;
    padding-right: 50px;
    font-size: 13.2px;
    /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

    .helpcenter-container .resp-tabs-container .acc-wrap .acc-heading:hover {
        color: #000;
    }

.helpcenter-container .resp-tabs-container .active-acc span.icon {
    background: url(../Content/images/help-center/min-icon.png) center center;
}

.helpcenter-container .resp-tabs-container .acc-container p, .helpcenter-container .resp-tabs-container .acc-container li {
    color: #4e4e4e;
    font-size: 13.2px;
}

.helpcenter-container .resp-tabs-container .acc-container ul {
    margin-top: 15px;
    padding-left: 15px;
}

.helpcenter-container .resp-tabs-container .acc-container li {
    list-style: disc !important;
}

.help-address {
    background: #415ea0;
    padding: 40px 0px;
    margin: 0px 15px;
}

    .help-address .column span {
        margin-left: 8px;
        display: inline-block;
    }

    .help-address .column {
        min-height: 155px;
        float: left;
        padding: 0px 15px;
        box-sizing: border-box;
    }

        .help-address .column h2 {
            font-size: 20px;
            color: #fff;
            /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            font-weight: 400;
            padding-bottom: 15px;
            text-align: center;
        }

        .help-address .column p {
            font-size: 13.5px;
            color: #fff;
            font-family: 'Open Sans', sans-serif;
            text-align: center;
            font-weight: 400;
            line-height: 23px;
        }

    .help-address .frst, .help-address .sec {
        background: url(../Content/images/help-center/border.png);
        background-position: right 0;
        background-repeat: no-repeat;
    }

    .help-address .sec {
        width: 40%;
        box-sizing: border-box;
    }

        .help-address .sec ul {
            padding: 0px;
            margin: 40px 0px 0px;
            text-align: center
        }

            .help-address .sec ul li img {
                display: inline-block;
                margin-right: 8px;
            }

            .help-address .sec ul li {
                list-style: none;
                display: inline-block;
                font-size: 16px;
                font-family: 'Open Sans', sans-serif;
                color: #fff;
            }

                .help-address .sec ul li:nth-child(2) {
                    border-bottom: 1px solid #fff;
                }

    .help-address .frst, .help-address .thrd {
        width: 30%;
        box-sizing: border-box;
    }

.helpcenter-container h2 {
    color: #5a5a5a;
    font-size: 20px;
    /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-bottom: 20px;
    font-weight: 500;
}


/* satish 13-1-2017*/
.left-nutrichage {
}

    .left-nutrichage h2 {
        padding: 11px 10px;
        background: #0891d3;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 13px;
        color: #fff;
        font-weight: 600;
    }

    .left-nutrichage h3 {
        padding: 11px 10px;
        margin: 0px;
        background: #00a8f9;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 13px;
        color: #fff;
    }

    .left-nutrichage h4 {
        padding: 5px 10px;
        background: #f3f3f3;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 13px;
        color: #242424;
        font-weight: 500;
    }

    .left-nutrichage ul {
        margin: 0 0 5px 0px;
    }

        .left-nutrichage ul li {
            padding: 5px 10px;
            border-top: 1px solid #e5e5e5;
            /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 13px;
            color: #636363;
        }

            .left-nutrichage ul li a {
                color: #636363;
            }

                .left-nutrichage ul li a:hover {
                    color: #34b6e4;
                }


.right-nutrichage {
    position: relative;
}

    .right-nutrichage h2 {
        padding: 15px 15px;
        margin: 0 0 10px 0px;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        box-sizing: border-box;
        width: 100%;
        float: left;
        background: #0891d3; /* Old browsers */
        background: -moz-linear-gradient(left, #0891d3 50%, #ffffff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #0891d3 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #0891d3 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0891d3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
        /*position: relative;
background-position: right 0;
background: url(/Content/images/nutri-bg.png);background-repeat: no-repeat;min-height: 56px;*/
    }

.bv-container p {
    font-weight: 600;
}

#tab2C {
    text-align: right;
}

.bv-container {
    position: relative;
    /*left: 25px;*/
    float: right;
    /*width: 57%;*/
    padding: 0px 10px;
    box-sizing: border-box;
    z-index: 50;
    /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #000;
}

.bv-bottom {
    margin: 8px 0 0 0px;
}

    .bv-bottom form {
        /*float: right;
        width: 59%;*/
    }

    .bv-bottom p {
        float: left;
        padding: 5px 0 0;
        /*width: 40%;*/
    }

    .bv-bottom input[type='text'] {
        width: 60%;
        float: left;
        border: 1px solid #cecece;
        height: 30px;
        line-height: auto;
        padding: 0px 10px;
    }


    .bv-bottom input[type='button'], .btn-accent, a.btn-accent {
        /*width: 34%;
        float: right;*/
        background: #ff7000;
        color: #fff;
        font-weight: 500;
        border: 0px;
        padding: 5px 20px;
        margin: 0px;
        border-radius: 3px;
    }

.btn-accent {
    /*width: 80px;*/
    float: none;
}

    .bv-bottom input[type='button']:hover, .btn-accent:hover, a.btn-accent:hover {
        background: #ea6803;
    }

.seller-heading {
    margin: 0 0 20px 0px;
    /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #010101;
    text-align: center;
    font-weight: 600;
}

.arrow-pic {
    margin: 0 0 5px 0px;
    text-align: center;
}

    .arrow-pic img {
        width: 70%;
        height: auto;
    }

.saller-container {
    padding: 11px 2%;
    margin: 0 0 15px 0px;
    background: #f9f9f9;
    border-radius: 5px;
}

    .saller-container ul {
        text-align: center;
    }


        .saller-container ul li {
            text-align: left;
            background: #fff none repeat scroll 0 0;
            border: 1px solid #dcdcdc;
            border-radius: 5px;
            display: inline-block;
            margin: 11px 10px;
            padding: 20px 11px;
            vertical-align: top;
            width: 231px;
        }

.user-pic {
    float: left;
    width: 49px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    border: 1px solid #4abbd8;
    border-radius: 50%;
}

    .user-pic img {
        max-width: 49px;
        max-height: 49px;
        border-radius: 50%;
    }

.user-right {
    float: right;
    width: 72%;
}

    .user-right h3 {
        padding: 4px 10px;
        margin: 0px;
        background: #00acff;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

        .user-right h3 a {
            color: #fff;
        }

    .user-right p {
        padding: 0px 10px;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #3b3b3b;
        font-size: 12px;
    }

.nutrichage-total {
    font-family: 'Open Sans', sans-serif;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
}

.website-adds {
    height: 328px;
    padding: 0 20px;
    margin: 0 0 25px 0px;
    background: url(../Error/NotFound7641.html) no-repeat 0 0px;
}

.website-inner {
    margin: 100px 0 0 0px;
}

    .website-inner h3 {
        display: inline-block;
        font-size: 48px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

#adds_top {
    margin: 5px 0 0 0px;
    position: relative;
    z-index: 50;
}

    #adds_top ul {
    }

    #adds_top li a {
        float: left;
        width: 50%;
        padding: 9px 0px;
        background: #fafafa;
        color: #07547b;
        border-top: 2px solid #0886c4;
        text-align: center;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
    }

        #adds_top li a:after {
            top: 0%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(8, 134, 196, 0);
            border-top-color: #0886c4;
            border-width: 5px;
            margin-left: -5px;
        }

.adds-active {
    background: #0886c4 !important;
    color: #fff !important;
}
/*#adds_top li:hover{ background: #fafafa; color: #07547b;}*/

#adds_bottom {
    margin: 10px 0 0 0px;
}

    #adds_bottom li p {
        display: block;
        margin: 0 0 5px 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
    }

    #adds_bottom li span {
        display: inline-block;
        border-bottom: 1px solid #6e9eb6;
        padding: 0 0 10px 0px;
        margin: 0 0 10px 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 21px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }
/*#adds_bottom li:nth-child(1){display: none;}*/

.nutrichage-table {
    margin: 0 0 30px 0px;
}

    .nutrichage-table table {
        width: 100%;
    }

        .nutrichage-table table tr:nth-child(odd) {
            background: #d3f0ff;
        }

        .nutrichage-table table tr:nth-child(even) {
            background: #f5fcff;
        }

        .nutrichage-table table tr th {
            /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            font-weight: normal;
            background: #00acff;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            padding: 8px 2px;
        }

        .nutrichage-table table tr td {
            font-family: 'Open Sans';
            color: #3b3b3b;
            font-size: 14px;
            text-align: center;
            padding: 13px 2px;
        }

.note {
    padding: 0 30px;
    margin: 0 0 50px 0px;
    font-family: 'Open Sans';
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

.category-banner {
    width: 100%;
    height: auto !important;
    margin: 0 0 30px 0px;
    /*background: url(/Content/images/category-banner.jpg) no-repeat center 0px;
    background-size: cover;
    height: 409px;*/
    text-align: center;
}

    .category-banner h2 {
        font-family: 'Raleway';
        font-size: 44px;
        color: #000;
        margin-bottom: 35px;
        padding-top: 30px;
    }

    .category-banner h3 {
        font-family: 'Open Sans';
        font-size: 32px;
        color: #000;
        margin-bottom: 5px;
        padding-top: 65px;
        text-transform: none;
    }

        .category-banner h3 span {
            color: #ff6000;
        }

    .category-banner p {
        font-family: 'Open Sans';
        font-size: 18px;
        color: #000;
        margin-bottom: 25px;
        text-transform: none;
    }

        .category-banner p a {
            color: #000;
        }

.category-shop {
    text-align: center;
    font-size: 20px;
}

    .category-shop a {
        display: inline-block;
        background: #ff6000;
        padding: 10px 23px;
        color: #fff;
    }

        .category-shop a:hover {
            background: #e65700;
        }

.left-category {
    margin: 5px 0 0 0;
}

.category-top {
    border: 1px solid #eaeaea;
    border-top: none;
    margin: 0 0 15px 0px;
}

    .category-top h2 {
        padding: 10px 15px;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
        color: #333;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        cursor: pointer; /*background: url(/Content/images/category-arrow.png) no-repeat 93% 15px;*/
        border-top: 1px solid #eaeaea;
    }

.personal-care-icon {
    background: url(../Content/images/personal-care-icon.png) no-repeat 14px 12px;
}

.health-care-icon {
    background: url(../Content/images/healthcare-icon.png) no-repeat 13px 10px;
}

.household-icon {
    background: url(../Content/images/household-icon.jpg) no-repeat 14px 12px;
}

.foods-grocery-icon {
    background: url(../Content/images/food-icon.jpg) no-repeat 14px 12px;
}

.agriculture-icon {
    background: url(../Content/images/agriculture-icon.png) no-repeat 14px 12px;
}

.category-top h2:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    top: 15px;
    right: 25px;
    overflow: hidden;
    background: url(../Content/images/category-arrow.jpg)
}

.category-top h2.minusIcon {
    font-weight: 800;
}
.category-top .minusIcon:after {
    content: '';
    background-position: 0 -40px !important;
}

/*.buisness-plan-container .panel h4 a:not(.collapsed):after{content: url(/Content/images/marketing-plan/minus.png)!important;}*/

.category-top h3 {
    padding: 0px;
    margin: 0px;
    background: #00a8f9;
    /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #fff;
}

.category-top h4 {
    padding: 5px 10px;
    background: #f3f3f3;
    /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #242424;
    font-weight: 500;
}

.category-top ul {
    display: none;
    margin: 0 0 5px 0px;
}

    .category-top ul li {
        padding: 2px 15px;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 13px;
        color: #676363;
        font-weight: 500;
        /*background: url(/Content/images/plus-icon.jpg) no-repeat 14px 8px;*/
    }

        .category-top ul li a {
            color: #636363;
        }

            .category-top ul li a:hover {
                color: #34b6e4;
            }

.category-bottom {
    border: 1px solid #eaeaea;
    border-top: none;
}

    .category-bottom h2 {
        padding: 10px 15px;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
        color: #4d4d4d;
        font-weight: 500;
        position: relative;
        cursor: pointer;
        border-top: 1px solid #eaeaea;
    }

        .category-bottom h2:before {
            content: '';
            display: block;
            position: absolute;
            height: 10px;
            width: 10px;
            top: 15px;
            right: 25px;
            overflow: hidden;
            background: url(../Content/images/category-arrow.jpg)
        }

    .category-bottom .minusIcon:before {
        content: '';
        background-position: 0 -40px !important;
    }

.category-block {
    display: none;
    padding: 0 15px 15px 15px;
}

.search-brand {
    position: relative;
    margin: 0 0 7px 0px;
}

    .search-brand input[type='text'] {
        width: 100%;
        padding: 2px 25px 2px 5px;
        border: 1px solid #eaeaea;
    }

    .search-brand button {
        position: absolute;
        right: 1px;
        top: 1px;
        width: 25px;
        height: 24px;
        background: #fff;
        border: none;
    }

        .search-brand button:hover {
            background: #ec8009;
        }

.category-bottom legend {
    margin: 0;
    border: none;
    padding: 0;
}

    .category-bottom legend input[type="checkbox"] {
        display: none;
        margin: 0;
        padding: 0;
    }

    .category-bottom legend label {
        width: 100%;
        padding: 0 18px;
        margin: 0px;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
        color: #827d7d;
        cursor: pointer;
        background: url(../Content/images/checkbox-icon.png) no-repeat 0px 7px;
    }

    .category-bottom legend input[type="checkbox"]:checked + label {
        background-position: 0px -37px;
    }

.price-filter {
    display: none;
    padding: 5px 15px 20px 15px;
    position: relative;
}

    .price-filter input[type='text'] {
        width: 35%;
        margin: 0 5% 0 0;
        padding: 0 10px;
        height: 25px;
        line-height: auto;
        border: 1px solid #eaeaea;
    }

    .price-filter input[type='button'] {
        margin: 0;
        padding: 0 10px;
        height: 25px;
        line-height: 25px;
        background: #ff931c;
        text-align: center;
        border: none;
        font-family: 'Open Sans';
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

.category-list-container {
    margin: 0 0 15px 0px;
}

    .category-list-container ul {
    }

        .category-list-container ul li {
            display: inline-block;
            vertical-align: top;
            padding: 20px 11px 20px 11px;
            width: 30%;
            margin: 10px 1%;
            background: #fff;
            border: 1px solid #dcdcdc;
            position: relative;
        }

.category-list-pic {
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
    margin: 0 0 10px 0px;
    position: relative;
}

    .category-list-pic img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 200px;
    }

.category-list-container ul li h2 {
    font-family: 'Open Sans';
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    color: #616161;
    font-weight: 600;
}

    .category-list-container ul li h2 a {
        color: #616161;
    }

        .category-list-container ul li h2 a:hover {
            color: #616161;
        }

.qty {
    font-family: 'Open Sans';
    margin: 0 0 5px 0px;
    text-align: center;
    font-size: 12px;
    color: #616161;
    font-weight: 600;
}

.bv-rate {
    font-family: 'Open Sans';
    margin: 0 0 8px 0px;
    text-align: center;
    font-size: 12px;
    color: #616161;
    font-weight: 600;
}

.off {
    font-family: 'Open Sans';
    text-align: center;
    font-size: 15px;
    color: #53c24b;
    font-weight: 600;
}

.list_price {
    font-family: 'Open Sans';
    text-align: center;
    font-size: 22px;
    color: #ff7f00;
    font-weight: 600;
}

.old_price {
    display: inline-block;
    padding: 0 5px;
    text-decoration: line-through;
    font-family: 'Open Sans';
    text-align: center;
    font-size: 15px;
    color: #686868;
    font-weight: 600;
}

.category-list-container ul li p {
    text-align: center;
}

.new {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 32px;
    text-align: center;
    padding: 5px 0px;
    background: #ff931c;
    font-family: 'Open Sans';
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    z-index: 50;
}

    .new:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 147, 28, 0);
        border-top-color: #ff931c;
        border-width: 16px;
        margin-left: -16px;
    }

.offer {
    position: absolute;
    left: 52px;
    top: 0px;
    width: 33px;
    text-align: center;
    padding: 5px 0px;
    background: #38c72d;
    font-family: 'Open Sans';
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    z-index: 50;
}

    .offer:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(56, 199, 45, 0);
        border-top-color: #38c72d;
        border-width: 16px;
        margin-left: -16px;
    }

.whislist-icon {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 16px;
    height: 14px; /*background: url(/Content/images/whislist-icon.jpg) no-repeat 0 bottom; padding: 5px 0px;*/
    z-index: 50;
}

    .whislist-icon button {
        background: none;
        border: none;
        padding: 0px;
    }

    .whislist-icon i {
        color: #b6b6b6;
    }

.whislist-active {
    color: #ff0000 !important;
}
/*.fa-heart{ position: absolute; right: 15px; top: 10px; width: 16px; height: 14px; background: url(/Content/images/whislist-icon.jpg) no-repeat 0 bottom; padding: 5px 0px; z-index: 50;*/ }

/****** Style Star Rating Widget *****/
.rating2 {
    width: 200px;
}

.rating {
    border: none;
    width: 95px;
    margin: 0 auto;
}

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 2px 2px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }
    /***** CSS Magic to Highlight Stars on Hover *****/

    .rating > input:checked ~ label, /* show gold star when clicked */
    .rating:not(:checked) > label:hover, /* hover current star */
    .rating:not(:checked) > label:hover ~ label {
        color: #ff7f00;
    }
        /* hover previous stars in list */

        .rating > input:checked + label:hover, /* hover current star when changing rating */
        .rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
        .rating > input:checked ~ label:hover ~ label {
            color: #ff7f00;
        }



/*buisness-plan*/

.buisness-plan-container h3 {
    color: #377bb9;
    text-transform: uppercase;
    font-size: 21px;
    padding-bottom: 10px;
}

.buisness-plan-container .definition h5 {
    font-weight: bold;
    font-family: 'Raleway', sans-serif !important;
}

.buisness-plan-container .definition p {
    font-weight: 600;
}

.buisness-plan-container .definition h5, .buisness-plan-container .definition p {
    font-size: 13px;
    color: #fff;
}

.buisness-plan-container .definition {
    background: url(../Content/images/def.png);
    background-repeat: no-repeat;
    background-position: left 0;
    min-height: 67px;
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 20px;
}

.buisness-plan-container .panel {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    background: none;
    box-shadow: none;
    position: relative;
}

    .buisness-plan-container .panel h4 a {
        padding: 16px 50px 16px 0px;
        outline: none;
        position: relative;
        z-index: 10;
        display: block;
        text-decoration: none;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 600;
        color: #057fa6;
        font-size: 14px;
        border-radius: 0;
        box-shadow: none;
    }

.buisness-plan-container .panel-default > .panel-heading {
    background-color: transparent;
}

    .buisness-plan-container .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top: none;
    }

.buisness-plan-container .panel-body {
    padding: 0px 10px 15px;
}


.buisness-plan-container .panel h4 a.collapsed {
    color: #333333;
}

.buisness-plan-container .panel h4 a:not(.collapsed):after {
    content: url(../Content/images/minus.png) !important;
}

.panel-heading {
    padding: 0px;
}

.buisness-plan-container .panel h4 a:after {
    content: url(../Content/images/plus.png) !important;
    display: block;
    position: absolute;
    height: 17px;
    width: 31px;
    top: 15px;
    right: 10px;
}

.buisness-plan-container .direct-seller {
    padding: 20px 0px;
    font-family: Arial, Helvetica, sans-serif !important;
}

    .buisness-plan-container .direct-seller h4 {
        font-size: 19px;
        text-transform: uppercase;
        color: #116c9d;
        font-weight: 600;
        padding-bottom: 30px;
        /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .buisness-plan-container .direct-seller .tab-wrap ul {
        /*border: none;*/
        border-bottom: solid 1px #00a1cf;
        
    }

    .buisness-plan-container .direct-seller .tab-wrap ul li {
         margin-bottom:0;
    }
        .buisness-plan-container .direct-seller .tab-wrap ul li a {
            outline: none;
            position: relative;
            border-radius: 0;
            border: none;
            color: #132330;
            font-size: 15px;
            padding: 10px 30px;
            font-weight: 600;
            border-top: 2px solid transparent;
        }

            .buisness-plan-container .direct-seller .tab-wrap ul li a:hover {
                background-color: #fafafa;
            }

        .buisness-plan-container .direct-seller .tab-wrap ul li.active a {
            background-color: #fafafa;
            border-color: #00a1cf;
            position: relative;
        }

            .buisness-plan-container .direct-seller .tab-wrap ul li.active a:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0px;
                width: 0px;
                height: 0px;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #00a1cf;
                
                top: 0px;
                margin: 0 auto;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

    .buisness-plan-container .direct-seller .tab-wrap p {
        font-size: 13px;
        color: #333333;
    }

    .buisness-plan-container .direct-seller .tab-wrap .tab-content {
        padding: 20px 0px;
    }

.buisness-plan-container .calculation-sell-incentive h3 {
    font-size: 19px;
    color: #116c9d;
    font-weight: 600;
    /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 15px 0px;
    margin: 0;
}

.buisness-plan-container .calculation-sell-incentive p {
    font-size: 13px;
    color: #333333;
}

.buisness-plan-container .calculation-sell-incentive img {
    max-width: 100%;
    display: block;
}

.buisness-plan-container .calculation-sell-incentive h4 {
    font-size: 16px;
    /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 20px 0px;
    color: #333333;
    font-weight: bold;
}

.buisness-plan-container .table-wrap td {
    border: none;
    font-size: 12px;
    /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 9px;
}

.buisness-plan-container .table-wrap {
    padding: 40px 0 20px;
}

    .buisness-plan-container .table-wrap tr {
        border: 1px solid #d3d3d3;
        border-collapse: collapse;
    }

    .buisness-plan-container .table-wrap tbody tr:nth-child(odd) {
        background: #d3f0ff;
    }

    .buisness-plan-container .table-wrap table {
        width: 100%;
    }

    .buisness-plan-container .table-wrap thead tr {
        border: 1px solid #39a1d9;
        border-radius: 0px;
        border-bottom: none;
    }

    .buisness-plan-container .table-wrap thead {
        border-radius: 0px;
    }

        .buisness-plan-container .table-wrap thead tr td {
            background: #39a1d9;
            color: #fff;
            font-weight: 600;
        }

.buisness-plan-container ol {
    padding-left: 10px;
    padding-top: 20px;
}

    .buisness-plan-container ol li {
        list-style: decimal !important;
        list-style-position: outside;
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 10px;
    }

.buisness-plan-container .term-condition {
    display: inline-block;
    padding: 8px 40px;
    border: 1px solid #f1b071;
    font-size: 12px;
    color: #333333;
    font-weight: 600;
    margin: 20px 0px 60px;
}

    .buisness-plan-container .term-condition:hover {
        border-color: #000;
    }

    .buisness-plan-container .term-condition span {
        margin-left: 10px;
        font-size: 13px;
        color: #909090;
    }

        .buisness-plan-container .term-condition span img {
            display: inline;
            margin: 0;
        }

.tb-value {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
}

.incentive-cal {
    padding: 0px;
    margin: 20px 0px;
}

    .incentive-cal li {
        display: inline-block;
        list-style: none;
    }

        .incentive-cal li img {
            margin: 0 auto;
        }

.breadcrum {
    padding-bottom: 15px;
}


/************custom css**********/

.error {
    color: darkred;
}

.alert {
    position: relative;
}

    .alert .close {
        position: absolute;
        top: 50%;
        right: 10px;
        line-height: 0;
    }


.color-table {
    margin: 0 0 30px 0px;
}

    .color-table table {
        width: 100%;
    }

        .color-table table tr:nth-child(odd) {
            background: #d3f0ff;
        }

        .color-table table tr:nth-child(even) {
            background: #f5fcff;
        }

        .color-table table tr th {
            /*font-family: 'Raleway', sans-serif; */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            font-weight: normal;
            background: #00acff;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            padding: 8px 2px;
            vertical-align: middle;
        }

        .color-table table tr td {
            font-family: 'Open Sans';
            color: #3b3b3b;
            font-size: 14px;
            /*text-align: center;*/
            padding: 10px;
        }

        .color-table table > tfoot > tr > td {
            font-family: 'Open Sans';
            color: #fff;
            font-size: 14px;
            background: #00acff;
            padding: 10px;
        }

/*****************/
.panel-title {
    padding: 10px;
}

.datepicker .new, .timepicker .new {
    display: none;
    visibility: hidden;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled, .disabled {
    cursor: not-allowed;
    background-color: #ccc;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../Content/images/loading.gif) 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}


#main-menu .active {
    background: #dcdcdc;
}

.badge-primary {
    background: #ff7000;
    color: #fff;
}


/* Checkout #34bc9b*/
.stepper .nav-tabs {
    position: relative;
}

    .stepper .nav-tabs > li {
        position: relative;
        background: #fff;
    }

        .stepper .nav-tabs > li:after {
            content: '';
            position: absolute;
            background: #f1f1f1;
            display: block;
            width: 100%;
            height: 5px;
            top: 50px;
            left: 50%;
            z-index: 1;
        }

        .stepper .nav-tabs > li.completed::after {
            background: #39a1d9;
        }

        .stepper .nav-tabs > li:last-child::after {
            background: transparent;
        }

        .stepper .nav-tabs > li.active:last-child .round-tab {
            background: #39a1d9;
        }

            .stepper .nav-tabs > li.active:last-child .round-tab::after {
                content: '✔';
                color: #fff;
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
                top: 0;
                display: block;
            }

    .stepper .nav-tabs [data-toggle='tab'] {
        width: 25px;
        height: 25px;
        margin: 20px auto;
        border-radius: 100%;
        border: none;
        padding: 0;
        color: #f1f1f1;
    }

        .stepper .nav-tabs [data-toggle='tab']:hover {
            background: transparent;
            border: none;
        }

    .stepper .nav-tabs > .active > [data-toggle='tab'], .stepper .nav-tabs > .active > [data-toggle='tab']:hover, .stepper .nav-tabs > .active > [data-toggle='tab']:focus {
        color: #39a1d9;
        cursor: default;
        border: none;
    }

    .stepper .nav-tabs > .completed > [data-toggle='tab'], .stepper .nav-tabs > .completed > [data-toggle='tab']:hover, .stepper .nav-tabs > .completed > [data-toggle='tab']:focus {
        pointer-events: none;
        cursor: pointer;
    }

.stepper .tab-pane {
    position: relative;
    padding-top: 10px;
}

.stepper .round-tab {
    width: 25px;
    height: 25px;
    line-height: 22px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #39a1d9;
    color: #39a1d9;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}

.stepper .title {
    position: relative;
    left: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-wrap: none;
}

.stepper .active .title {
    color: #39a1d9;
}

.stepper .completed .round-tab {
    background: #39a1d9;

}

    .stepper .completed .round-tab::after {
        content: '✔';
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        display: block;
    }

.stepper .active .round-tab {
    background: #fff;
    border: 2px solid #39a1d9;
}

    .stepper .active .round-tab:hover {
        background: #fff;
        border: 2px solid #39a1d9;
    }

    .stepper .active .round-tab::after {
        display: none;
    }

.stepper .disabled .round-tab {
    background: #fff;
    color: #f1f1f1;
    border-color: #f1f1f1;
}

    .stepper .disabled .round-tab:hover {
        color: #4dd3b6;
        border: 2px solid #a6dfd3;
    }

    .stepper .disabled .round-tab::after {
        display: none;
    }

@media (min-width: 481px) and (max-width: 767px) {

    .stepper .nav-tabs > li:after {
        width: auto;
    }
}



@media (min-width: 320px) and (max-width: 480px) {

    .stepper .nav-tabs > li:after {
        width: auto;
    }
}


/* Group Structure*/

table.google-visualization-orgchart-table {
    border-collapse: separate !important;
}


td.google-visualization-orgchart-node {
    vertical-align: top;
}

.node-kyc-notok > a {
    color: #2e8b57;
    cursor: pointer;
}

.node-kyc-ok {
    background-color: #2e8b57;
    color: white;
    border: 1px solid #fff;
    text-align: center;
    height: 100%;
}

    .node-kyc-ok > h3 {
        color: white;
    }

    .node-kyc-ok > a {
        color: white;
        cursor: pointer;
    }


/* Product Details*/

.prod-size input[type="radio"] {
    display: none;
}

    .prod-size input[type="radio"] + label {
        display: inline-block;
        margin: 1px 5px;
        float: left;
        border: solid 1px #e1e1e1;
        min-width: 36px;
        min-height: 24px;
        cursor: pointer;
        line-height: 27px;
        text-align: center;
        cursor: pointer;
    }

    .prod-size input[type="radio"]:checked + label {
        border: solid 1px #7B7B7B !important;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.46);
        padding: 1px 6px;
        margin: 1px 5px;
        background-color: #eee;
        cursor: pointer;
    }

    .prod-size input[type="radio"] + label + label {
        display: none;
    }

    .prod-size input[type="radio"]:checked + label + label {
        display: block;
        font-size: medium;
        font-weight: 600;
        position: absolute;
        bottom: -48px;
    }

    .prod-size input[type="radio"] + label + label + label {
        display: none;
    }

    .prod-size input[type="radio"]:checked + label + label + label {
        display: block;
        font-size: medium;
        font-weight: 600;
        position: absolute;
        bottom:-68px;
    }

.sold-out h2 {
    margin: 20px;
}

span.field-validation-error {
    color: #a94442;
}

span.field-validation-valid {
    display: none;
}

img.active-zoom {
    display: block;
    height: auto !important;
    max-width: 100% !important
}

/* Category Item Block Same Height*/

.list {
    display: flex;
    flex-wrap: wrap;
}


.list-item {
    display: flex;
    padding: 0.5em;
    width: 100%;
    height: auto;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.gi-2x {
    font-size: 2em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}

.text-success {
    color: #4cae4c;
}

.container, .row {
    height: 100%;
}

.flex-row, .flex-row > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 0 auto;
    height: 100%;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1;
    flex-flow: column nowrap;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}

.parent {
    display: table;
}

.child {
    display: table-cell;
}


/*********Grid MVc ajax*************/

table.grid-table .grid-header > .grid-header-title > a {
    color: #444;
}

/**badge-pill**/
.label.badge-pill {
    border-radius: 1em;
    margin: 0 0.25em;
}


/****** Product Category Responsive Menu and Grid Css ************/
.category-list-container > ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
}

    .category-list-container > ul li {
        flex: 0 0 calc(33% - 10px);
        margin: 5px;
        padding: 5px 0;
        text-align: center;
        box-sizing: border-box;
    }

@media (min-width: 768px) and (max-width: 1024px) {
    .category-list-container > ul li {
        flex: 0 0 calc(33% - 10px);
        margin: 5px;
        padding: 5px 0;
        text-align: center;
        box-sizing: border-box;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    .category-list-container > ul li {
        flex: 0 0 calc(50% - 10px);
        margin: 5px;
        padding: 5px 0;
        text-align: center;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {


    .category-list-container > ul li {
        flex: 0 0 calc(100% - 10px);
        margin: 5px;
        padding: 5px 0;
        text-align: center;
        box-sizing: border-box;
    }
}




/*----- Toggle Button -----*/
.toggle-nav {
    display: none;
}

/*----- Category Menu -----*/
@media screen and (min-width: 961px) {
    .category-menu {
        background: #fff;
    }
}

.category-menu > .category-top {
    display: inline-block;
    width: 100%;
}




@media screen and (max-width: 960px) {
    .category-menu {
        position: relative;
        display: inline-block;
        z-index: 50;
        width: 100%;
    }

        .category-menu > .category-top.active-category {
            display: none;
        }

        .category-menu > .category-top {
            width: 100%;
            position: relative;
            top: 120%;
            background: #fff;
        }

    .toggle-nav {
        padding: 20px;
        float: left;
        display: inline-block;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
        border-radius: 3px;
        background: #0891d3;
        color: #fff;
        font-size: 20px;
        transition: color linear 0.15s;
        width: 100%;
    }

        .toggle-nav:hover, .toggle-nav.active-category {
            text-decoration: none;
            color: #fff;
        }
}


/****** User Menu Responsive Css ************/


/*----- Category Menu -----*/
@media screen and (min-width: 961px) {
    .main-menu {
        background: #fff;
    }
}

.main-menu > .main-menu-top, .main-menu-top h2 {
    display: inline-block;
    width: 100%;
}


@media screen and (max-width: 960px) {
    .main-menu {
        position: relative;
        display: inline-block;
        z-index: 50;
        width: 100%;
    }

    #main-menu {
        border-left: solid thin #ddd;
        border-right: solid thin #ddd;
        border-bottom: solid thin #ddd;
        margin-bottom:10px;
    }
        .main-menu > .main-menu-top.active-main-menu {
            display: none;
        }

    .main-menu-top h2 {
        display: none;
    }

    .main-menu > .main-menu-top {
        width: 100%;
        position: relative;
        top: 120%;
        background: #fff;
    }

    .toggle-nav {
        padding: 20px;
        float: left;
        display: inline-block;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
        border-radius: 3px;
        background: #0891d3;
        color: #fff;
        font-size: 20px;
        transition: color linear 0.15s;
        width: 100%;
    }

        .toggle-nav:hover, .toggle-nav.active-main-menu {
            text-decoration: none;
            color: #fff;
        }
}

/*Address Book Form Responsive*/
@media (min-width: 992px) {
    /** Pull left **/
    .pull-left-md {
        float: left;
    }

    /** Pull right **/
    .pull-right-md {
        float: right;
    }
}



/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../Content/images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../Content/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../Content/images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../Content/images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.menu-mobile{width: 32px;height: 22px;background: url(../Content/images/menu-line.png) no-repeat;position: absolute;right: 10px;top: 18px;}

@media only screen  and (min-width : 1824px) {
.wrapper{}
}



@media only screen and (max-width : 1210px){
.wrapper{}
.menu{margin-right: 0px;}
.about-corner{top: -116px;}
.about-left{padding-left: 60px;}
.about-left h2{font-size: 43px;}
.about-left h2 span{font-size: 40px;}
.about-left p{font-size: 15px;}

}

@media only screen and (min-width : 992px) and (max-width : 1198px){
	.logo-left{padding-left: 30px;padding-right: 0px;}
	.logo-inner .logo-left{padding-left: 25px;}

}

@media only screen and (min-width : 992px) and (max-width : 1150px){
    .menu > ul > li{margin: 0px 10px;}
    .about-corner{top: -108px;}
    .about-left{padding: 24px 3px 0px 78px;}
    .about-left h2{font-size: 38px;}
    .about-left p{font-size: 14px;padding: 0px 10px;line-height: 21px;}
    .about-right-box{left: 1.8%;bottom: 0px;}
    /*.btn{font-size:medium ;}*/
    .know-more{padding: 1px 10px;}
    
    .featured-container h1{font-size: 35px;}
    .featured-container h1 span{font-size: 45px;}
    
    .highlight-container h1{font-size: 35px;}
    .highlight-container h1 span{font-size: 45px;}
    
    .product-details h3{font-size: 16px;}
    .cat-details h1{font-size: 25px;}
    .cat-hd-left h1{font-size: 25px;}
    
    
    .offer-news-text-right article p{font-size: 28px;line-height: 41px;}
    
    .customer-left h3{font-size: 24px;}
    .newlet-update .email-box{width: 240px;}

}



@media only screen and (min-width : 768px) and (max-width : 992px){
    .logo-inner .logo-left{padding-left: 15px;}
    .logo-left{padding-left: 10px;padding-right: 6px;width: 175px;padding-top: 24px;}
	.logo-left img{max-width:100%;}
    .menu > ul > li{margin: 0px 8px;font-size: 13px;}
    
    .login-signup-container{width: 100%;}
    
    .about-corner{width: 100%;}
    .about-left{width: 100%;padding-left: 0px;padding-bottom: 35px;}
    .about-right{width: 100%;}
    
    .featured-container h1{font-size: 35px;}
    .featured-container h1 span{font-size: 45px;}
    
    .cat-box-top{height: 292px;}
    .cat-details{height: 166px;padding-top: 56px;}
    .cat-details h1{font-size: 22px;}
    .cat-details p{font-size: 13px;padding: 5px 6px;}
    .cat-image{height: 123px;}
    
    .cat-hd-left{padding-top: 53px;padding-left: 30px;}
    .cat-hd-left h1{font-size: 22px;}
    
    
    .highlight-container h1{font-size: 35px;}
    .highlight-container h1 span{font-size: 45px;}
    
    .offer-news-text-right article{padding: 22px;}
    .offer-news-text-right article p{line-height: 31px;font-size: 19px;}
    
    
    .customer-left h3{font-size: 18px;}
    .customer-left p{font-size: 13px;}
    .newlet-update .email-box{width: 173px;}
    
    
    .footer-col p{font-size: 13px;}
    .footer-nav-box li a{font-size: 12px;}
    
    
}

@media only screen and (max-width : 1196px){
	.product-name h2{font-size: 20px;}
	.zoom-right{height: 393px;width: 339px;}
	.zoom-right .zoomWrapper{height: 100% !important;width: 100% !important;position: relative;}
	.zoom-right img{max-width:100%;}
}

@media only screen and (max-width : 991px){
.left-cart-items {margin-bottom: 30px;}
.help-center-left{margin:20px 0px;}
.helpcenter-container h2{padding: 10px 15px;font-size: 16px;font-weight: 600;}
.tab-lists-container h2.resp-tab-active{color:#fff;}
}



@media only screen and (max-width : 982px){
	.product-name{margin-bottom: 5px;}
	.social-share{float: none;clear: both;margin-top: 18px;display: inline-block;width: 100%;}
	.thumbImage{width: 56px;height: 60px;line-height: 54px;}
	.zoom-right{height: 201px;width: 264px;}
	.zoom-right img{max-width: 90%;max-height: 100%;}
	.prod-review{margin-left: 15px;margin-left: 15px;}
	.prod-size ul{margin-left:0px;}
	.prod-gurant{position:static;padding-left:0px;margin-top:15px;width:100%;}
	.product-related-items{padding: 10px 5px;margin: 0px 10px;}
	.product-recentely-items{margin: 0px 10px;}
	.rateSummary{padding-left: 0px;}
	.summaryStar-box{width: 24px;}
	.breadcrum{padding: 10px 0px;}
}



@media only screen and (min-width : 240px) and (max-width : 960px){
    .logo-left{padding-left: 10px;padding-right: 5px;}
    .main_slider{margin-top: 85px;}
    .menu-dropdown-icon:before{width: 34px;padding: 21px 0px;background: #4EC8F7 url(../Content/images/menu-more.png) no-repeat 50% 50%;}
    .header-scroll{display: block !important;opacity: 1 !important;}
    .left-navigation{display: none !important;}
    .menu > ul > li{position: relative;margin: 0px 0px;border-bottom: solid 1px #E4E4E4;}
    .menu > ul > li a{padding: 10px 8px;}
    .active-arrow{display: none !important;}
    .menu .show-on-mobile{position: absolute;top: 59px;left: 0px;background: #F9F9F9;}
    .menu > ul > li > ul{top: 0px;padding: 8px 8px 8px 0px;max-height: 175px;overflow: auto;}
    .menu > ul > li > ul > .nav-in-col{width: 100%;padding-left: 4%;}
    .menu > ul > li > ul > .nav-in-col > li{clear: both;}
    

    .about-left{width: 100%;}
    .about-right{width: 100%;}

    .header-search { width:33%;}
    
    
}

@media only screen and (max-width : 768px){
    .wrapper{}
	
	.logo-inner .logo-left{padding-left: 15px;}
    #ic{width: 80%;}
    .header-scroll{top: 24px;}
    .container{padding: 0px 10px;}
    .about-left{padding-left: 0px;padding-bottom: 35px;}
    .feat-prod-row{margin-bottom: 0px;}
    .featured-sec{height: auto;clear: both;padding-top: 55px;}
    .cat-box-top{margin-bottom: 30px;}
    .cat-box-bot{margin-bottom: 30px;}
    .product-cat-carousel .owl-controls .owl-buttons{display: none;}
    .product-cat-carousel .owl-controls .owl-pagination{}
    .product-cat-carousel .owl-controls .owl-pagination .owl-page{display: inline-table;width: 15px;height: 15px;margin: 0px 5px;background: #ccc;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-o-border-radius: 50%;}
    .product-cat-carousel .owl-controls .owl-pagination .owl-page.active{background: #39A1D9;}
    .highlight-sec{height: auto;padding-top: 25px;}
    .highlight-container{padding-top: 40px;}
    .login-signup-container{width: 100%;}
    .highlight-container h1{font-size: 35px;}
    .highlight-container h1 span{font-size: 45px;}
    .product-items{padding: 10px 7px;}
    .featured-container h1{font-size: 35px;}
    .featured-container h1 span{font-size: 45px;}
    .product-details h3{font-size: 15px;}
    .product-details p{font-size: 15px;}
    .product-details img{width: 11px;position: relative;top: -1px;}
    .offer-news-text-right article{padding: 15px;}
    .offer-news-text-right article p{font-size: 16px;line-height: 26px;}
    .customer-left{padding: 3px 0px;margin-bottom: 15px;border-right: none;}
    .customer-left h3{font-size: 22px;}
    .newsletter-box{text-align: center;}
    .newlet-update{display: inline-table;margin: auto;}
	
	.prod-wish{margin-left: 10px;}
	.prod-write-review{margin-left: 10px;}
    
    .footer-about{margin-bottom: 25px;display: inline-table;}
    .footer-col{display: inline-table;width: 100%;clear: both;margin-bottom: 15px;background: transparent;border-bottom: solid 1px #ccc;padding-bottom: 15px;}
	.footer-container .col-sm-2{width: 100%;}
    .keep-in-tuch{text-align: left;}
    .keep-in-tuch h3{text-align: left;clear: both;margin-top: 15px;display: inline-table;width: 100%;}
    .rcm-social{float: left;}
    .rcm-copyright{text-align: center;margin: 6px 0px;}
    .created-eyebridge{text-align: center;margin: 6px 0px;}
}




@media only screen and (min-width : 620px) and (max-width : 768px){
    .wrapper{}
    .login-sec{padding: 2px 5px;}
    .logo-left{line-height: 62px;}
    .logo-left img{width: 130px;}
    .about-corner{width: 100%;}
  
}




@media only screen and (max-width : 728px){
	.logo-inner{position:static;}
	.header-inner{top: 25px;}
	.logo-left{height: 60px;line-height: 36px;}
	.logo-scroll{position:static;}
	.logo-inner .logo-left{padding-left: 8px;padding-top: 12px;}
	.logo-corner{display:none;}
	.left-product-views{width:100%;}
	.right-product-details{width:100%;}
	.thumbImage{width: 100px;height: 100px;line-height: 76px;}
	.zoom-right{height: 319px;width: 388px;}
	.ratingreview-container{padding-top: 25px;}
	.ratingreview-container h3{}
	.product-name{padding-top: 25px;}
	.prod-size span{padding-right: 10px;}
	.recomended-rating{border-right:none;}
	.rateSummary{border-right:none;}
	.rateSummary{height:auto;}
	.yourRatings{padding: 18px 0px;display: inline-block;width: 100%;}
	.reviewTexts{padding-left: 5%;}
}



@media only screen and (max-width : 620px){
    .wrapper{}
    .header-scroll{height: 72px;}
    .login-sec{padding: 2px 10px;}
    .logo-left img{width: 130px;}
    .logo-scroll{position: static;}
    .menu-mobile{top: 25px;}
    .scroll-nav{min-width: auto;}
    .menu .show-on-mobile{width: 250px;right: 0px;top: 63px;left: auto;}
    .about-corner{display: none;}
    .about-left{padding: 45px 0px 30px 0px;}
    .about-left h2{font-size: 28px;}
    .about-left h2 span{font-size: 30px;}
    .about-right-box{left: -2.8%;bottom: 0%;}
    .customer-left h3{font-size: 18px;}
    .customer-left p{font-size: 14px;}
    .offer-news-img-left{width: 100%;padding-left: 0px;padding-top: 40px;}
    .offer-news-text-right{width: 100%;padding-top: 20px;padding-left: 0px;padding-right: 0px;}
    .offers-news-sec{height: auto !important;}
    .offer-news-slider .owl-controls .owl-buttons{display: none;}
    .offer-news-slider .owl-controls .owl-pagination{text-align: center;}
    .offer-news-slider .owl-controls .owl-pagination .owl-page{display: inline-table;width: 15px;height: 15px;margin: 0px 5px;background: #ccc;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-o-border-radius: 50%;}
    .offer-news-slider .owl-controls .owl-pagination .owl-page.active{background: #39A1D9;}
    .trn-cond{right: 5px;bottom: -1px;}
    
    .featured-container h1{font-size: 28px;}
    .featured-container h1 span{font-size: 35px;}
    .highlight-container h1{font-size: 28px;}
    .highlight-container h1 span{font-size: 35px;}
    .cat-hd-left{padding-top: 54px;padding-left: 20px;}
    
    .cat-details h1{font-size: 23px;}
    .cat-hd-left h1{font-size: 23px;}
	
	.reviewPerson{width:100%;}
	.reviewTexts{width:100%;text-align:center;}
    
    .footer-nav-box{width: 100%;margin-bottom: 15px;padding-bottom: 15px;border-bottom: solid 1px #EAEAEA;}
    .footer-nav-box:last-child{border-bottom: none;}
	
	.zoomWindowContainer{display:none !important;}
	.zoomLens{display:none !important;}
	
	.leftthumbs{padding-right: 0px;width: 100%;text-align:center;padding-bottom:15px;}
	.thumbImage{width: 70px;height: 70px;line-height: 62px;float: left;clear: inherit;margin-right: 10px;display: inline-block;margin: auto 5px;}
	.breadcrum-container ul span{font-size: 11px;}
	.breadcrum-container ul li a{margin-right: 8px;font-size: 11px;}
	
	
	.left-cart-items{overflow-x:auto;}
	.left-cart-items table{width: 620px;}
	
	.tab-lists-container .resp-tab-content{overflow-x:auto !important;}
	.tab-lists-container table{width: 620px;}
	
	.select-state-box{position: relative;margin-top: 10px;}
	.select-state-box select{width:100% !important;height: 37px !important;}
	span.customSelect{width:100%;}
	.submit-state{margin-top: 10px;}
	
	.helpcenter-container .resp-tabs-container span.icon{height:100%;}
	.helpcenter-container .resp-tabs-container .acc-wrap .acc-heading{height:100%;}
}


@media only screen and (max-width : 450px){
    
    .about-left h2{font-size: 24px;line-height: 30px;}
    .about-left h2 span{font-size: 23px;}
    .about-left p{padding: 0px 10px;}
    
    .featured-container h1{font-size: 24px;margin-bottom: 28px;}
    .featured-container h1 span{font-size: 28px;}
    
    .highlight-container h1{font-size: 24px;margin-bottom: 28px;}
    .highlight-container h1 span{font-size: 28px;}
    
	.footer-about-link{text-align:center;}
    .footer-about article{text-align: center;}
    .about-more{float: none;display: inline-table;margin-top: 15px;}
    .footer-nav-box{text-align: center;}
    .keep-in-tuch{text-align: center;}
    .keep-in-tuch h3{text-align: center;}
    .rcm-social{float: none;}
	
	.ratingreview-container{text-align:center;}
	.rateSummary-box{display: inline-block;}
	.recomended-box{display:inline-block;margin:auto;}
	.basedStar{padding-left: 0px;float:none;}
	.yourRateNow{display:inline-block;}
	.writeYourReview{float: none;display: block;clear: both;}
	
	.thumbImage{width: 70px;height: 70px;line-height: 62px;float: none;clear: inherit;margin-right: 10px;display: inline-block;margin: auto 5px;}
	.zoom-right{width: 95%;margin: auto;float: none;}
	.prod-details-lists ul li{width:100%;}
	
	.userPopupContainer{width: 100%;}
	
	
}

