

.p-largest {
	font: 300 22px/1.3em "Nunito", sans-serif;
}

.p-large {
	font: 300 19px/1.5em "Nunito", sans-serif;
}

.form-control {
	font: 300 16px/1.5em "Nunito", sans-serif;
}
  

a.inverse {
	color: #ff5722;
	opacity: 1;
}

a.inverse:hover {
	color: #079fdd;
}

.button-solid-white,
.button-solid-primary-color {
	display: inline-block;
	max-width: 250px;
	margin-top: 10px;
	padding: 11px 37px 11px 37px;
	border: 2px solid #ff5722;
	border-radius: 4px;
	background-color: #fff;
	color: #071b50;
	font: 600 15px/16px "Raleway", sans-serif;
	text-decoration: none;
	transition: border .3s ease, background-color .3s ease, color .3s ease;
}

.button-solid-primary-color {
	border: 1px solid #079fdd;
	background-color: #079fdd;
	color: #fff;
}

.button-solid-white:hover {
	border: 2px solid #ff5722;

background-color: #ff5722;

color: #fff;
}

.button-solid-primary-color:hover {
	border: 1px solid #079fdd;
	background-color: transparent;
	color: #079fdd;
}

.button-solid-large-white {
	display: inline-block;
	max-width: 250px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 14px 48px 14px 48px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #fff;
	color: #079fdd;
	font: 600 18px/20px "Raleway", sans-serif;
	text-decoration: none;
	transition: border .3s ease, background-color .3s ease, color .3s ease;
}

.button-solid-large-white:hover {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

.button-outline-white,
.button-outline-primary-color {
	display: inline-block;
	max-width: 250px;
	margin-top: 10px;
	padding: 11px 37px 11px 37px;
	border: 2px solid #ff5722;
	border-radius: 4px; 
	color: #071b50;
	font: 600 15px/16px "Raleway", sans-serif;
	text-decoration: none;
	transition: border .3s ease, background-color .3s ease, color .3s ease;
	background: #fff;
}

.button-outline-primary-color {
	border: 1px solid #079fdd;
	color: #079fdd;
}

.button-outline-white:hover {
	background-color: #fff;
	color: #079fdd;
}

.button-outline-primary-color:hover {
	background-color: #079fdd;
	color: #fff;
}

.underline-small-primary-color {
	width: 50px;
	height: 1px;
	margin-top: 6px;
	margin-left: 0px;
	border: none;
	background-color: #079fdd;
	text-align: left;
}

.underline-large-white {
	width: 80px;
	height: 2px;
	margin-top: 13px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	background-color: #ff5722;
}

.underline-large-primary-color {
	width: 80px;
	height: 1px;
	margin-top: 13px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	background-color: #079fdd;
}

.form-control-input {
	width: 100%;
	height: 44px;
	padding-left: 14px;
	border: 2px solid #ff5722;
	border-radius: 4px;	
	background-color: #fafafa; 
	font: 300 15px/1.5em "Nunito", sans-serif;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-submit-button {
	display: block;
	width: 100%;
	height: 46px;
	border: 2px solid #ff5722;
	border-radius: 4px;
	background-color: #ff5722;
	color: #ffffff;
	font: 600 15px/2.7em "Raleway", sans-serif;
	transition: background-color .3s ease, color .3s ease;
}

.form-control-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999;
	opacity: 0.7;
}

.form-control-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color: #999;
	opacity: 0.7;
}

.form-control-input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
	opacity: 0.7;
}

.form-control-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	color: #999;
	opacity: 0.7;
}

/* Form Success And Error Message Formatting */
#msgSubmit.h3.text-center.tada.animated.text-success,
#cmsgSubmit.h3.text-center.tada.animated.text-success,
#msgSubmit.h3.text-center.text-danger,
#cmsgSubmit.h3.text-center.text-danger {
	margin-top: 15px;
	margin-bottom: 0px;
	color: #fff;
	font: 300 18px/1.3em "Nunito", sans-serif;
}

#cmsgSubmit.h3.text-center.tada.animated.text-success,
#cmsgSubmit.h3.text-center.text-danger {
	display: block;
}

.help-block.with-errors {
	margin-bottom: 0px;
	color: #ff3d39;
	font-size: 14px;
}

.help-block.with-errors ul {
	margin-bottom: 0px;
}

/* Form Success And Error Message Animation From Animate.css */
@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* end of form success and error message animation from Animate.css */

/* Fade-move Animation For Collection Details Lightbox */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for collection details lightbox */

/* Fade Animation For Image Swiper */
@-webkit-keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
}
  
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation: fadeOut 0.8s;
	animation: fadeOut 0.8s;
}
/* end of fade animation for image swiper */



/**************************/
/*     03. NAVIGATION     */
/**************************/
/*.navbar {
	border-bottom: 1px solid #373f51;
	background-color: #373f51;
}

.navbar .nav.navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar .navbar-collapse {
	border-top: 1px solid #4f4f4f;
}*/

/* Logo */
/*.navbar .navbar-brand { 
	margin-bottom: 8px; 
}

.navbar .navbar-brand img {
	width: 200px;
	height: 58px;
}*/

/* Menu links */
/*.navbar .nav.navbar-nav li a {
	color: #fff;
	opacity: 0.8;
	font: 700 13px/1em "Nunito", sans-serif; 
	font-size: 16px;
}

.navbar .nav.navbar-nav li a:hover,
.navbar .nav.navbar-nav li.active a {
	background: transparent;
	color: #fff;
	opacity: 1;
}*/

/* Mobile menu toggle button - pressed */
/*.navbar .navbar-toggle,
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:active,
.navbar .navbar-toggle.collapsed:active {
	margin-top: 16px;
	border: 1px solid #fff;
	background-color: #fff;
}

.navbar .navbar-toggle .icon-bar,
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:active .icon-bar,
.navbar .navbar-toggle.collapsed:active .icon-bar {
	background-color: #373f51;
}*/ 
/* end of mobile menu toggle button - pressed */

/* Mobile menu toggle button */
/*.navbar .navbar-toggle.collapsed {
	border: 1px solid #373f51;
	background-color: transparent;
}

.navbar .navbar-toggle.collapsed .icon-bar {
	background-color: #fff;
}*/
/* end of mobile menu toggle button */


/**********************/
/*     04. HEADER     */
/**********************/
/*header {
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("../images/header-background.jpg") center no-repeat;
	background-size: cover;
}

header .header-content {
	padding-top: 140px;
	padding-bottom: 80px;
	text-align: center;
}

header .header-content img {
	margin-left: auto;
	margin-right: auto;
}

header .text-pane {
	margin-top: 30px;
}

.h1-header {
	color: #fff;
}

header .p-largest {
	margin-top: 21px;
	margin-bottom: 14px;
	color: #fff;
}*/

/* Magnific Popup Lightbox Form Content */
.lightbox-form-container {
	position: relative;
	max-width: 520px;
	margin: 40px auto;
	padding: 24px 25px 30px 25px;
	background-color: #ffffff;
	color: #071b50;
	text-align: left;
}

.lightbox-form-container button.mfp-close.x-button {
	position: absolute;
	top: 10px;
	right: 13px;
	width: 10px;
	height: 10px;
	color: #fff;
	line-height: 0px;
}

.lightbox-form-container form {
	margin-top: 20px;
}

.lightbox-form-container form p {
	margin-bottom: 7px;
}

.lightbox-form-container .form-group {
	margin-bottom: 21px;
}

.lightbox-form-container .form-control-submit-button {
	margin-top: 30px;
}


/*************************/
/*     05. CUSTOMERS     */
/*************************/
.customers {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f3f3f3;
}


/***************************/
/*     06. DESCRIPTION     */
/***************************/
.description {
	padding-top: 65px;
	padding-bottom: 90px;
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/statistics-background.jpg') center no-repeat;
	background-size: cover; 
	color: #fff;
}

.description h2 {
	text-align: center;
}

.description h3 {
	margin-bottom: 0px;
}

.description h3:nth-of-type(2) {
	margin-top: 50px;
}

.numbered-list {
	padding-left: 0px;
	counter-reset: li;
	list-style-type: none;
	font: 700 16px/1.4em "Nunito", sans-serif;
}

.numbered-list .numbered-list-item {
	margin-top: 20px;
	position: relative;   
	padding: 5px 0 5px 50px;
}

.numbered-list .numbered-list-item::before {
	content: counter(li);
	counter-increment: li;
	position: absolute;      
	left: 0;
	top: 4px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #079fdd;
	color: #fff;
	line-height: 2.6em;
	text-align: center;
}

.numbered-list-item-text {
	color: #fff;
	font: 300 16px/1.5em "Nunito", sans-serif;
	font-weight: normal;
}

.description .swiper-container {
	max-width: 342px;
	margin-top: 40px;
}

.description .swiper-container img {
	/* corrects image height error in IE */
	width: 100%;
	height: 100%;
}

.description .swiper-container .fa {
	color: #079fdd;
}

.description .swiper-container .swiper-button-prev {
	left: 15px;
	background-image: none;
}

.description .swiper-container .swiper-button-next {
	right: 30px;
	background-image: none;
}


/***********************/
/*     07. SUMMARY     */
/***********************/
.summary {
	padding-top: 84px;
	padding-bottom: 90px;
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("../images/header-background.jpg") center no-repeat;
	background-size: cover;
}

.summary h2 {
	margin-top: 0px;
	color: #fff;
}

.summary .summary-pane {
	margin: 50px 0px 0px 0px;
	padding: 50px 25px 40px 25px;
	border-radius: 10px;
	background-color: #058cc3;
	color: #fff;
	transition: .5s;
}

.summary .summary-pane:hover {
	background-color: #fff;
	color: #373f51;
}

.summary .icon-wrapper {
	display: table;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 164px;
	height: 164px;
	text-align: center;
}

.summary .fa {
	border-radius: 50%;
	color: #fff;
	font-size: 68px;
	line-height: 164px;
	text-align: center;
	vertical-align: middle;
	transition: .5s;
}

.summary .summary-pane:hover .fa {
	color: #058cc3;
}

.summary .circle-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #fff;
	border-radius: 50%;
	font-size: 80px;
	text-align: center;
	transition: .5s;
}

.summary .summary-pane:hover .circle-icon {
	border: 3px solid #058cc3;
}

.summary .summary-pane p {
	margin-top: 12px;
	margin-bottom: 0px;
}


/**********************/
/*     08. REVIEWS    */
/**********************/
.reviews .reviews-image-pane {
	height: 350px;
	margin: auto;
	background: url('../images/reviews-background.jpg') center no-repeat;
	background-size: cover;
}

.reviews .reviews-text-pane-container {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 63px;
	padding-bottom: 90px;
	text-align: center;
}

.reviews img {
	margin: 50px auto 30px auto;
}

.reviews .p-large {
	font-style: italic;
}

.reviews h5 {
	margin-top: 15px;
	margin-bottom: 4px;
}

.job-title {
	font: 300 12px/1.4em "Nunito", sans-serif;
}

.reviews .carousel-indicators {
	margin-bottom: -35px;
}

.reviews .carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 0px 2px 0px 2px;
	background: #b4b4b4;
	opacity: 0.5;
}

.reviews .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background: #b4b4b4;
	opacity: 1;
}


/**********************/
/*     09. AUTHOR     */
/**********************/
.author .author-text-pane-holder {
	padding-top: 64px;
	padding-bottom: 75px;
	margin-right: 15px;
	margin-left: 15px;
}

.author .author-text-pane-holder p:first-of-type {
	margin-top: 45px;
}

.author ul {
	padding-left: 6px;
}

.author .fa-li {
	margin-top: 0.08em;
	color: #079fdd;
}

.author .progress {
	height: 28px;
	margin-top: 15px; 
	margin-bottom: 16px;
	border-radius: 1px;
}

.author .progress-bar {
	padding-left: 20px;
	padding-top: 6px;
	background-color: #079fdd;
	color: #fff;
	font: 700 13px/1.4em "Nunito", sans-serif;
	text-align: left;
}

.author .author-image-pane {
	height: 350px;
	margin: auto;
	background: linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), url('../images/author-background.jpg') center no-repeat;
	background-size: cover;
}


/**************************/
/*     10. STATISTICS     */
/**************************/
.statistics {
	padding-top: 50px;
	padding-bottom: 74px;
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/statistics-background.jpg') center no-repeat;
	background-size: cover; 
}

.statistics .number-container {
	display: inline-block;
	min-width: 210px;
	margin-top: 30px;
}

.statistics .counter {
	margin-top: 70px;
	margin-bottom: 0px;
	color: #fff;
	font: 700 80px/1em "Raleway", sans-serif;	
}

.statistics p {
	color: #09bfe8;
}


/**************************/
/*     11. COLLECTION     */
/**************************/
.collection {
	padding-bottom: 90px;
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("../images/header-background.jpg") center no-repeat;
	background-size: cover;
}

.collection h2 {
	margin-top: 0px;
	color: #ff5722;
}

.collection li i.fa {
	margin-right: 6px;
	color: #21baa3;
}

.collection li {
	margin-top: 4px;
}

.collection p:nth-of-type(2) {
	margin-bottom: 0px;
}

.collection .collection-container {
	max-width: 341px; 
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 7px 16px rgba(0,0,0,.1);
}

.collection .collection-container.first {
	margin-top: 25px;
}
 

.collection .collection-container .image-container img {
	margin-top: 25px;
}

/* Collection Images Hover Animation */
.collection .collection-container .image-container {
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.collection .collection-container .image-container img {
	margin: 0px;
	transition: all 0.3s;
}

.collection .collection-container .image-container img:hover {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
} 
/* end of collection images hover animation */

.collection .collection-container .text-container {
	padding-top: 25px;
	padding-bottom: 35px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #ffffff;
}

.collection .collection-container h4 {
margin-top: 0px;
margin-bottom: 6px;
color: #071b50;
font-size: 20px;
line-height: 30px;
padding: 8px;
font-weight: 700;
}

.collection .collection-container p {
	margin-right: 15px;
	margin-left: 15px; 
}

/* Magnific Popup Collection Details Content */
.collection-details-container {
	position: relative;
	max-width: 860px;
	margin: 40px auto;
	padding: 35px 20px 35px 20px;
	background-color: #fafafa; 
	text-align: left;
}

.collection-details-container img {
	margin-right: auto;
	margin-left: auto;
}

.collection-details-container h3 {
	margin-top: 10px;
	margin-bottom: 14px;
}

.collection-details-container hr {
	width: 40px;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 0;
	background-color: #76878f;
	border: 0;
	text-align: left;
}

.collection-details-container h4 {
	margin-bottom: 17px;
	color: #071b50;
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
} 

.collection-details-container table {
	margin-top: 18px;
	margin-bottom: 5px;
}

.collection-details-container table tr {
	line-height: 2em;
}

.collection-details-container table .icon-cell {
	width: 33px;
	margin-right: 16px;
	text-align: center;
}

.collection-details-container table .fa {
	color: #ff5722;
}

.collection-details-container table tr td:nth-of-type(2) {
	padding-left: 3px;
	color: #262626;
}

.collection-details-container .button-outline-white,
.collection-details-container .button-solid-primary-color {
	margin-top: 15px;
}

.collection-details-container .button-outline-white {
	margin-right: 3px;
}

.collection-details-container button.mfp-close.x-button {
	position: absolute;
	top: -7px;
	right: -8px;
	width: 44px;
	height: 44px;
	color: #071b50;
}

.collection-details-container a.mfp-close.as-button {
	position: relative;
	width: auto;
	height: auto;
	opacity: 1;
	color: #071b50;
}

.collection-details-container a.mfp-close.as-button:hover {
	color: #ffffff;
	background: #ff5722;
	border: 2px solid #ff5722;
}


/***************************/
/*     12. ENDORSEMENT     */
/***************************/
.endorsement {
	padding-top: 83px;
	padding-bottom: 90px;
	background-color: #f4f4f4;
}

.endorsement .p-large {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.pop-table td {
	padding: 0.1em !important;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
} 
 


/*****************************/
/*     15. MEDIA QUERIES     */
/*****************************/
/* Min-width width 768px */
@media (min-width: 768px) {  
 
	.lightbox-form-container {
		padding: 29px 35px 35px 35px;
	}
	
	.customers {
		padding-top: 40px;
		padding-bottom: 38px;
	}
	
	.description {
		padding-top: 75px;
		padding-bottom: 100px;
	}
	
	.summary {
		padding-top: 94px;
		padding-bottom: 100px;
	}

	.reviews .reviews-text-pane-container {
		margin-right: 80px;
		margin-left: 80px;
		padding-top: 53px;
	}
	
	.reviews .carousel-indicators {
		margin-bottom: -50px;
	}
	
	.author .author-text-pane-holder {
		margin-right: 80px;
		margin-left: 80px;
		padding-top: 72px;
		padding-bottom: 83px;
	}   
	.collection .collection-container.first	{
		margin-top: 50px;
		margin-bottom: 0px; 
	}
	
	.collection-details-container {
		padding: 35px;
	}
	
	.endorsement {
		padding-top: 93px;
		padding-bottom: 100px;
	} 
}


/* Min-width width 992px */
@media (min-width: 992px) {
	 

	.description .swiper-container {
		margin-top: 28px;
	}

	.reviews {
		padding-bottom: 0px;
	}
	
	.reviews .reviews-image-pane {
		float: left;
		width: 50%;
		height: 650px;
	}

	.reviews .reviews-text-pane {
		float: right;
		width: 50%;
	}
	
	.reviews .reviews-text-pane-container {
		width: 350px;
		margin-left: 70px;
		padding-top: 53px;
		padding-bottom: 0px;
	}

	.reviews img {
		margin-top: 30px;
	}
	
	.author .author-text-pane {
		width: 50%;
		float: left;
	}

	.author .author-text-pane-holder {
		float: right;
		width: 410px;
		margin-right: 50px;
		padding-top: 52px;
		padding-bottom: 22px;
	}
	
	.author .author-image-pane {
		float: right;
		width: 50%;
		height: 650px;
	}

	.collection img {
		margin-top: 40px;
	}

	.collection-details-container {
		padding: 45px 50px 41px 40px;
	}
	
	.collection-details-container img {
		max-width: 400px;
		margin-top: 10px;
	}
	
	.collection-details-container h3 { 
		color: #ff5722;
		line-height: 30px;
		margin-top: 0px;
	}

	.endorsement .p-large {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
}

/* Min-width width 1200px */
@media (min-width: 1200px) {
	 

	.description {
		padding-top: 100px;
	}

	.description .text-pane {
		margin-left: 50px;
	}

	.description .swiper-container {
		margin-top: 0px;
	}
	
	.summary .summary-pane {
		margin: 50px 8px 0px 8px;
	}

	.custom-icon {
		padding: 45px;
	}

	.reviews .reviews-text-pane-container {
		width: 450px;
		margin-left: 65px;
		padding-top: 73px;
	}

	.reviews img {
		margin-top: 50px;
	}
	
	.author .author-text-pane-holder {
		width: 500px;
		margin-right: 70px;
		padding-top: 72px;
		padding-bottom: 52px;
	}
	
	.collection .collection-container {
		width: 341px;
	}
	
	.collection .collection-container .image-container {
		width: 341px;
		height: 248px;
	}

	.collection .collection-container .image-container img {
		width: 341px;
		height: 248px;
	}

	.statistics .number-container {
		margin-right: 15px;
		margin-left: 15px;
	}
}