@charset "utf-8";
/* CSS Document */

/*/////////////////////*/
/*art layout*/

#article-wrapper
{
	float: left;
	width: 72%;
}

#article-wrapper .col
{
	float: left;
	display: block;
	position: relative;
}

#article-wrapper .art-content
{
	background-color: #f4f4f4;
	padding: 30px 35px;
	margin-top: 45px;
}

#article-wrapper .col-5
{
	width: 45%;
}

#article-wrapper .col-7
{
	width: 55%;
}

#article-wrapper h1.art-title
{
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	color: #000;
	font-size: 24px;
	margin-bottom:20px;
}

#article-wrapper h1.art-title::after
{
	content: '';
	background-color: #2b9ed7;
	height: 2px;
	width: 120px;
	display: block;
}

#article-wrapper .art-desc
{
	color: #000;
	font-weight: 300;
}

#article-wrapper ul.art-content-list
{
	list-style-type: none;
	padding-left: 0px;
}

#article-wrapper .art-price
{
	color: #2b9ed7;
	text-transform: uppercase;
}

#article-wrapper .art-price strong
{
}

#article-wrapper .photos
{
	width: 119%;
	right: 0;
}

.art-content-wrap
{
	width: 83%;
}

#article-wrapper .art-price-info
{
	font-weight: 100;
	margin-top: 0px;
	margin-bottom: 19px;
	font-size: 15px;
}

#article-wrapper button.btn
{
	background: none;
	border: 1px solid #029fd6;
	padding: 8px 12px;
	font-weight: 100;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
}

#article-wrapper button.btn.v-kosarico
{
	color: #029fd6;
	margin-top:20px;
}

#article-wrapper button.btn.btn-poslji
{
	margin-left: 0px;
	background-color: #029fd6;
	color: #FFF;
}

.gallery-arrows
{
	position: absolute;
	width: 120%;
	left: -37px;
	z-index: 0;
}

.art-photos-thumb-wrapper
{
	z-index: 1;
	position: relative;
}

.gallery-arrows .left-arrow
{
	float: left;
	margin: 8% 0px;
}

.gallery-arrows .right-arrow
{
	float: right;
	margin: 8% 0px;
}

.art-photos-thumb-wrapper .photo-thumb
{
	width: 24%;
	float: left;
	display: inline-block;
	height: 100px;
	overflow: hidden;
	box-sizing: border-box;
	border: 3px solid #efefef;
	margin: 8px 9px;
}

.art_container
{
	margin: auto;
}

.art_container .long_desc
{
	margin-top: 60px;
	border-top: 1px solid #d3d3d4;
	padding-top: 25px;
}

.art_container .long_desc table:not(.nostyle_table) tr td table:not(.nostyle_table) tr td
{
	padding: 3px 5px;
	color: #6d6e71;
}

.art_container .long_desc table:not(.nostyle_table) tr td table:not(.nostyle_table) tr td:nth-child(2n-1)
{
	font-weight: 600;
}

.art_container .long_desc table:not(.nostyle_table) tr td h1
{
	font-size: 24px;
	color: #6d6e71;
	line-height: 30px;
	text-transform: none;
}

.art_container .long_desc table tr td table:not(.nostyle_table) tr:nth-child(2n-1) td
{
	background-color: #fafafa;
}

.art_container .desc
{
	width: 340px;
	font-size: 16px;
	color: #6d6e71;
	line-height: 20px;
}

.art_container .left
{
	float: left;
	width: 150px;
}

.art_container .center
{
	float: left;
	width: 765px;
	margin-right: 35px;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
}

#art_image
{
	float: left;
	width: 105%;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 400px;
}

.art_container .right
{
	float: right;
}

h3
{
	line-height: 20px;
	font-size: 16px;
	font-weight: 800;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

h4
{
	line-height: 22px;
	font-size: 14px;
	font-weight: 300;
	color: #6d6d6d;
	margin: 0px;
	padding: 0px;
}
/*art layout*/
/*/////////////////////*/

/*/////////////////////*/
/*thumbs*/

.art_container a.thumb
{
	display: block;
	float: left;
	width: 187px;
	height: 135px;
	margin-left: 1px;
	margin-top: 6px;
	border: 3px solid #fff;
	background-repeat: no-repeat;
	background-position: center center;
}

.art_container a.thumb:link, .art_container a.thumb:visited, .art_container a.thumb:active
{
}

.art_container a.thumb:hover
{
}

.art_container a.thumb.sel
{
}

/*thumbs*/
/*/////////////////////*/

/*/////////////////////*/
/*art details*/
/*/////////////////////*/
/*/////////////////////*/
/*/////////////////////*/
/*/////////////////////*/
/*art props*/
.art_container .right .props
{
}

.art_container .right .props .enabled
{
	width: 39px;
	height: 39px;
	float: left;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #a8a8a4;
	cursor: pointer;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.art_container .right .props .disabled
{
	width: 39px;
	height: 39px;
	float: left;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #a8a8a4;
	cursor: pointer;
	color: #CCC;
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	-khtml-opacity: 0.20;
	opacity: 0.20;
}

.art_container .right .props .selected
{
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border: 3px solid #2b9ed7;
	cursor: pointer;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


/*/////////////////////////////////////////////////////////*/

.art_container .right .price_button_container
{
	width: 300px;
	height: 101px;
	margin-left: 30px;
}

.art_container .right .price_container
{
	float: right;
}

.art_container .right .price_container .price_regular div.c1,
.art_container .right .price_container .price_regular div.c2
{
	float: left;
	width: 138px;
	font-size: 13px;
	color: #666;
	margin-top: 20px;
}

.art_container .right .price_container .price_regular div.c2
{
	width: 100px;
	text-decoration: line-through;
	font-weight: bold;
}

.art_container .right .price_container .price_regular div.c2
{
}

.art_container .right .price_container .price_regular div.c1
{
	text-align: right;
}

.art_container .right .price_container .price_regular div.c2
{
	text-align: right;
	padding-left: 5px;
}

.art_container .right .price_container .price_regular_c div.c1,
.art_container .right .price_container .price_regular_c div.c2
{
	float: left;
	width: 138px;
	font-size: 13px;
	color: #666;
	margin-top: 20px;
}

.art_container .right .price_container .price_regular_c div.c2
{
	width: 100px;
	font-weight: bold;
}

.art_container .right .price_container .price_regular_c div.c2
{
}

.art_container .right .price_container .price_regular_c div.c1
{
	text-align: right;
}

.art_container .right .price_container .price_regular_c div.c2
{
	text-align: right;
	padding-left: 5px;
}

.art_container .right .price_container .price_web div.c1,
.art_container .right .price_container .price_web div.c2
{
	float: left;
	width: 140px;
	font-size: 18px;
	color: #c4a062;
	margin-top: 2px;
	margin-bottom: 20px;
	font-weight: bold;
}

.art_container .right .price_container .price_web div.c2
{
	width: 100px;
}

.art_container .right .price_container .price_web div.c1
{
	text-align: right;
}

.art_container .right .price_container .price_web div.c2
{
	text-align: right;
	padding-left: 2px;
}
/*art details*/
/*/////////////////////*/

/*/////////////////////*/
/*art templates*/

.templates_container
{
	margin-top: 10px;
}

.templates_container a.thumb
{
	display: block;
	float: left;
	width: 125px;
	height: 105px;
	margin-right: 6px;
	margin-bottom: 10px;
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: center center;
}

.templates_container a.thumb:link, .templates_container a.thumb:visited, .templates_container a.thumb:active
{
	border-color: #c6c6c6;
}

.templates_container a.thumb:hover
{
	border-color: #666;
}

.templates_container a.thumb.sel
{
	border-color: #ED1C24;
}

.butt_spec
{
}

.butt_spec a
{
	color: #6d6d6d;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: normal;
	padding: 12px 40px;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #063;
}

.butt_spec a:hover
{
	color: #8cc43f;
	padding: 12px 40px;
	text-decoration: none;
	border-bottom: 1px solid #8cc43f;
}

.butt_spec a.sel
{
	color: #8cc43f;
	padding: 12px 40px;
	text-decoration: none;
	border-bottom: 1px solid #8cc43f;
}

.spec_div
{
	min-height: 200px;
	padding: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.spec_div a
{
	color: #333333;
}

.spec_div ul li
{
	background-repeat: no-repeat;
	list-style: none outside none;
}

.content_container
{
	color: #989898;
}
/*art templates*/
/*/////////////////////*/

.select_custom
{
	width: 100%;
	margin: auto;
	overflow: hidden;
	background: url(/images/select_arrow.jpg) center right 0px no-repeat #fff;
	font-size: 16px;
	color: #6d6e71;
	border-bottom: 1px solid #d3d3d4;
}

.select_custom select
{
	width: 110% !important;
	color: #6d6e71 !important;
	font-family: "Source Sans Pro", sans-serif !important;
	padding: 5px 0px !important;
	text-align: left !important;
	font-size: 16px !important;
	border: none;
	background: none;
}

.extras_container
{
	box-sizing: border-box;
	overflow: hidden;
	padding: 12px 0px;
	border-top: 1px solid #b4b5b6;
	border-bottom: 1px solid #b4b5b6;
}

.extras_container h1
{
	font-size: 24px;
	line-height: 48px !important;
	text-transform: none !important;
	display: inline-block;
}

.extra_item
{
	float: left;
	width: 49%;
	margin-top: 60px;
	margin-bottom: 60px;
	height: 215px;
	cursor: pointer;
	display: block;
}

.extra_item:nth-child(2n)
{
	float: right;
}

.extra_item label
{
	cursor: pointer;
}

.extra_item label .image
{
	width: 170px;
	height: 170px;
	float: left;
	margin-right: 25px;
}

.extra_item label .desc
{
	width: 325px;
	float: left;
	color: #6d6e71;
}

.extra_item label .check_button
{
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
}

.extra_item label .check_button span
{
	width: 23px;
	height: 23px;
	display: block;
	float: left;
	background: url(/images/custom_checkbox_color.png) center top no-repeat;
	margin-right: 10px;
}

.extra_item input:checked + label .check_button span
{
	background-position: center bottom;
}

.fotorama__html div,
.fotorama__html a{
	display: block;
    height: 100%;
}

.photos a.thumb {
	display:block;
	float:left;
	
	width:100px;
	height:100px;
	
	margin-left:0px;
	margin-top:0px;
	
	border: 2px solid #fff;
	
	background-repeat:no-repeat;
	background-position:center center;
}

.photos a.thumb.sel {
	border:2px solid #029fd6;
}