/*------------------------------------------------------------------
[Table of contents]
This file include css code common element
Press Ctrl + F to find component. Ex: "#Header";

#GLOBAL-COMPONENT
-------------------------------------------------------------------*/

/* ==========================================================================
   #GLOBAL-COMPONENT
   ========================================================================== */

section {
	background-size: cover;
}
.font-bold {
	font-weight: 700;
}
*:focus {
	outline: none;
}
a {
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
a:focus {
	outline: none !important;
	background-color: transparent;
}
a:hover {
	text-decoration: none !important;
	color: #f15f2a;
}
.text-default {
	color: #f15f2a;
}
.form-control {
	background-color: transparent;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	height: 40px;
	box-shadow: none;
	padding: 6px 12px;
}
.form-control:focus {
	box-shadow: none;
}
select.form-control {
	padding-left: 7px;
}

div[class*='col-'] > .item {
	margin-top: 40px;
}
.col-md-4:nth-child(-n+3) > .item {
	margin-top: 0;
}
.col-md-3:nth-child(-n+4) > .item {
	margin-top: 0;
}
.col-md-6:nth-child(-n+2) > .item {
	margin-top: 0;
}
.col-md-2:nth-child(-n+6) > .item {
	margin-top: 0;
}
.col-md-12:first-child > .item {
	margin-top: 0;
}
.col-md-3:nth-child(4n+5) {
	clear: left;
}
.col-md-4:nth-child(3n+4) {
	clear: left;
}
.col-md-6:nth-child(2n+3) {
	clear: left;
}
.col-md-2:nth-child(6n+7) {
	clear: left;
	
}
.margin-top-100 {
	margin-top: 100px;
}
.swin-margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-top-50 {
	margin-top: 50px;
}
.padding-bottom-100 {
	padding-bottom: 100px;
}
.padding-top-120 {
	padding-top: 120px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.padding-top-100 {
	padding-top: 100px;
}
.last-col {
	overflow: hidden !important;
}
.pdn {
	padding: 0 !important;
}
.pdx {
	padding: 3px;
}
.pdm {
	padding: 10px;
}
.pdl {
	padding: 20px;
}
.pdxl {
	padding: 30px;
}
.pdxxl {
	padding: 40px;
}
.pdsl {
	padding: 100px;
}
.ptn,
.pvn,
.pan {
	padding-top: 0 !important;
}
.ptx,
.pvx,
.pax {
	padding-top: 3px !important;
}
.pts,
.pvs,
.pas {
	padding-top: 5px !important;
}
.ptm,
.pvm,
.pam {
	padding-top: 10px !important;
}
.ptl,
.pvl,
.pal {
	padding-top: 20px !important;
}
.ptxl,
.pvxl,
.paxl {
	padding-top: 30px !important;
}
.ptxxl,
.pvxxl,
.paxxl {
	padding-top: 40px !important;
}
.prn,
.phn,
.pan {
	padding-right: 0 !important;
}
.prx,
.phx,
.pax {
	padding-right: 3px !important;
}
.prs,
.phs,
.pas {
	padding-right: 5px !important;
}
.prm,
.phm,
.pam {
	padding-right: 10px !important;
}
.prl,
.phl,
.pal {
	padding-right: 20px !important;
}
.prxl,
.phxl,
.paxl {
	padding-right: 30px !important;
}
.prxxl,
.phxxl,
.paxxl {
	padding-right: 40px !important;
}
.pbn,
.pvn,
.pan {
	padding-bottom: 0 !important;
}
.pbx,
.pvx,
.pax {
	padding-bottom: 3px !important;
}
.pbs,
.pvs,
.pas {
	padding-bottom: 5px !important;
}
.pbm,
.pvm,
.pam {
	padding-bottom: 10px !important;
}
.pbl,
.pvl,
.pal {
	padding-bottom: 20px !important;
}
.pbxl,
.pvxl,
.paxl {
	padding-bottom: 30px !important;
}
.pbxxl,
.pvxxl,
.paxxl {
	padding-bottom: 40px !important;
}
.pln,
.phn,
.pan {
	padding-left: 0 !important;
}
.plx,
.phx,
.pax {
	padding-left: 3px !important;
}
.pls,
.phs,
.pas {
	padding-left: 5px !important;
}
.plm,
.phm,
.pam {
	padding-left: 10px !important;
}
.pll,
.phl,
.pal {
	padding-left: 20px !important;
}
.plxl,
.phxl,
.paxl {
	padding-left: 30px !important;
}
.plxxl,
.phxxl,
.paxxl {
	padding-left: 40px !important;
}
.mtn,
.mvn,
.man {
	margin-top: 0 !important;
}
.mtx,
.mvx,
.max {
	margin-top: 3px !important;
}
.mts,
.mvs,
.mas {
	margin-top: 5px !important;
}
.mtm,
.mvm,
.mam {
	margin-top: 10px !important;
}
.mtl,
.mvl,
.mal {
	margin-top: 20px !important;
}
.mtxl,
.mvxl,
.maxl {
	margin-top: 30px !important;
}
.mtxxl,
.mvxxl,
.maxxl {
	margin-top: 40px !important;
}
.mtsl,
.mvsl,
.masl {
	margin-top: 100px !important;
}
.mrn,
.mhn,
.man {
	margin-right: 0 !important;
}
.mrx,
.mhx,
.max {
	margin-right: 3px !important;
}
.mrs,
.mhs,
.mas {
	margin-right: 5px !important;
}
.mrm,
.mhm,
.mam {
	margin-right: 10px !important;
}
.mrl,
.mhl,
.mal {
	margin-right: 20px !important;
}
.mrxl,
.mhxl,
.maxl {
	margin-right: 30px !important;
}
.mrxxl,
.mhxxl,
.maxxl {
	margin-right: 40px !important;
}
.mrsl,
.mhsl,
.masl {
	margin-right: 100px !important;
}
.mbn,
.mvn,
.man {
	margin-bottom: 0 !important;
}
.mbx,
.mvx,
.max {
	margin-bottom: 3px !important;
}
.mbs,
.mvs,
.mas {
	margin-bottom: 5px !important;
}
.mbm,
.mvm,
.mam {
	margin-bottom: 10px !important;
}
.mbl,
.mvl,
.mal {
	margin-bottom: 20px !important;
}
.mbxl,
.mvxl,
.maxl {
	margin-bottom: 30px !important;
}
.mbxxl,
.mvxxl,
.maxxl {
	margin-bottom: 40px !important;
}
.mbsl,
.mvsl,
.masl {
	margin-bottom: 100px !important;
}
.mln,
.mhn,
.man {
	margin-left: 0 !important;
}
.mlx,
.mhx,
.max {
	margin-left: 3px !important;
}
.mls,
.mhs,
.mas {
	margin-left: 5px !important;
}
.mlm,
.mhm,
.mam {
	margin-left: 10px !important;
}
.mll,
.mhl,
.mal {
	margin-left: 20px !important;
}
.mlxl,
.mhxl,
.maxl {
	margin-left: 30px !important;
}
.mlxxl,
.mhxxl,
.maxxl {
	margin-left: 40px !important;
}
.mlsl,
.mhsl,
.masl {
	margin-left: 100px !important;
}


/* Blockquote */
blockquote {
	border-left: 0 !important;
	background-color: #f7f7f7;
	padding: 50px 60px 30px 85px;
	position: relative;
}
blockquote:before {
	content: "\f10d" !important;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 32px;
	position: absolute;
	top: 30px;
	left: 50px;
	color: #d5d5d5;
	font-style: italic;
}
blockquote p {
	font-size: 22px;
	font-weight: 700;
	color: #f15f2a;
	font-style: italic;
	line-height: 32px;
	margin-bottom: 20px;
}
blockquote footer {
	text-align: right;
	font-style: italic;
	font-weight: 700;
}
blockquote footer:before {
	display: none;
}
blockquote footer cite {
	font-weight: 400;
}

/* Main carouse l*/
.main-carousel .slick-arrow.prev-slide .arrow-slide:before,
.main-carousel .slick-arrow.next-slide .arrow-slide:before {
	width: 8px;
	background-color: #c4c4c4;
}
.main-carousel .slick-arrow .arrow-slide i {
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	color: #676766;
	border-color: #c9c9c9;
}
.main-carousel .prev-slide {
	left: -38px;
}
.main-carousel .next-slide {
	right: -38px;
}
.swin-transition,
.swin-sc-contact .item .media-left .wrapper-icon,
.swin-sc-product.products-02 .products .item .block-img:before,
.swin-btn,
.swin-btn:after,
ul.nav.nav-tabs > li > a,
.title,
.title a,
.socials li a,
.swin-sc-isotope .grid-item .grid-wrap-item:before,
.swin-sc-isotope .grid-item .gallery-title,
.swin-sc-video .play-btn,
.swin-sc-event .swin-sc-event-inner,
.swin-sc-contact-form .form-group .input-group .input-group-addon {
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* ==========================================================================
   Social List
   ========================================================================== */

.socials li a {
	display: inline-block;
	background-color: #0e1012;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
}
.socials li a:hover {
	background-color: #f15f2a;
}
.socials li a i {
	color: #fff;
}
.socials-nb li a {
	display: inline-block;
	width: 20px;
	text-align: center;
}
.socials-nb li a i {
	color: #8d8d8d;
}
.socials-nb li a:hover i {
	color: #f15f2a;
}
.block-circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #f15f2a;
	border: 3px solid #fff;
}
ul.nav.nav-tabs {
	margin-bottom: 35px;
	border-color: #f15f2a;
}
ul.nav.nav-tabs > li > a {
	padding: 20px 60px 15px;
	border-radius: 14px 14px 0 0;
	border-color: #e6e6e6;
	border-bottom-color: transparent;
	color: #adadad;
	text-transform: uppercase;
	margin-right: 10px;
	margin-top: 1px;
}
ul.nav.nav-tabs > li > a:hover {
	background-color: transparent;
}
ul.nav.nav-tabs > li.active a {
	color: #29272e;
	border-color: #f15f2a;
	border-bottom-color: #fff;
}
.swin-row-parallax {
	background-attachment: fixed;
}
.media-body{
	width: auto!important;
}


.flexslider {
	margin-bottom: 0;
	background-color: transparent;
	border: none;
}
@-webkit-keyframes fadeInUpShort {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUpShort {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUpShort {
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort;
}


/* ==========================================================================
   #DATE PICKER
   ========================================================================== */

.datepicker-dropdown {
	border-radius: 0;
	padding: 15px;
}
.datepicker td,
.datepicker th {
	border-radius: 0;
}
.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tbody > tr > th {
	padding: 5px 10px;
}
.datepicker thead tr:last-child {
	background-color: #f2f2f2;
}
.datepicker thead tr:last-child th {
	border-right: 1px solid #fff;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #c9c9c9;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active[disabled] {
	background: #f15f2a;
}
.pageload-overlay.show,
.pageload-overlay {
	background-color: #f15f2a;
	visibility: visible;
}

/*slick slider*/
.slick-slide{
	height: auto !important;
}

/* ==========================================================================
   Blog
   ========================================================================== */
.swin-sc .blog-item .blog-date a {
	color: #fff;
	line-height: 75px;
	display: block;
	position: relative; 
	top: 0;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	margin-bottom: 0;
	margin-top: 50%;
}
.blog-item .blog-featured-img {
	background-color: #fcfcfc;
	position: relative;
}
.blog-item .blog-featured-img img{
	position: absolute;
	top: 0;
	width: 100%;
}
.blog-item .blog-featured-img {
	padding-top: 56.25%;
	overflow: hidden;
}

/* SC Blog Slider */
.swin-sc-blog-slider .blog-item .blog-date .day {
	display: block;
	font-size: 40px;
	line-height: 1;
}
/* ==========================================================================
   WIDGET
   ========================================================================== */

.widget_categories ul {
	list-style-type: none;
	margin-left: 0;
}
.widget_categories .cat-item {
	padding: 10px 0;
	text-align: right;
}
.widget_categories .cat-item:after {
	content: '';
	display: table;
	clear: both;
}
.widget_categories .cat-item >a {
	font-size: 14px;
	display: inline-block;
	float: left;
	color: #29272e;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.widget_categories .cat-item:not(:last-child) {
	border-bottom: 1px solid #eeeeee;
}
.widget_categories .cat-item >a i {
	display: none;
}
.widget_categories .cat-item >a span.text {
	text-transform: capitalize;
}
.widget_categories .cat-item >a span.badge {
	float: right;
	background: none;
	color: #7c7b80;
}
.widget_categories .cat-item >a:before {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.widget_categories .cat-item:hover >a {
	padding-left: 15px;
	color: #f15f2a;
}
.widget_categories .cat-item:hover >a .badge {
	color: #f15f2a;
}
.widget_categories .cat-item >a:before {
	content: '';
	position: absolute;
	background-color: #f15f2a;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	bottom: 50%;
	margin-bottom: -1px;
	opacity: 0;
	left: 0;
	transition: left 0.3s ease-in-out;
}
.widget_categories .cat-item:hover >a:before {
	opacity: 1;
	left: 5px;
}
.widget-icon-box .box-item {
	/*float: left;*/
	clear: both;
}
.widget-icon-box .box-item:not(:first-child){
	margin-top: 12px;
}
.widget-icon-box .box-item .icon{
	width: 40px;
    height: 50px;
    float: left;
    text-align: left;
    line-height: 50px;
}
.widget-icon-box .box-item .icon i{
	color: #fff;
    font-size: 26px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.widget-icon-box  .icon i.fa-envelope{
	font-size: 25px;
}
