/* Table moble responsive */

@media only screen and (max-width: 800px)
{
	.ck_table_responsive
	{
		width:  100% !important;
		margin: 0 !important;
	}
	.ck_table_responsive,
	.ck_table_responsive thead,
	.ck_table_responsive tfoot,
	.ck_table_responsive tbody,
	.ck_table_responsive th,
	.ck_table_responsive tr,
	.ck_table_responsive td
	{
		display: block;
	}
	.ck_table_responsive td
	{
		width: 100% !important;
		padding: 0 0 0 0 !important;
		margin-top: 20px !important;
	}
	.ck_table_responsive td:first-child
	{
		padding-top: 0 !important;
	}
	.ck_table_responsive img
	{
		width: 100% !important;
		height: auto !important;
	}
}

/*** Tabela service 3 ***/

.ck_table_service_col3
{
	width: calc(100% + 40px);
}
.ck_table_service_col3 td
{
	vertical-align: top;
	padding: 0 6px;
	width: 33%;
}
.ck_table_service_col3 td:first-child
{
	padding-left: 0;
	padding-right: 12px;
}
.ck_table_service_col3 td:last-child
{
	padding-left: 12px;
	padding-right: 0;
}
.ck_table_service_col3 td img
{
	width: 100% !important;
	height: auto !important;
}

/*** Tabela service 2 ***/

.ck_table_service_col2
{
	width: calc(100% + 40px);
}
.ck_table_service_col2 td
{
	vertical-align: top;
	width: 50%;
}
.ck_table_service_col2 td:first-child
{
	padding-right: 10px;
}
.ck_table_service_col2 td:last-child
{
	padding-left: 10px;
}
.ck_table_service_col2 td img
{
	width: 100% !important;
	height: auto !important;
}

/*** Tabela col2 ***/

.ck_table_col2
{
	width: 100%;
}
.ck_table_col2 td
{
	vertical-align: top;
	width: 50%;
}
.ck_table_col2 td:first-child
{
	padding-right: 20px;
}
.ck_table_col2 td:last-child
{
	padding-left: 20px;
}

/*** Tabela col3 ***/

.ck_table_col3
{
	width: 100%;
}
.ck_table_col3 td
{
	vertical-align: top;
	width: 33%;
	padding: 0 5px;
}
.ck_table_col3 td:first-child
{
	padding-right: 10px;
}
.ck_table_col3 td:last-child
{
	padding-left: 10px;
}

/*** Tabela photogallery ***/

.ck_table_photogallery
{
	width: 100%;
}
.ck_table_photogallery td
{
	vertical-align: top;
	padding-left: 1px;
	padding-top: 1px;
}
.ck_table_photogallery td:first-child
{
	padding-left: 0;
}
.ck_table_photogallery img
{
	width: 100% !important;
	height: auto !important;
}
@media only screen and (max-width: 800px)
{
	.ck_table_photogallery,
	.ck_table_photogallery thead,
	.ck_table_photogallery tfoot,
	.ck_table_photogallery tbody,
	.ck_table_photogallery th,
	.ck_table_photogallery tr,
	.ck_table_photogallery td
	{
		display: block;
	}
	.ck_table_photogallery td
	{
		width: 100% !important;
		padding: 1px 0 0 0 !important;
	}
}

/*** Headline ***/

.ck_line_through_headline
{
	position: relative;
	display: block;
	font-size: 2em;
	letter-spacing: 3px;
	text-align: center;
}
.ck_line_through_headline::before
{
	position: relative;
	content: '//';
	padding-left: 20px;
	padding-right: 8px;
	color: #face2f;
	letter-spacing: 3px;
	background: #fff;
}
.ck_line_through_headline::after
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-top: 1px solid #e2e2e2;
	z-index: -1;
}
.ck_line_through_headline > span
{
	padding-right: 20px;
}

/*** Round Edges ***/

.ck_round_edges
{
	border-radius: 10px;
}

/*** Text ***/

.ck_green_text
{
	color: #abd000;
}
.ck_gold_text
{
	color: #a99757;
}
.ck_yellow_text
{
	color: #face2f;
}
.ck_blue_text
{
	color: #022760;
}
.ck_red_text
{
	color: #e2001a;
}
.ck_white_text
{
	color: #fff;
}
.ck_black_text
{
	color: #fff;
}
.ck_brown_text
{
	color: #554043;
}

/*--- Line height text ---*/

.ck_line_height_20
{
	line-height: 1.2em;
}
.ck_line_height_40
{
	line-height: 1.4em;
}
.ck_line_height_60
{
	line-height: 1.6em;
}
.ck_line_height_80
{
	line-height: 1.8em;
}
.ck_line_height_100
{
	line-height: 2em;
}
.ck_line_height_120
{
	line-height: 2.2em;
}
.ck_line_height_140
{
	line-height: 2.4em;
}
.ck_line_height_160
{
	line-height: 2.6em;
}
.ck_line_height_180
{
	line-height: 2.8em;
}
.ck_line_height_200
{
	line-height: 3em;
}
.ck_line_height_220
{
	line-height: 3.2em;
}
.ck_line_height_240
{
	line-height: 3.4em;
}
.ck_line_height_260
{
	line-height: 3.6em;
}
.ck_line_height_280
{
	line-height: 3.8em;
}
.ck_line_height_300
{
	line-height: 4em;
}

/*--- Magnified text ---*/

.ck_text_20
{
	font-size: 1.2em;
}
.ck_text_40
{
	font-size: 1.4em;
}
.ck_text_60
{
	font-size: 1.6em;
}
.ck_text_80
{
	font-size: 1.8em;
}
.ck_text_100
{
	font-size: 2em;
}
.ck_text_120
{
	font-size: 2.2em;
}
.ck_text_140
{
	font-size: 2.4em;
}
.ck_text_160
{
	font-size: 2.6em;
}
.ck_text_180
{
	font-size: 2.8em;
}
.ck_text_200
{
	font-size: 3em;
}

/*--- Letter spacing text ---*/

.ck_spacing_20
{
	letter-spacing: 1.2em;
}
.ck_spacing_40
{
	letter-spacing: 1.4em;
}
.ck_spacing_60
{
	letter-spacing: 1.6em;
}
.ck_spacing_80
{
	letter-spacing: 1.8em;
}
.ck_spacing_100
{
	letter-spacing: 2em;
}
.ck_spacing_120
{
	letter-spacing: 2.2em;
}
.ck_spacing_140
{
	letter-spacing: 2.4em;
}
.ck_spacing_160
{
	letter-spacing: 2.6em;
}
.ck_spacing_180
{
	letter-spacing: 2.8em;
}
.ck_spacing_200
{
	letter-spacing: 3em;
}

/*--- Uppercase and magnified text ---*/

.ck_uppercase
{
	text-transform: uppercase;
}

/*--- Light and magnified text ---*/

.ck_light
{
	font-weight: 300;
}

/*--- Fotografija shadow ---*/

.ck_photo
{
	display: block;
	box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.6);
}

/*--- Stil liste ---*/

.ck_bullet_list
{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 12px;
}

/*--- Horisontalni separatori ---*/

.ck_separator_dotted
{
	height: 1px;
	border-top: 1px dotted #a9a79a;
}
.ck_separator_solid
{
	height: 1px;
	border-top: 1px solid #d7d5ca;
}

/* Tabela */

.ck_table
{
	width: 100%;
	border: 1px solid #e6e6e6;
}
.ck_table td
{
	padding: 10px;
	font-weight: 300;
	font-size: 16px;
}
.ck_table tr:nth-child(odd) td
{
	background: #eee;
}
.ck_table tr:nth-child(even) td
{
	background: #fff;
}

/* Tabela samo padding */

.ck_table_basic
{
	width: 100%;
}
.ck_table_basic td
{
	padding: 10px 25px;
}
.ck_table_basic tr:first-child td
{
	padding-top: 20px;
}
.ck_table_basic tr:last-child td
{
	padding-bottom: 20px;
}

/*--- Dugmad ---*/

.ck_btn
{
	display: inline-block;
	padding: 12px 15px 10px !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Blue btn */

.ck_blue_btn
{
	color: #fff !important;
	border: 1px solid #022760 !important;
	background: #022760 !important;
}
.ck_blue_btn:hover
{
	color: #022760 !important;
	border: 1px solid #022760 !important;
	background: #fff !important;
}

.ck_yellow_btn
{
	color: #3f3f3f !important;
	border: 1px solid #face2f !important;
	background: #face2f !important;
}
.ck_yellow_btn:hover
{
	color: #face2f !important;
	border: 1px solid #face2f !important;
	background: #3f3f3f !important;
}

.ck_green_btn
{
	color: #fff !important;
	border: 1px solid #abd000 !important;
	background: #abd000 !important;
}
.ck_green_btn:hover
{
	color: #abd000 !important;
	border: 1px solid #abd000 !important;
	background: #fff !important;
}

/* Red btn */

.ck_red_btn
{
	color: #fff !important;
	border: 1px solid #e2001a !important;
	background: #e2001a !important;
}
.ck_red_btn:hover
{
	color: #e2001a !important;
	border: 1px solid #e2001a !important;
	background: #fff !important;
}

/* Orange btn */

.ck_orange_btn
{
	color: #fff !important;
	border: 1px solid #f08701 !important;
	background: #f08701 !important;
}
.ck_orange_btn:hover
{
	color: #f08701 !important;
	border: 1px solid #f08701 !important;
	background: #fff !important;
}

/* Purple btn */

.ck_purple_btn
{
	color: #fff !important;
	border: 1px solid #b2106f !important;
	background: #b2106f !important;
}
.ck_purple_btn:hover
{
	color: #b2106f !important;
	border: 1px solid #b2106f !important;
	background: #fff !important;
}

/* Black btn */

.ck_black_btn
{
	color: #fff !important;
	border: 1px solid #fff !important;
	background: #000 !important;
}
.ck_black_btn:hover
{
	color: #000 !important;
	border: 1px solid #000 !important;
	background: #fff !important;
}

/* White btn */

.ck_white_btn
{
	color: #fff !important;
	border: 1px solid #fff !important;
	background: transparent !important;
}
.ck_white_btn:hover
{
	color: #fff !important;
	border: 1px solid #ccc !important;
	background: transparent !important;
}

/* Gold btn */

.ck_gold_btn
{
	color: #fff !important;
	border: 1px solid #fff !important;
	
	background: #c0ad7a !important;
	background: -moz-linear-gradient(top, #c0ad7a 0%, #a9915a 100%, #a9915a 100%) !important;
	background: -webkit-linear-gradient(top, #c0ad7a 0%,#a9915a 100%,#a9915a 100%) !important;
	background: linear-gradient(to bottom, #c0ad7a 0%,#a9915a 100%,#a9915a 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ad7a', endColorstr='#a9915a',GradientType=0 ) !important;
}

/* Brown btn */

.ck_brown_btn
{
	color: #fff !important;
	border: 1px solid #fff !important;
	background: #554043 !important;
}
.ck_brown_btn:hover
{
	color: #554043 !important;
	border: 1px solid #554043 !important;
	background: #fff !important;
}

/*--- Text wrapperi ---*/

.ck_wrapper
{
	padding: 35px;
	border-radius:  2px;
}
.ck_blue_wrapper
{
	color: #fff !important;
	background: #022760 !important;
}
.ck_gray_wrapper
{
	color: #434343 !important;
	background: #ccc !important;
}
.ck_yellow_wrapper
{
	color: #3f3f3f !important;
	background: #face2f !important;
}
.ck_green_wrapper
{
	color: #fff !important;
	background: #abd000 !important;
}
.ck_red_wrapper
{
	color: #fff !important;
	background: #e2001a !important;
}
.ck_orange_wrapper
{
	color: #fff !important;
	background: #f08701 !important;
}
.ck_purple_wrapper
{
	color: #fff !important;
	background: #b2106f !important;
}
.ck_black_wrapper
{
	color: #fff !important;
	background: #000 !important;
}
.ck_white_wrapper
{
	color: #000 !important;
	background: #fff !important;
}
.ck_gold_wrapper
{
	color: #fff !important;
	background: #a99757 !important;
}
.ck_brown_wrapper
{
	color: #fff !important;
	background: #554043 !important;
}

.ck_yellow_border_wrapper
{
	border: 1px solid #face2f !important;
}
.ck_blue_border_wrapper
{
	border: 1px solid #022760 !important;
}
.ck_gray_border_wrapper
{
	border: 1px solid #ccc !important;
}
.ck_green_border_wrapper
{
	border: 1px solid #abd000 !important;
}
.ck_red_border_wrapper
{
	border: 1px solid #e2001a !important;
}
.ck_orange_border_wrapper
{
	border: 1px solid #f08701 !important;
}
.ck_purple_border_wrapper
{
	border: 1px solid #b2106f !important;
}
.ck_black_border_wrapper
{
	border: 1px solid #000 !important;
}
.ck_white_border_wrapper
{
	border: 1px solid #fff !important;
}
.ck_gold_border_wrapper
{
	border: 1px solid #a99757 !important;
}
.ck_brown_border_wrapper
{
	border: 1px solid #554043 !important;
}
.ck_red_border_right_wrapper
{
	border-right: 4px solid #e2001a !important;
}