/* GLOBAL STYLES
--------------------------------------------------------------------*/
@media screen {
	html {
		font-size: 16px;
	}

	body {
        font-family: sans-serif;
		line-height: 1.4;
		color: #5C5C5C;
		background: #fff;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		--block-padding: 0.75;
	}

	a {
		text-decoration: none;
	}

	img {
		vertical-align: bottom;
		border: none;
	}

	.inline {
		display: inline;
	}

	.line_through {
		text-decoration: line-through
	}

	.error {
		color: #990022;
	}

	.clear_float {
		clear: both;
	}

	.pad_left {
		padding-left: 1.5rem;
	}

	.pad_right {
		padding-right: 1.5rem;
	}

	.pad_bottom {
		padding-bottom: 1.6rem;
	}

	li {
		list-style-type: none;
	}

	abbr,acronym {
		font-variant: normal;
		border-bottom: 1px dotted #666;
		font-style: italic;
		cursor: help;
	}

	blockquote,q {
		quotes: none;
	}

	sup {

	}

	sub {

	}

	:focus {
		outline: 0;
	}

	del {
		text-decoration: line-through;
	}

	ins {
		text-decoration: none;
	}

	b, strong {
		font-weight: 600;
	}

	i, em {
		font-style: italic;
	}

	.ce_gallery li, .pagination ul li {
		float: left;
		width: auto;
	}

	.invisible {
		width: 0px;
		height: 0px;
		left: -1000px;
		top: -1000px;
		position: absolute;
		overflow: hidden;
		display: inline;
	}

	.thin-line {
		border-bottom: 1px solid #ccc;
		margin-bottom: 2.5rem !important;
	}

	.clear, #clear {
		clear: both;
		height: 0.1px;
		line-height: 0.1px;
		font-size: 0.001rem;
		overflow: hidden;
	}

	.ce_gallery .col_first {
		clear: both;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	caption,th {
		font-weight: bold;
	}

	caption,th,td {
		text-align: left;
		vertical-align: top;
	}

	input,button,textarea,select {
		font-family: inherit;
		font-size: 99%;
		font-weight: inherit;
	}

	p,pre,blockquote,table,ol,ul,form {
		margin-bottom: 0.75rem;
	}

	.caption {
		position: relative;
		clear: both;
		font-size: 0.75rem;
		padding: 0.35rem 0;
		color: #777;
	}

	.ce_text ul,  .ce_list ul, .ce_text ol, .ce_list ol  {
		clear: both;
		list-style-type: square;
		list-style-position: inside;
	}

	.ce_text ul ol, .ce_text ul ul,.ce_text ol ol, .ce_text ol ul {

		margin: 0 0 0.5rem 1.5rem;
	}

	.ce_text ol li, .ce_list ol li  {
		list-style-type: decimal;
	}

	.ce_list ul li, .ce_text ul li {

	}

	/* scroll down */
	.scroll-down {
		display: none;
		position: absolute;
		bottom: 50px;
		left: 50%;
		margin-left: -16px;
		width: 32px;
		height: 32px;
		z-index: 2;
		opacity: 0;
		visibility: hidden;
	}

	.bs-top .scroll-down {
		opacity: 1;
		visibility: visible;
		display: block;
		animation: bounce 1.5s infinite;
	}

	.scroll-down:before {
		position: absolute;
		transform: rotate(-45deg);
		display: block;
		width: 28px;
		height: 28px;
		content: "";
		border: 3px solid #fff;
		border-width: 0px 0 3px 3px;
		border-radius: 3px;
	}

	@keyframes bounce {
		0%,
		100%,
		20%,
		50%,
		80% {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}
		40% {
			-webkit-transform: translateY(-10px);
			-ms-transform: translateY(-10px);
			transform: translateY(-10px);
		}
		60% {
			-webkit-transform: translateY(-5px);
			-ms-transform: translateY(-5px);
			transform: translateY(-5px);
		}
	}
	/* scroll down */


	.border-top .inside {
		border-top: 1px solid;
	}


	/* OTHERS STYLES
    --------------------------------------------------------------------*/


	figure img {
		display: inline;
	}


	/* date picker */
	.widget-calendar input.hasDatepicker {
		width: calc(100% - 60px);
	}
	.widget-calendar img.ui-datepicker-trigger {
		width: 40px;
		margin-left: 10px;
	}
	/* date picker end */


	/* ColorBox STYLES */
	#cboxPrevious,
	#cboxNext,
	#cboxClose
	{
		background-image: url(../images/misc/colorbox/controls.png);
	}

	#cboxOverlay {
		background: #fff;
	}

	#cboxContent {
		background: #fff;
	}

	#cboxCurrent, #cboxTitle {
		top: -1.75rem;
	}

	#cboxCurrent {
		display: none !important;
	}

	#cboxLoadedContent {
		border: none;
	}

} /*@media ends*/



/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {


}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {

}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1200 Laptops (and larger) for width 1200px */
@media only screen and (min-width:1200px) {

}


/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
	body{
		font-size: 1rem;
	}
}
/* General Query ends
--------------------*/


/* Hide/Show Query
--------------------*/
@media screen {
    .hide-mobile {
        display: none;
    }
}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}

/* min-width: 650px (and larger), for flex-col3 */
@media only screen and (min-width: 650px) {
}

/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
    .hide-mobile {
        display: block;
	}
}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
    .hide-desktop {
        display: none;
    }
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* Hide/Show ends
--------------------*/
