/* -----------------------------------------------------------------------------

    GENERAL

----------------------------------------------------------------------------- */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
 	color: #000;
 	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    line-height:1.3em;
}
a {
	color: #cc2027;
	text-decoration: none;
	 -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    -webkit-transform: translateZ(0);
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
h1, h2 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 40px;
	margin: 0 0 18px 0;
	line-height: 1.1em;
}
h2 {
	font-size: 25px;
	margin: 24px 0 11px 0;
	line-height: 1.1em;

}
.hr {
	background-color: #c4c4c4;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
strong {
	font-weight: 700;
}
strong.semi {
	font-weight: 600;
}
input, textarea, button {
	font-family: 'Open Sans', sans-serif;
	outline: none;
}
textarea {
	resize: none;
}
*::-webkit-input-placeholder {
    color: #747474;
    opacity: 1;
}
*:-moz-placeholder {
    color: #747474;
    opacity: 1;
}
*::-moz-placeholder {
    color: #747474;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #747474;
    opacity: 1;
}

/* -------------------------------------------------------------------------

    HEADER

------------------------------------------------------------------------- */
header {
	padding: 30px 0 0 0;
}
	/* -------------------------------------------------------------------------
	    SEARCH
	------------------------------------------------------------------------- */
	header .search {
		padding-left: 0;
		padding-right: 0;
		float: right;
		margin-bottom: 10px;
	}
	header .search.opened {
		display: block!important;
	}
	header .search form {
		border: 1px solid #c4c4c4;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		padding-right: 0 60px 0 0;
		position: relative;
	}
	header .search input[type="text"] {
		background-color: transparent !important;
		border: 0;
		font-size: 14px;
		width: 100%;
		height: 51px;
		padding: 15px 0 15px 25px;
		font-weight: 300;
	}
    header .search input[type="text"]:-webkit-autofill,
    header .search input[type="text"]:-webkit-autofill:hover,
    header .search input[type="text"]:-webkit-autofill:focus,
    header .search input[type="text"]:-webkit-autofill:active {
        transition: background-color 600s ease-in-out 0s;
    }
	header .search i {
		display: block;
		width: 41px;
		height: 41px;
		line-height: 41px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background: #cc2027;
		position: absolute;
		top: 5px;
		right: 5px;
		text-align: center;
		color: #fff;
		font-style: normal;
		-webkit-transition: background-color 200ms linear;
    	-moz-transition: background-color 200ms linear;
    	-o-transition: background-color 200ms linear;
    	-ms-transition: background-color 200ms linear;
    	transition: background-color 200ms linear;
    	-webkit-transform: translateZ(0);
    	font-size: 19px;
	}
	header .search i.hover {
		background-color: #000;
	}
	header .search i:before {
		content: "\e60b";
		font-family: 'icomoon';
	}
	header .search input[type="submit"] {
		border: 0;
		background-color: transparent;
		width: 41px;
		height: 41px;
		text-indent: -9999px;
		overflow: hidden;
		position: absolute;
		top: 5px;
		right: 5px;
	}
    .ui-autocomplete {
        list-style: none;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 25px;
        padding: 10px 20px 10px 20px;
    }
    .ui-menu-item {
        padding: 5px;
        border-radius: 5px;
    }
    .ui-menu-item.ui-state-focus {
        background: #cc2027;
        color: #fff;
    }
	/* -------------------------------------------------------------------------
	    RIGHT TOP PANEL
	------------------------------------------------------------------------- */
	header .right-top {
		text-align: right;
        vertical-align: center;
        /*
		font-weight: 300;
		line-height: 1.4em;
		*/
		/*padding-right: 0px;*/
        margin-top: 10px;
        height: 100%;
		float: right;
	}
	header .right-top a, header .right-top span {
		display: inline-block;
		font-size: 13px;
		padding: 3px 15px 6px 15px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		-webkit-transition: background-color 200ms linear;
    	-moz-transition: background-color 200ms linear;
    	-o-transition: background-color 200ms linear;
    	-ms-transition: background-color 200ms linear;
    	transition: background-color 200ms linear;
    	-webkit-transform: translateZ(0);
		background-color: #cc2027;
		color: #fff;
	}
	header .right-top a:hover {
		background-color: #000;
	}

	/* -------------------------------------------------------------------------
	    NAVIGATION MENU
	------------------------------------------------------------------------- */
	header .menu nav {
		border-bottom: 1px solid #c4c4c4;
	}
	header .menu nav ul {
		margin: 0;
		padding: 0 0 14px 0;
		text-align: center;
	}
	header .menu nav ul.opened {
		display: block!important;
	}
	header .menu nav ul li {
		display: inline-block;
		list-style-type: none;
        margin-right: 8px;
        margin-left: 8px;
		/*margin-left: 24px;*/
	}
	/*
	header .menu nav ul .right a {
		color: #3aa0ba;
	}
	header .menu nav ul .right a:hover {
		color: #000;
	}
	*/
/* -------------------------------------------------------------------------

    MAIN

------------------------------------------------------------------------- */
.state {
	margin: 15px 0;
	color: #cc2027;
}

.arrowD, .arrowR {
    padding-left: 15px;
    cursor: pointer;
}
.arrowR {
    margin-bottom: 1em;
}
.arrowD {
    margin-bottom: 0.5em;
}

.arrowD:before, .arrowR:before {
    display: block;
    /*font-size: 10px;*/
    position: absolute;
    vertical-align: middle;
    left: 0px;
}
.arrowD:before {
    content: "\25bc";
}
.arrowR:before {
    content: "\25b6";
}

.opener label {
	margin-top: 9px;
}
.label {
	color: #747474;
}
.scrollToTop {
	bottom: 215px;
	position: fixed;
	width: 51px;
    height: 51px;
    line-height: 51px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    right: -webkit-calc(100% - 1140px / 2 - 51px);
    right: -moz-calc(100% - 1140px / 2 - 51px);
    right: calc(50% - 1140px / 2 - 51px);
    display: none;
    text-align: center;
    -webkit-transition: background-color 50ms linear;
    -moz-transition: background-color 50ms linear;
    -o-transition: background-color 50ms linear;
    -ms-transition: background-color 50ms linear;
    transition: background-color 50ms linear;
    -webkit-transform: translateZ(0);
    font-size: 20px;
    color: #000;
}
.scrollToTop:before {
	content: "\e60c";
	font-family: 'icomoon';
}
.scrollToTop:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	text-decoration: none;
}
.scrollToTop:focus {
	text-decoration: none;
}
.lt-ie9 .scrollToTop {
	right: 30px;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.check, .euro, .close {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-style: normal;
	font-size: 11px;
}
.close {
	background-color: #e0e0e0;
}
.check {
	background-color: #7fb518;
}
.euro {
	background-color: #cc2027;
}
.euro:before {
	content: "\e60f";
	font-family: 'icomoon';
	margin-left: -2px;
}
.check:before {
	content: "\e609";
	font-family: 'icomoon';
}
.close:before {
	content:"\e608";
	font-family: 'icomoon';
}
.message {
	webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	padding: 9px 20px 9px 20px;
}
.message.success {
	background-color: #6eb523;
}
.payment-logo {
	margin: 5px 0 0 10px;
}
.reklama {
    vertical-align: top;
    min-width: 300px;
    margin-bottom: 1em;
}
.reklama a img {
    max-width: 95%;
}
.reklama div img {
    vertical-align: top;
}
.box_title {
    display: none;
}
.small-padding {
    padding-left: 0px;
    padding-right: 5px;
}
h1.word-match {
    font-size: inherit;
    display: inline-block;
    margin-bottom: 0px;
}
.letters {
    margin-bottom: 20px;
}
.abc-letter a, .abc-letter span {
    display: inline-block;
    font-size: 13px;
    padding: 3px 10px 6px 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    -webkit-transform: translateZ(0);
    width: 40px;
    overflow: visible;
    white-space: nowrap;
    text-align: center;
}
.abc-letter a {
    background-color: #cc2027;
    color: #fff;
}
.abc-letter a:hover {
    background-color: #000;
}
.abc-letter span {
    background-color: #f0f0f0;
    color: #747474;
}
.abc-list ul {
    list-style-type: none;
    margin: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
}
.abc-list ul li {
    display: inline-block;
}
.abc-list ul li a {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    border-radius: 5px;
}

	/* -------------------------------------------------------------------------
	    TOOLTIP
	------------------------------------------------------------------------- */

	.tooltip{
   		display: inline;
    	position: relative;

	}

	.tooltip:hover:after{
    	background: rgba(0,0,0,.8);
    	border-radius: 5px;
    	bottom: 30px;
    	color: #fff;
    	content: attr(data-tooltip);
    	left: 20%;
    	padding: 5px 15px;
    	position: absolute;
    	z-index: 98;
    	width: 220px;
    	font-size: 12px;
    	line-height: 1.3em;
    	margin-left: -20px;
	}

	.tooltip:hover:before{
    	border: solid;
    	border-color: #333 transparent;
    	border-width: 6px 6px 0 6px;
    	bottom: 24px;
    	content: "";
    	left: 50%;
    	position: absolute;
    	z-index: 99;
    	margin: 0 0 0 4px;
	}

	/* -------------------------------------------------------------------------
	    BUTTONS
	------------------------------------------------------------------------- */

	.btn-1 {
		height: 41px;
		line-height: 41px;
		display: inline-block;
		background-color: transparent;
		color: #000;
		border: 1px solid #c4c4c4;
		margin: 0;
		padding: 0 29px 0 29px;
		webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		-webkit-transition: background-color 50ms linear;
    	-moz-transition: background-color 50ms linear;
    	-o-transition: background-color 50ms linear;
    	-ms-transition: background-color 50ms linear;
    	transition: background-color 50ms linear;
    	/*-webkit-transform: translateZ(0);*/
	}
	.btn-1:hover {
		background-color: #000;
		color: #fff;
		border: 1px solid #000;
	}
	.btn-2 {
		height: 41px;
		line-height: 41px;
		display: inline-block;
		color: #fff;
		background-color: #cc2027;
		border: none;
		margin: 0;
		padding: 0 29px 0 29px;
		webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		-webkit-transition: background-color 200ms linear;
    	-moz-transition: background-color 200ms linear;
    	-o-transition: background-color 200ms linear;
    	-ms-transition: background-color 200ms linear;
    	transition: background-color 200ms linear;
    	/*-webkit-transform: translateZ(0);*/
	}
	.btn-2.disabled {
		background-color: #f0f0f0;
		color: #747474;
		cursor: default;
	}
	.btn-2.disabled:hover {
		background-color: #f0f0f0;
		color: #747474;
	}
	.btn-2:hover {
		background-color: #000;
		color: #fff;
	}
	.swap-btn {
		height: 41px;
		line-height: 41px;
		display: inline-block;
		background-color: transparent;
		color: #000;
		border: 1px solid #c4c4c4;
		margin: 0;
		padding: 0 29px 0 29px;
		webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		-webkit-transition: background-color 50ms linear;
    	-moz-transition: background-color 50ms linear;
    	-o-transition: background-color 50ms linear;
    	-ms-transition: background-color 50ms linear;
    	transition: background-color 50ms linear;
    	-webkit-transform: translateZ(0);
	}
	.swap-btn:hover {
		background-color: #000;
		color: #fff;
		border: 1px solid #000;
	}
	/* -------------------------------------------------------------------------
	    LEFT CONTENT
	------------------------------------------------------------------------- */

	.left-content aside {
		padding-top: 35px;

	}

	/* -------------------------------------------------------------------------
	    RIGHT CONTENT
	------------------------------------------------------------------------- */

	.right-content aside {
		padding-top: 15px;
	}
	/* -------------------------------------------------------------------------
	    MIDDLE CONTENT
	------------------------------------------------------------------------- */
	.middle-content {
		padding-top: 15px;
		min-height: 700px;
	}

	/* -------------------------------------------------------------------------
	    HELP
	------------------------------------------------------------------------- */
	.help {
		background-color: #f3f3f3;
		 -webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		width: 180px!important;
		float: right;
		padding: 15px 20px 0 20px;
		margin: 0 0 20px 0;
	}
	.help h2 {
		font-size: 14px;
		font-weight: 600;
		color: #cc2027;
		margin: 0 0 20px 0;
	}
	.lt-ie9 .help h2 {
		font-size: 13px;
	}
	.help p {
		font-weight: 300;
		margin: 0 0 20px 0;
	}
	.help strong {
		font-weight: 600;
	}


	/* -------------------------------------------------------------------------
	    FORMS
	------------------------------------------------------------------------- */

	.form-horizontal {
		margin-bottom: 20px;
	}
	.form-horizontal .control-label {
		text-align: left!important;
		color: #747474;
		font-weight: 400;
		font-size: 14px;
	}
	.control-label.type1 {
		margin-top: 9px;
	}
	.form-horizontal .right-note {
		padding-left: 0;
		padding-right: 0;
	}
	.form-horizontal .note {
		display: inline-block;
		padding-top: 9px;
		color: #747474;
	}
	.form-horizontal input[type="submit"] {
		height: 41px;
		color: #fff;
		background-color: #cc2027;
		border: none;
		margin: 0;
		padding: 0 29px 0 29px;
		webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		-webkit-transition: background-color 200ms linear;
    	-moz-transition: background-color 200ms linear;
    	-o-transition: background-color 200ms linear;
    	-ms-transition: background-color 200ms linear;
    	transition: background-color 200ms linear;
    	-webkit-transform: translateZ(0);
	}
	.form-horizontal .btn2 {
		height: 39px;
		color: #fff;
		background-color: #cc2027;
		border: none;
		margin: 0;
		padding: 0 29px 0 29px;
		webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		-webkit-transition: background-color 200ms linear;
    	-moz-transition: background-color 200ms linear;
    	-o-transition: background-color 200ms linear;
    	-ms-transition: background-color 200ms linear;
    	transition: background-color 200ms linear;
    	-webkit-transform: translateZ(0);
	}
	.form-horizontal .btn2:hover {
		background-color: #000;
	}
	.form-horizontal input[type="submit"]:hover {
		background-color: #000;
	}
	.form-horizontal .keywords textarea {
		margin-bottom: 10px;
	}
	.keywords .counter {
		padding-top: 9px;
		display: inline-block;
	}
	.form-control {
		border: 1px solid #c4c4c4;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		color: #000;
		height: 39px;
		-webkit-appearance: none;
		padding-left: 20px;
		padding-right: 20px;
	}
	.form-control.error {
		border: 1px solid #cc2027;
		color: #cc2027;
	}
	.error::-webkit-input-placeholder {
    	color: #cc2027;
	}
	.error:-moz-placeholder {
	    color: #cc2027;
	}
	.error::-moz-placeholder {
	    color: #cc2027;
	}

	textarea.form-control {
		padding-top: 12px;
	}
	.form-control:focus {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-color: #c4c4c4;
	}
	.form-group input[type="file"] {
		margin-top: 11px;
	}
    .form-group .close-btn {
		font-size: 13px;
		font-weight: normal;
		display: inline-block;
		width: 20px;
		height: 20px;
		border: 0;
		background: transparent;
		color: #cc2027;
	}
    .form-group .close-btn:before {
		font-family: 'icomoon';
		content: "\e608";
    }
	/* input sizes */
	.size-lg {
		max-width: 347px;
		width: 100%!important;
	}
	.lt-ie9 .size-lg {
		max-width: 300px;
	}
	.size-md {
		max-width: 240px;
		width: 100%!important;
	}
	.size-sm {
		max-width: 151px;
		width: 100%!important;
	}
	.circle-btn {
		margin: 0 0 0 10px;
		padding: 0;
		border: 1px solid #c4c4c4;
		width: 39px;
		height: 39px;
		display: inline-block;
		vertical-align: middle;
		background-color: transparent;
		webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		color: #000;
		font-size: 20px;
		font-weight: 300;
		-webkit-transition: background-color 50ms linear;
    	-moz-transition: background-color 50ms linear;
    	-o-transition: background-color 50ms linear;
    	-ms-transition: background-color 50ms linear;
    	transition: background-color 50ms linear;
    	-webkit-transform: translateZ(0);
	}
	.minus-icon:before {
		content: "\e60e";
		font-family: 'icomoon';
	}
	.plus-icon:before {
		content: "\e60a";
		font-family: 'icomoon';
	}
	.circle-btn:hover {
		border: 1px solid #000;
		background-color: #000;
		color: #fff;
	}
	/* form info */
	.form-info {
		background-color: #f3f3f3;
		font-size: 12px;
		line-height: 1.6em;
		padding: 13px 20px 11px 20px;
		webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	.form-info span {
		color: #cc2027;
	}
	.counter {
		padding: 10px 0 0 0;
	}
	.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
		background-color: #f6f6f6;
	}

	/* Login form */

	.login-form input[type="submit"] {
		margin-left: 129px;
	}
	.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
		opacity: 1.0;
		background-color: #f6f6f6;
		cursor: not-allowed;
	}


	/* -------------------------------------------------------------------------
	    CATALOG LINKS
	------------------------------------------------------------------------- */
	.catalog-links {
		text-align: right;
		padding-top: 15px;
		float: right!important;
	}
	.catalog-links a {
		display: inline-block;
		margin: 0 0 0 7px;
	}
	.catalog-links i {
		display: inline-block;
		width: 33px;
		height: 33px;
		line-height: 33px;
		font-style: normal;
		color: #000;
		border: 1px solid #c4c4c4;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		text-align: center;
		-webkit-transition: background-color 50ms linear;
    	-moz-transition: background-color 50ms linear;
    	-o-transition: background-color 50ms linear;
    	-ms-transition: background-color 50ms linear;
    	transition: background-color 50ms linear;
    	-webkit-transform: translateZ(0);
	}
	.catalog-links i:hover {
		border: 1px solid #000;
		background-color: #000;
		color: #fff;
	}
	.catalog-links i.edit:before {
		content: "\e602";
		font-family: 'icomoon';
	}
	.catalog-links i.print:before {
		content: "\e606";
		font-family: 'icomoon';
	}
	.catalog-links i.share:before {
		content: "\e607";
		font-family: 'icomoon';
	}
	.catalog-links i.report:before {
		content: "\e600";
		font-family: 'icomoon';
	}
	/* -------------------------------------------------------------------------
	    CATALOG SECTIONS
	------------------------------------------------------------------------- */
	.catalog-sections {
		float: right;
	}
	.catalog-sections.opened {
		display: block!important;
	}
	.catalog-sections ul {
		margin: 0;
		padding: 0;
	}
	.catalog-sections ul li {
		list-style-type: none;
		margin-right: 6px;
		margin-bottom: 6px;
		display: inline-block;
	}
	.catalog-sections ul li a, .catalog-sections ul li span {
		display: inline-block;
		font-size: 13px;
		padding: 3px 15px 6px 15px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		-webkit-transition: background-color 200ms linear;
    	-moz-transition: background-color 200ms linear;
    	-o-transition: background-color 200ms linear;
    	-ms-transition: background-color 200ms linear;
    	transition: background-color 200ms linear;
    	-webkit-transform: translateZ(0);
	}
	.catalog-sections ul li span {
		background-color: #f0f0f0;
		color: #747474;
	}
	.catalog-sections ul li a {
		background-color: #cc2027;
		color: #fff;
	}
	.catalog-sections ul li a:hover {
		background-color: #000;
	}
	/* -------------------------------------------------------------------------
	    SEARCH SECTIONS
	------------------------------------------------------------------------- */
    .search-sections ul li a {
        display: inline-block;
        font-size: 12px;
        color: #747474;
        border: 1px solid #ccc;
        padding: 4px 6px 4px 6px;
        border-radius: 10px;
        margin-bottom: 2px;
        transition: color 200ms linear, border-color 200ms linear, background-color 200ms linear;
    }
    .search-sections ul li a:hover {
        color: white;
        border-color: #fff;
        background-color: #cc2027;
    }

	.search-sections ul li {
		list-style-type: none;
		display: inline-block;
        margin-bottom: 0px !important;
        line-height: 1em;
        /*background-color: #f4f4f4;*/
	}
	/* -------------------------------------------------------------------------
	    CATALOG SUB SECTIONS
	------------------------------------------------------------------------- */
	.catalog-sub-sections {
		margin-bottom: 20px!important;
	}
	.catalog-sub-sections a {
		display: inline-block;
		padding-left: 20px;
	}
	.catalog-sub-sections a.folder {
		padding-left: 20px;
		text-indent: -20px;
        margin-bottom: 1px;
	}
	.catalog-sub-sections a.folder:before {
		font-family: 'icomoon';
		content: "\e800 ";
        color: #000;
        font-size: 15px;
        margin-right: 5px;
		vertical-align: middle;
	}
    .catalog-sub-sections .children {
        color: #747474;
        margin-left: 20px;
        margin-bottom: 15px;
    }
    .catalog-sub-sections .children a {
        color: #747474;
        padding-left: 0px;
    }
    .catalog-sub-sections .children a:hover {
        color: #000;
    }

    .catalog-sub-sections.partial {
		height: 100px;
		overflow: hidden;
    }
	.catalog-sub-sections-more {
		position: absolute;
		z-index: 99;
		width: 100%;
		background: linear-gradient(rgba(255,255,255,0.4), white 40%);
		top: 150px;
		text-align: center;
		color: #cc2027;
		font-size: small;
		text-shadow:
		   -2px -2px 0 #fff,
			2px -2px 0 #fff,
			-2px 2px 0 #fff,
			 2px 2px 0 #fff;
	}

	/* -------------------------------------------------------------------------
	    ABC INDEX
	------------------------------------------------------------------------- */

	#sectionAbcIndex a, #sectionAbcIndex span {
		margin-right: 5px;
		display: inline-block;
	}

	/* -------------------------------------------------------------------------
	    CATALOG LIST
	------------------------------------------------------------------------- */
	.catalog-list h3 {
		margin: 5px 0;
	}
	.catalog-list ul {
		margin: 0;
		padding: 0;
	}
	.catalog-list ul li {
		list-style-type: none;
		margin-bottom: 15px;
	}
    /* zasahuje to do designu loga, bude lepsie ak nebudu mat border radius, alebo ovela decentejsi
	.catalog-list ul li .catalog-list-image a img {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	*/
	.catalog-list ul li .catalog-list-image a img {
        width: 90px;
		margin-left: 11px;
	}
    .sponzor_zoznam {
        margin-bottom: 1em;
    }
	.sponzor_body .catalog-list ul li .catalog-list-image a img {
		margin-left: 0;
	}
	.sponzor_body .catalog-list ul li .catalog-list-content {
		margin-left: -8px;
	}
	.catalog-list ul li .catalog-list-content h2 {
		font-size: 16px;
		font-weight: 600;
		margin: 2px 0 0 0;
	}
	.catalog-list ul li .catalog-list-content address a{
		color: #747474;
		font-size: 13px;
		font-style: normal;
		font-weight: 300;
		margin: -3px 0 4px 0;
	}
    .catalog-list ul li .catalog-list-content .pobocky {
        font-size: 13px;
    }
	.catalog-list ul li .catalog-list-content .desc {
		margin: 0;
		line-height: 1.4em;
        letter-spacing: -.8px;
	}
	.catalog-list ul li .catalog-list-content .desc .hl, .catalog-list-link .hl {
        font-weight: bold;
	}

    .catalog-list ul li .catalog-list-content .item-promoted {
    	margin-left: 3px;
    }
    .catalog-list ul li .catalog-list-content .item-promoted::before {
    	content: "\e617";
    	font-family: 'icomoon';
    	color: #fac200;
    }
    .catalog-list ul li .catalog-list-content label {
        font-size: 14px;
    }
	.catalog-list ul li .catalog-list-link {
		font-size: 13px;
	}

    .catalog-list label, small a {
        color: #747474;
        font-size: 12px;
    }

    /* -------------------------------------------------------------------------
	    GOOGLE SEARCH LIST
	------------------------------------------------------------------------- */

	.gsc-result .gs-title {
		font-size: 16px!important;
		font-weight: bold;
		color: #cc2027!important;
		font-family: 'Open Sans', sans-serif;
	}
	.gsc-result .gs-title b {
		color: #cc2027;
	}
	.gs-result .gs-title, .gs-result .gs-title * {
		text-decoration: none!important;
		width: 100%;
		height: auto!important;
	}
	.gs-result .gs-snippet {
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
	}
	.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
		font-size: 13px;
		color: #cc2027!important;
	}
	.gsc-table-cell-thumbnail {
		width: 16.66666667%;
	}
	.gsc-table-cell-snippet-close {
		width: 83.33333333%;
	}
	.gsc-results .gsc-cursor-box .gsc-cursor-page {
		display: inline-block!important;
		width: 39px;
		height: 39px;
		line-height: 39px;
		text-align: center;
		font-size: 21px;
		font-weight: 300;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin: 0 4px;
		vertical-align: middle;
		border: 1px solid #c4c4c4;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		text-decoration: none!important;
		-webkit-transition: background-color 50ms linear;
	    -moz-transition: background-color 50ms linear;
	    -o-transition: background-color 50ms linear;
	    -ms-transition: background-color 50ms linear;
	    transition: background-color 50ms linear;
	}
	.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
		background-color: #000;
    	color: #fff;
    	border: 1px solid #000;
	}

	.gsc-results .gsc-cursor-box {
		text-align: center;
		padding-top: 10px;
		margin-bottom: 30px!important;
	}
	.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
		border: 1px solid #f0f0f0;
    	background-color: #f0f0f0;
    	color: #747474!important;
    	font-weight: 300!important;
	}
	.gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
		border: 1px solid #f0f0f0;
    	background-color: #f0f0f0;
    	color: #747474!important;
    	font-weight: 300!important;
	}

	/* -------------------------------------------------------------------------
	    PROFILE
	------------------------------------------------------------------------- */
	.profile .row {
		margin-bottom: 8px;
	}
	.profile .day {
		line-height: 1.6em;
	}
	.profile .day span {
		display: inline-block;
		width: 72px;
	}
	.profile .profile-logo {
		text-align: right;
		max-width: 25%;
	}
	.profile .profile-logo img {
		max-width: 100%;
	}
	/*
	.profile .profile-logo img {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	*/
	.profile-info .catalog-sections ul {
		padding-top: 0;
		margin-top: -3px;
	}
	.profile-info p {
		margin: 0 0 29px 0;
	}
	/* -------------------------------------------------------------------------
	    PROFILE MAP
	------------------------------------------------------------------------- */
	.profile-map {
		padding-top: 26px;
		margin-bottom: 10px;
	}
	.profile-map .map-link {
		display: block;
		height: 300px;
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		max-width: 640px;
		margin: 0 auto;
	}
	/* Ordinacne hodiny */
	.ordinacne {
		width: 100%;
		text-align: left;
	}
	/* -------------------------------------------------------------------------
	    ROUTE PLAN
	------------------------------------------------------------------------- */
	.route-plan {
		margin-bottom: 34px;
	}
	/* -------------------------------------------------------------------------
	    PROFILE GALLERY
	------------------------------------------------------------------------- */
	.profile-gallery {
		margin-bottom: 15px;
	}
	.profile-gallery .hidden-images {
		display: none;
	}
	.profile-gallery a {
		display: block;
		margin-bottom: 30px;
	}
	.profile-gallery .col-xs-4:nth-child(3n-1) {
		text-align: center;
	}
	.profile-gallery .col-xs-4:nth-child(3n) {
		text-align: right;
	}
	.profile-gallery a img {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		max-width: 100%;
	}
	.more-profile-gallery {
		text-align: right;
		margin-bottom: 24px;
	}
	.more-profile-gallery button {
		background-color: transparent;
		border: 0;
		margin: 0;
		padding: 0;
		color: #cc2027;
		 -webkit-transition: color 200ms ease-in-out;
    	-moz-transition: color 200ms ease-in-out;
    	-ms-transition: color 200ms ease-in-out;
    	-o-transition: color 200ms ease-in-out;
    	transition: color 200ms ease-in-out;
    	-webkit-transform: translateZ(0);
	}
	.more-profile-gallery button:hover {
		color: #000;
	}
	/* -------------------------------------------------------------------------
	    PROFILE VIDEO
	------------------------------------------------------------------------- */
	.profile-video div {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
		padding-top: 25px;
		height: 0;
		margin-bottom: 35px;
	}

	.profile-video div iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	/* -------------------------------------------------------------------------
	    REGISTRATION STEPS
	------------------------------------------------------------------------- */
	.registration-steps ul {
		margin: 0;
		padding: 0;
	}
	.registration-steps ul li {
		list-style-type: none;
		margin-bottom: 10px;
	}
	.registration-steps ul .active a {
		font-weight: 600;
		color: #000;
		cursor: default;
	}
	.registration-steps ul .disabled a {
		color: #c0c0c0;
		cursor: default;
	}
	.registration-steps ul .disabled a span {
		color: #c0c0c0;
	}
	.registration-steps ul .active a span {
		background-color: #f0f0f0;
		border: 1px solid #f0f0f0;
	}
	.lt-ie9 .registration-steps ul li a {
		font-size: 13px;
	}
	.registration-steps ul li a {
		color: #747474;
		font-weight: 300;
	}
	.registration-steps ul li a:focus, .registration-steps ul li a:hover {
		text-decoration: none;
	}
	.registration-steps ul li a span {
		display: inline-block;
		width: 33px;
		height: 33px;
		line-height: 33px;
		text-align: center;
		font-size: 15px;
		font-weight: 600;
		border: 1px solid #c4c4c4;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		color: #000;
	}
	/* -------------------------------------------------------------------------
	    CLOSE PANEL
	------------------------------------------------------------------------- */
	#div_services .close-panel {
		margin-left: 0;
		margin-right: 0;
	}
	#se_sections .close-panel .form-group {
		margin-bottom: 5px;
	}
	.close-panel {
		border: 1px solid #c4c4c4;
		margin-left: 15px;
		margin-right: 15px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		padding: 13px 40px 16px 0;
		position: relative;
	}
	.close-panel.collapsible {
        padding: 0;
    }
	.close-panel .close-btn {
		position: absolute;
		right: 15px;
		top: 15px;
		font-size: 13px;
		font-weight: normal;
		display: block;
		width: 20px;
		height: 20px;
		border: 0;
		background: transparent;
		color: #cc2027;
		z-index: 10;
	}
	.close-panel .close-btn:before {
		position: absolute;
		top: -1px;
		left: 3px;
		font-family: 'icomoon';
		content: "\e608";
	}
	.close-panel .category-name {
		font-weight: 600;
	}
	.close-panel .no-margin {
		margin-left: 0;
		margin-right: 0;
	}
	.logo-preview {
		padding-top: 20px;
	}
	.logo-preview .close-btn {
		font-size: 13px;
		font-weight: normal;
		display: inline-block;
		width: 20px;
		height: 20px;
		border: 0;
		background: transparent;
		color: #cc2027;
		position: relative;
		top: 0;
		left: 0;
	}
	.close-panel .collapse-content {
        padding: 0 15px 16px 15px;
    }
    .close-panel .collapse-header {
        padding: 13px 70px 16px 15px;
        position: relative;
        cursor: pointer;
    }
    .close-panel .collapse-header:after {
        font-family: 'icomoon';
		content: "\e60c";
        position: absolute;
        top: 13px;
        right: 40px;
        font-size: 18px;
    }
    .close-panel .collapse-header.open:after {
        content: "\e60d";
    }
    /* -------------------------------------------------------------------------
	    SPONZORED BOX
	------------------------------------------------------------------------- */
    .sponzor_title {
        font-size: 10px;
        padding-bottom: 5px;
    }
	.sponzor_logo {
		width: 70px;
    }
	.sponzor_body {
		border: 1px solid #c4c4c4;
		border-radius: 15px;
		padding: 10px 10px 0 10px;
		margin-bottom: 10px;
	}

	/* -------------------------------------------------------------------------
	    SECTION BOX
	------------------------------------------------------------------------- */
	.section-box {
		margin-bottom: 8px;
	}

	/* -------------------------------------------------------------------------
	    SUMMARY IN SERVICES
	------------------------------------------------------------------------- */

	.summary {
		color: #cc2027;
	}
	.summary strong {
		font-weight: 600;
	}

	/* -------------------------------------------------------------------------
	    ORDER SUMMARY
	------------------------------------------------------------------------- */

	.order-summary .price {
		text-align: right;
	}
	.order-summary .price strong {
		font-weight: 600;
	}
	.order-summary .service-name span {
		color: #747474;
	}
	.order-summary .total-price {
		color: #cc2027;
		font-size: 20px;
		font-weight: 300;
		text-align: right;
	}
	.order-summary .total-price strong {
		font-weight: 600;
	}

	/* -------------------------------------------------------------------------
	    CATEGORIES NAMES IN REGISTRATION
	------------------------------------------------------------------------- */

	.category-name {
		margin-right: 3px;
	}
	.category-name:after {
		content: "\e612";
		font-family: 'icomoon';
		color: #cc2027;
		font-size: 7px;
		vertical-align: middle;
		margin-left: 3px;
	}
	.category-name.last {
		margin-right: 0;
	}
	.category-name.last:after {
		display: none;
	}

	/* -------------------------------------------------------------------------
	    PAGINATOR
	------------------------------------------------------------------------- */

	.paginator {
		text-align: center;
		margin-bottom: 24px!important;
	}
	.paginator a, .paginator span {
		display: inline-block;
		width: 39px;
		height: 39px;
		line-height: 39px;
		text-align: center;
		font-size: 21px;
		font-weight: 300;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin: 0 4px;
		vertical-align: middle;
	}
	.paginator a {
		border: 1px solid #c4c4c4;
		color: #000;
		-webkit-transition: background-color 50ms linear;
	    -moz-transition: background-color 50ms linear;
	    -o-transition: background-color 50ms linear;
	    -ms-transition: background-color 50ms linear;
	    transition: background-color 50ms linear;
	    -webkit-transform: translateZ(0);
	}
	.paginator .prev, .paginator .next {
		width: 51px;
		height: 51px;
		line-height: 51px;
		font-size: 20px;
	}
	.paginator .prev {
		margin-right: 18px;
	}
	.paginator .prev:before {
		content: "\e605";
		font-family: 'icomoon';
	}
	.paginator .next {
		margin-left: 18px;
	}
	.paginator .next:before {
		content: "\e604";
		font-family: 'icomoon';
	}
	.paginator a:hover {
		background-color: #000;
		color: #fff;
		border: 1px solid #000;
	}
	.paginator span {
		border: 1px solid #f0f0f0;
		background-color: #f0f0f0;
		color: #747474;
	}

	/* -------------------------------------------------------------------------
	    SERVICE INFO
	------------------------------------------------------------------------- */

	.service-info {
		text-align: center;
		padding: 5px 0 5px 0;
	}
	.service-info.with-border {
		border-bottom: 1px solid #c4c4c4;
	}
	.service-info h2 {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 25px;
	}
	.service-info .price {
		font-weight: 300;
		color: #cc2027;
		font-size: 18px;
	}
	.service-info .price strong {
		font-weight: 600;
	}
	.service-info-left {
		padding-right: 0;
	}
	.service-info-right {
		padding-left: 0;
	}
	.service-info-note {
		font-size: 12px;
	}
	.service-info .icon-question-ico {
		font-size: 12px;
		position: absolute;
		left: 5px;
	}

	/* -------------------------------------------------------------------------
	    BOXES
	------------------------------------------------------------------------- */
	.service-box-1, .service-box-2, .service-box-3 {
		text-align: center;
	}
	.service-box-1, .service-box-3 {
		padding-left: 0;
		padding-right: 0;
	}
	.service-box-1 i {
		width: 90px;
		height: 90px;
		padding: 15px 0 0 0;
		text-align: center;
		display: inline-block;
	}
	.service-box-2 i, .service-box-3 i {
		width: 90px;
		height: 90px;
		text-align: center;
		display: inline-block;
	}
	.service-box-1 i {
		font-size: 62px;
	}
	.service-box-2 i {
		font-size: 88px;
	}
	.service-box-3 i {
		font-size: 90px;
	}
    .right-advertisement {
        font-size: small;
        line-height: 100%;
        width: 100%;
    }
    .right-advertisement a.link_title {
        font-weight: bold;
    }
    .right-advertisement .link_other a {
        color: #5B5B5B;
        text-decoration: underline;
    }

	 /* -------------------------------------------------------------------------
	    STATIC PAGE CONTENT
	------------------------------------------------------------------------- */

    .page-content .anchor-menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .page-content .anchor-menu li {

    }
    .page-content ul {
        padding-left: 17px;
    }
    .page-content strong {
        font-weight: 600;
    }
    .page-content table {
        width: 100%;
    }
    .page-content table td, .page-content table th {
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        vertical-align: top;
        padding: 15px 10px 14px 0;
        font-weight: 300;
        text-align: left;
    }
    .page-content table td:last-child, .page-content table th:last-child {
        padding-right: 0;
    }
    .page-content table td {
        font-weight: 300;
    }
    .page-content table th {
        font-weight: 600;
    }
    .page-content .bordered {
        border-bottom: 1px solid #c4c4c4;
        padding-bottom: 34px;
    }
    .page-content img {
        max-width: 100%;
    }
    .table1 th {
    	width:20%;
    }
    .subtitle {
        background-color: #cc2027;
        color: #fff;
        border-radius: 25px;
        padding: 5px 15px;
        margin: 50px 0 10px 0;
        text-align: center;
    }
    br.sbr {
        display: none;
    }

/* -------------------------------------------------------------------------

    FOOTER

------------------------------------------------------------------------- */
footer {
	text-align: center;
	padding-bottom: 20px;
}
footer small {
	font-size: 14px;
	display: block;
	color: #747474;
}
footer small span {
	display: block;
	color: #000;
}
footer ul {
	margin: 0 0 8px 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #c4c4c4;
}
footer ul li {
	list-style-type: none;
	display: inline;
	margin: 0 9px;
}
/* -----------------------------------------------------------------------------

    RESPONSIVE

----------------------------------------------------------------------------- */

	/* -------------------------------------------------------------------------
        EXTRA LARGE DEVICES
    ------------------------------------------------------------------------- */

    @media (min-width: 1200px) {
    	/* MAIN */
		.left-content, .right-content {
            min-height: 400px;
		}
		.left-content {
			padding-right: 0;
			width: 115px;
		}
		.right-content {
			padding-left: 0;
			width: 315px;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
		}
		.right-content aside {
			height: 100%;
		}
		.relative {
			position: relative;
		}
		#google_desktop {
			position: sticky;
			margin-bottom: 25px;
			margin-top: 25px;
			top: 15px;
		}

		.middle-content {
			width: 740px;
		}
    }

	/* -------------------------------------------------------------------------
        LARGE DEVICES
    ------------------------------------------------------------------------- */

    @media (max-width: 1199px) {
    	.scrollToTop {
    		display: none!important;
    	}
    	.size-lg {
    		max-width: 277px;
    	}
    	.lt-ie9 .size-lg {
    		max-width: 230px;
    	}
    	.form-horizontal .right-note {
    		padding-left: 15px;
    		padding-right: 15px;
    	}
    	.service-info h2 {
    		min-height: 54px;
    	}
    	.keywords .btn2 {
    		margin-top: 0!important;
    	}
    	header .menu nav ul .last {
    		margin-right: 56px;
    	}
    }

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {
    	/* HEADER LOGO */
    	header .logo {
    		margin-bottom: 20px;
    	}
    	.size-lg {
    		max-width: 354px;
    	}
    	.lt-ie9 .size-lg {
    		max-width: 305px;
    	}
    	.service-info h2 {
    		min-height: 10px;
    	}
    	header .menu nav ul .last {
    		margin-right: 0;
    	}
    }

    /* -------------------------------------------------------------------------
        SMALL DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {
        h1 {
            font-size: 30px;
        }
    	header {
    		padding: 15px 0 0 0;
    	}
    	/* HEADER SEARCH */
    	header .search {
    		padding-left: 15px;
    		padding-right: 15px;
    		margin-bottom: 10px;
    	}
    	/* HEADER LOGO*/
    	header .logo {
    		margin-bottom: 15px;
    		float: left;
    	}
    	header .logo a {
    		display: block;
    		float: left;
    	}
    	header .logo a img {
    		width: 160px;
    	}
    	/* middle input */
    	.lt-ie9 .size-lg {
    		max-width: 100%!important;
    	}
		.size-lg {
			max-width: 100%;
			width: 100%!important;
		}
		.size-md {
			max-width: 100%;
			width: 100%!important;
		}
		.size-sm {
			max-width: 100%;
			width: 100%!important;
		}
    	/* PROFILE */
    	.profile h1 {
    		font-size: 30px;
    	}
    	.profile-gallery {
    		margin-bottom: 0;
    		padding-top: 10px;
    	}
    	/* circle btn */
    	.circle-btn {
    		margin: 15px 0 0 0;
    	}
    	.right-submit {
    		margin-top: 15px!important;
    	}
    	/* CATALOG MOBILE BTN */
    	.mobile-menu-btn {
    		float: right;
    		width: 39px;
    		height: 39px;
    		line-height: 39px;
    		margin: 0;
    		padding: 0;
    		border: 1px solid #c4c4c4;
    		-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			background-color: #fff;
    	}
    	.mobile-menu-btn.open {
    		background-color: #f0f0f0;
    	}
    	.mobile-menu-btn:before {
    		content: "\e611";
    		font-family: 'icomoon';
    		font-size: 19px;
    	}
    	.mobile-plus-btn {
    		float: right;
    		width: 39px;
    		height: 39px;
    		line-height: 39px;
    		margin-right: 5px;
    		padding: 0;
    		border: 1px solid #c4c4c4;
    		-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			background-color: #fff;
    	}
    	.mobile-plus-btn:before {
    		content: "\e60a";
    		font-family: 'icomoon';
    		font-size: 19px;
    	}
    	.catalog-sections-btn {
			border: 0;
			margin: 18px 0 5px 0;
			color: #fff;
			font-size: 13px;
			background-color: #cc2027;
			padding: 3px 15px 6px 15px;
			-webkit-border-radius: 25px;
			-moz-border-radius: 25px;
			border-radius: 25px;
			-webkit-transition: background-color 200ms linear;
	    	-moz-transition: background-color 200ms linear;
	    	-o-transition: background-color 200ms linear;
	    	-ms-transition: background-color 200ms linear;
	    	transition: background-color 200ms linear;
	    	-webkit-transform: translateZ(0);
		}
		.profile-info .catalog-sections {
			float: none;
		}
		.profile-info .catalog-sections ul {
			margin-top: 10px;
		}
		.form-horizontal {
			margin-bottom: 20px;
		}
		.form-horizontal .note {
			padding-top: 10px;
			font-size: 12px;
		}
		/* PAGINATOR */
    	.paginator a, .paginator span {
    		font-size: 14px;
    		width: 29px;
    		height: 29px;
    		line-height: 29px;
    	}
    	.paginator .prev, .paginator .next {
    		width: 40px;
    		height: 40px;
    		font-size: 15px;
    		line-height: 40px;
    	}
    	.paginator .prev {
			margin-right: 5px;
		}
		.paginator .next {
			margin-left: 5px;
		}

		.order-summary .price {
			text-align: left;
		}
		.order-summary .total-price {
			text-align: left;
		}
		.contact-form .form-control {
			margin-bottom: 15px;
		}
		.contact-form .form-control.last {
			margin-bottom: 0;
		}
		.service-info-left {
			padding-right: 15px;
		}
		.service-info-right {
			padding-left: 15px;
		}
		.service-info-note div {
			padding-bottom: 15px;
		}
		/* Login form */

		.login-form input[type="submit"] {
			float: right;
			margin: 0;
		}
		#div_contacts .form-group input {
			margin-bottom: 15px;
		}
		#div_departments .form-group input {
			margin-bottom: 15px;
		}
		header .menu nav ul li {
    		margin-left: 10px;
    	}
    	.delim {
    		margin-bottom: 15px;
    	}
    	.form-group input[type="file"] {
    		margin-bottom: 10px;
    	}
    	.payment-logo {
			margin: 5px 0 0 0;
		}
		.opener {
			margin-left: 15px;
		}
		.opener label {
			margin-top: 0;
		}
		.gsc-thumbnail {
			display: none;
		}
		.gsc-results .gsc-cursor-box .gsc-cursor-page {
			font-size: 14px;
    		width: 29px;
    		height: 29px;
    		line-height: 29px;
    		margin-bottom: 10px;
		}
		.cse .gsc-control-cse, .gsc-control-cse {
			padding-left: 0!important;
			padding-right: 0!important;
		}

		/* Responsive table */

        .responsive, .responsive thead, .responsive tbody, .responsive th, .responsive td, .responsive tr {
            display: block;
        }

        .responsive thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .responsive td {
            border: none;
            border-bottom: 1px solid #c4c4c4;
            border-top: 0!important;
            position: relative;
            padding: 50px 0 5px 0!important;
        }

        .responsive td:before {
            position: absolute;
            top: 5px;
            left: 0;
            width: 100%;
            padding-right: 10px;
            font-weight: 600;
        }
        .service-box-1, .service-box-2, .service-box-3 {
        	padding-left: 15px;
        	padding-right: 15px;
        }
        #filterCounty .selectboxit-container {
        	margin-bottom: 10px;
        }
		.sponzor_body .catalog-list ul li .catalog-list-content {
			margin-left: 0;
		}
        /* TABLE1 LABELS */
        .table1 td:nth-of-type(1):before { content: "Vyhľadávanosť kľúčového slova / návštevnosť sekcie / mesiac"; }
        .table1 td:nth-of-type(2):before { content: "SPONZOROVANÝ ODKAZ (cena za 1 mesiac)"; }
        .table1 td:nth-of-type(3):before { content: "SPONZOR 200x200 (px) BANNER KLASIK 468x60 (px) cena za 1 mesiac"; }
        .table1 td:nth-of-type(4):before { content: "SPONZOR 200x300 (px) HALF SCREEN 775x100 (px) cena za 1 mesiac"; }
        .table1 td:nth-of-type(5):before { content: "GARANCIA PRVEJ STRANY * cena za 1 mesiac"; }

        header .menu nav ul li {
			margin-bottom: 10px;
		}
    }

    /* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 480px ) {

    }

    /* -------------------------------------------------------------------------
        PRINT STYLE
    ------------------------------------------------------------------------- */
    @media print {
    	header, .catalog-links, .no-print, footer, .catalog-sections-btn, .profile-video, .profile-gallery, .profile-map, .more-profile-gallery {
    		display: none;
    	}
    	.documents .col-sm-6 {
    		float: left;
    		width: 50%;
    	}
    }
