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

	body {
        font-family: 'Literata', serif;
        font-weight: 400;
		line-height: 1.4;
		color: #000;
		background: #fff;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
        --block-padding: 0.75;
        --transition: all 0.4s cubic-bezier(.25,.1,.25,1);
	}

	.block {
		box-sizing: border-box;
	}

	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: 700;
	}

	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;
	}

	.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 {

	}

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

	.float_left_box figure,
	.float_right_box figure {
		margin-bottom: 1rem;
	}

	figure img {
		display: inline;
		width: auto;
	}


	/* 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;
	}
	/* ColorBox STYLES ends */	
	
	/* ColorBox openlinklb */
	.cboxOpen #cboxOverlay {
		opacity: 1 !important;
	}

	.cboxOpen #cboxLoadedContent #main {
		padding: 1rem;
	}
	/* ColorBox openlinklb ends */

} /*@media ends*/



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

	/*float_left/float_right is figure */
	.float_left_box .content-div {
		float: left;
		width: auto;
	}

	.float_right_box .content-div {
		float: right;
		width: auto;
	}	



}


/* 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) {
}

