/* main.css */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700&subset=latin,latin-ext);

#mobile-menu-icon { display: none; }
#debug-kit-toolbar { display: none; }
.mobile-menu { display: none; }

body {
	font-family: 'Open Sans';
}
ul, ol {
	list-style-position: inside;
	padding: 0;
}
ol li {
	margin-bottom: 15px;
}
ol ul {
	margin-left: 20px;
}

/*------
Header
------*/
.lang-switch {
    float: left;
    margin-left: -30px;
    margin-top: -20px;
	color: white;
}
.header-wrapper {
	width: 100%;
	overflow: visible;
}
.header {
	max-width: 920px;
	margin: auto;
	padding: 40px 0 24px;
    position: relative;
}
.header-socials {
	float: left;
	display: inline-block;
}
.header-socials a {
	margin-right: 5px;
}
.header-logo {
	float: left;
	display: inline-block;
	width: 121px;
    height: 141px;
    position: absolute;
    top: 0px;
    left: 61px;
    z-index: 15000;
    border: 0;
}
.header-pievienojies-link {
    width: 121px;
    height: 14px;
    padding: 16px 0;
    background: url(/app/webroot/img/pievienojies-button-header-bg.png) no-repeat;
    display: inline-block;
    margin-top: -15px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: normal !important;
    text-align: center;
}
.header-logo > a:hover {
    text-decoration: none !important;
    border: 0 !important;
}
.header-logo > a > img {
	border: 0
}
.header-logo h1 {
	margin: 0;
}
.header-menu {
	float: right;
	display: inline-block;
}
.header-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header-menu ul li {
	float: left;
	margin-left: 20px;
}
.header-menu ul li a:link, .header-menu ul li a:active, .header-menu ul li a:visited {
	text-transform: uppercase;
	font-size: 12px;
	color: #a91835;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
}
.header-menu #category-menu {
	margin-top: 30px;
	position: relative;
	overflow: visible;
}
.header-menu #category-menu li a {
	font-size: 10px;
}
.header-menu #category-menu ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 19999;
	width: 200px;
	height: 200px;
	overflow: auto;
	background: #fff;
	border: 1px solid #000;
}
.header-menu #category-menu:hover ul {
	display: inline-block;
}
.header-menu #category-menu ul li {
	float: none;
	width: 190px;
	padding: 5px;
	margin: 0;
}
.header-menu ul li a:hover, .header-menu ul li.active a {
	border-bottom: 1px solid #a91835;
	padding-bottom: 3px;
}
.header-slideshow-text {
	width: 100%;
	text-align: center;
	height: 330px;
	position: relative;
}
.header-slideshow {
	height: 330px;
	overflow: hidden;
	position: relative;
}
.header-slideshow img {
	width: 100%;
	position: absolute;
	top: -50%;
	left: 0;
	display: none;
}
.header-slideshow img.active {
	display: block;
}
.header-text {
	width: 100%;
	margin: auto;
	padding: 137px 0;
	text-align: center;
	color: #fff;
	top: 0;
	position: absolute;
	z-index: 1000;
	text-transform: uppercase;
}
.header-text.smalltext {
	padding: 112px 0;
}
.header-text h2 {
	margin: 0;
	font-size: 38px;
}
.header-text p {
	margin: 0;
	font-size: 21px;
}
.zigzag-line {
	width: 100%;
	height: 8px;
	background: url('../img/border-pattern-up.png');
	margin-top: -8px;
	z-index: 9999;
	position: relative;
}
.header-wrapper .zigzag-line, .zigzag-line.bot {
	width: 100%;
	height: 8px;
	background: url('../img/border-pattern.png');
	margin-bottom: -8px;
	z-index: 9999;
	position: relative;
}
/*------
Content
------*/
.pre-iframe {
	text-align: center;
	margin-top: 65px;
	font-size: 12px;
}
iframe {
	width: 920px;
	margin: 0 auto;
	display: block;
	border: 0;
}
.wrapper {
	width: 100%;
	color: #a91835;
}
.landing-image {
	width: 100%;
	text-align: center;
	overflow: hidden;
	background: url('../img/landing-image.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.landing-image a {
	border: 0 !important;
}
.landing-image-link {
	width: 918px;
	height: 741px;
	display: inline-block;
	margin-top: 120px;
}
.landing-image-link .socials {
	width: 918px;
	height:200px;
}
.landing-image-link .socials .share {
	margin: auto;
	width: 86px;
	height: 18px;
	background: url('../img/share_btn.jpg') no-repeat;
	background-size: 86px 18px;
}
.landing-image-link .video {
	width: 918px;
	height: 541px;
}
.landing-image-link .video iframe {
	width: 918px;
	height: 541px !important;
}
.content {
	max-width: 920px;
	margin: auto;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.regular-content {
	max-width: 920px;
	margin: 5px auto 25px;
}
.regular-content-left {
	width: 640px;
	float: left;
	margin-top: 15px;
}
.content-left {
	width: 50%;
	float: left;
}
.regular-content-right {
	width: 240px;
	float: right;
}
.content-right {
	float: right;
	width: 48%;
}
.supporter-table {
	width: 100%;
	text-align: center;
}
.supporter-table a {
	display: block;
	float: left;
	width: 33%;
	margin-bottom: 10px;
}
.supporter-table a:hover {
	border-bottom: 0;
	text-decoration: underline;
}
.supporters-cat-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.supporters-content-left {
	float: left;
	width: 200px;
	margin-top: 20px;
}
.supporters-content-right {
	float: right;
	width: 655px;
	margin-top: 20px;
}
.logo-frame {
	text-align: center;
	margin: 10px 0 20px;
}
.logo-frame a:hover {
	text-decoration: none !important;
	border-bottom: 0 !important;
}
.logo-frame img {
	height: 100%;
}
.cat-1-logo-frame {
	width: 100%;
	height: 40px;
	float: left;
}
.cat-3-logo-frame {
	width: 50%;
	float: left;
	height: 40px;
}
.cat-2-logo-frame {
	width: 33%;
	float: left;
	height: 45px;
}
.cat-4-logo-frame {
	width: 25%;
	float: left;
	height: 30px;
}
.news-box {
	margin-top: 15px;
}
.news-title {
	font-size: 20px;
	font-weight: bold;
}
.news-title a:link, .news-title a:visited, .news-title a:active, .news-title a:hover {
	font-size: 20px;
}
.news-date {
	font-size: 12px;
	margin-bottom: 10px;
}
.city-selector {
    display: inline-block;
    float: right;
    margin: -30px 30px 0 0;
}
.city-selector select {
    border: 0;
    color: #a91835;
    outline: none;
}
.city-table {
    text-transform: uppercase;
    width: 780px;
    text-align: center;
    margin: 40px auto;
}
.city-table tr td:nth-child(2) {
    width: 55%;
}
.city-table td {
    position: relative;
}
.city-list {
	text-align: center;
}
.city-link {
	display: inline-block;
	/*outline: 1px solid red;*/
	width: 30%;
	margin: 0;
	padding: 0;
}
.city-link:hover {
	border: none;
	text-decoration: underline;
}
.company-list {
	text-align: center;
	/*border: 1px solid red;*/
	max-width: 800px;
	margin: 0px auto;
	margin-top: 30px;
}
.company-box {
    width: 219px;
    height: 219px;
    overflow: hidden;
    border: 1px solid #a693a3;
    border-radius: 112px;
    margin: 0 auto 39px;
    display: inline-block;
	/*float: left;*/
	margin-left: 20px;
	margin-right: 20px;
}
.company-box img {
	max-width: 100% !important;
    width: 100% !important;
}
.company-name {
    position: absolute;
    background: url('/app/webroot/img/company-name-bg.png') no-repeat;
    color: #fff;
    background-position: center top;
    /*width: 100%;*/
    height: 70px;
    font-size: 14px;
    padding-top: 4px;
    /*border: 1px solid red;*/
    z-index: 9;
    margin-top: -110px;
	width: 250px;
	margin-left: -16px;
	font-weight: bold;
}
body.piedavajumi .regular-content {
	max-width: 1000px;
}
.offer-box {
    float: left;
    width: 302px;
    height: auto;
    margin-bottom: 30px;
    margin-right: 15px;
    margin-left: 15px;
}
.offer-box:nth-child(3n+3) {
    margin-right: 0;
}
.offer-image {
    width: 300px;
    height: 200px;
    overflow: hidden;
    background: #ffed00;
    box-shadow: 2px 2px 0px #a79e9f;
    margin-bottom: 4px;
}
.offer-header {
    width: 302px;
    height: 20px;
    background: url('/app/webroot/img/offer-text-header.jpg') no-repeat;
    margin-top: 3px;
}
.offer-text, .offer-link {
    width: 262px;
    height: auto;
    color: #fff;
    font-size: 15px;
    padding: 0 20px 20px;
    background: url('/app/webroot/img/offer-text-bg.jpg') repeat-y;
}
.offer-link a {
	color: #fff !important;
	border-bottom: 0 !important;
}
.offer-link a:hover {
	text-decoration: underline;
}
.offer-footer {
    width: 302px;
    height: 65px;
    background: url('/app/webroot/img/offer-text-footer.jpg') no-repeat;
}
.offer-fb {
    float: left;
    margin-left: 114px;
    width: 25px;
    height: 30px;
    cursor: pointer;
}
.offer-tw {
    float: left;
    margin-left: 7px;
    width: 25px;
    height: 30px;
    cursor: pointer;
}
.offer-fb:hover, .offer-tw:hover {
    border-bottom: 1px solid #ffffff;
}

.poster-load-content {
	width: 697px;
	margin: auto;
}
.poster-template-container {
	display: inline-block;
	text-align: center;
	margin: 10px auto 17px;
}
.poster-template {
	width: 322px;
	max-width: 322px;
	height: 454px;
	max-height: 454px;
	display: inline-block;
	cursor: pointer;
	float: left;
	margin: 0 13px;
	background: url('../img/poster-pattern-medium.png') #221f1f;
	color: #fff;
}
.poster-preview .poster-template {
	cursor: default;
}
.poster-template-container .template-1 {
	background: url('../img/poster-preview-1.jpg') 0 0 no-repeat;
}
.poster-template-container .template-1.selected {
	background: url('../img/poster-preview-1.jpg') 0 -456px no-repeat;
}
.template-2 {
	color: #991e3a;
	background: url('../img/premade-poster-med.jpg') 0 0 no-repeat;
}
.poster-template-container .template-2 {
	background: url('../img/poster-preview-2.jpg') 0 0 no-repeat;
}
.poster-template-container .template-2.selected {
	background: url('../img/poster-preview-2.jpg') 0 -461px no-repeat;
}
.poster-template p.city {
	margin: 25% 0 0;
	font-size: 8px;
}
.poster-template input {
	border: 0;
	outline: none;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.poster-template.template-2 input {
	color: #a91835;
}
.poster-template input.city {
	margin: -2% 0 0;
	font-size: 8px;
}
.poster-template input.large-line1 {
	margin: 81% 0 -1.5%;
	font-size: 15px;
}
.poster-template input.large-line2 {
	margin: 18% 0 0;
	font-size: 15px;
}
.poster-template input.title-line {
	margin: 6% 0 0;
	font-size: 10px;
}
.poster-template p.large-line1 {
	margin: 75% 0 -0.5%;
	font-size: 13px;
}
.poster-template p.large-line2 {
	margin: 0;
	font-size: 13px;
}
.poster-template p.title-line {
	margin: 6% 0 0;
	font-size: 10px;
}
.poster-descr {
	text-transform: none;
	font-size: 12px;
	margin-top: 142%;
	color: #a91835;
}
.poster-edit {
	width: 51%;
	margin-top: 77px;
	float: left;
	font-weight: bold;
}
.poster-edit button img {
	margin: 10px 0 0;
}
.poster-edit button {
	background: transparent;
	border: 0;
	text-transform: uppercase;
	color: #a91835;
	font-weight: bold;
	padding: 0;
	margin: 5px 20px 0 0;
	float: left;
}
.poster-edit input[type="text"], .poster-edit textarea {
	width: 40%;
	outline: none;
	border: 0;
	border-bottom: 1px solid #a91835;
	resize: none;
}
.poster-preview {
	float: left;
	width: 35%;
	margin-top: 27px;
	font-weight: bold;
}
.poster-preview .poster-template {
	width: 322px;
	max-width: 322px;
	height: 454px;
	max-height: 454px;
	float: none;
	margin: 0;
	text-align: center;
	overflow: hidden;
	word-break: break-word;
}
.poster-effect-switch {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: #221f1f;
	cursor: pointer;
	border-radius: 24px;
	margin-right: 20px;
}
.poster-effect-switch .number {
	margin-top: -16px;
	cursor: default;
}
.text-center > p.section-title {
	color: #a91835;
	text-transform: uppercase;
	font-size: 19px;
	margin: 50px 0 0 0;
}
.poster-select-continue {
	display: inline-block;
	margin: 25px auto 35px;
	width: 198px;
	height: 43px;
	background: url('../img/continue.png') 0 0 no-repeat;
	cursor: pointer;
}
.poster-select-continue:hover {
	background: url('../img/continue.png') 0 -47px no-repeat;
}
.poster-edit .save-as-jpg {
	margin-left: 70px;
}
#custom-city {
  width: 100px;
  display: none;
}
.poster-edit .continue_btn {
    height: 27px;
    line-height: 27px;
    display: inline-block;
    background-image: url('/app/webroot/img/continue_btn_bg.png');
    background-position: center right;
    background-repeat: no-repeat;
    color: #fff;
    text-transform: none;
    padding-right: 30px;
    padding-left: 20px;
    font-size: 13px;
    white-space: nowrap;
}
.create-poster-template-2 .save-as-jpg,
.create-poster-template-2 .save-as-pdf,
.create-poster-template-2 .save-to-print {
	margin-top: 50px;
}
.share-buttons {
	position: relative;
	width: 88px;
}
.twitter-share {
	width: 38px;
	height: 39px;
	display: block;
	position: absolute;
	text-decoration: none;
	top: 0;
	right: 0;
	border: 0;
}
.twitter-share:hover, .fb-like:hover {
	text-decoration: none;
	border: 0;
}
.fb-like {
	width: 37px;
	height: 39px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
body.plakats .fb-like,
body.plakats .twitter-share {
	margin-top: 25px;
}
.finished-poster-preview-wrapper .finished-poster-preview {
	display: block;
	margin: 0px auto;
	max-width: 679px;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.finished-poster-preview-wrapper .share-buttons {
	display: block;
	margin: 0px auto;
	float: none !important;
	bottom: 0 !important;
	right: 0 !important;
	margin-bottom: 40px;
}
.finished-poster-preview-wrapper .save-to-print {
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-left: 270px;
}
.finished-poster-preview-wrapper .save-to-print b {
	font-size: 11px;
}
.finished-poster-preview-wrapper .save-to-print img {
	margin-top: 6px;
}
.finished-poster-preview-wrapper .share-buttons {
	float: left !important;
}
#map-wrapper {
	position: relative;
}
#map-overlay {
	position: absolute;
	z-index: 19998;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	display: none;
}
#map-pin-overlay {
	position: absolute;
	width: 254px;
	height: 97px;
	background: #fff;
	z-index: 19999;
	display: none;
	padding: 23px;
	color: #a91835;
	font-weight: bold;
}
#map-pin-overlay-close {
	float: right;
	font-size: 12px;
	color: #a91835;
	margin: -23px -18px 0 0;
	font-weight: bold;
	cursor: pointer;
}
#map-pin-overlay-close:hover {
	text-decoration: underline;
}
#map-pin-overlay .title {
	font-size: 20px;
}
#map-pin-overlay .address {
	font-size: 12px;
}
#map-pin-overlay .close {
	font-size: 18px;
}

#map {
	height: 564px;
	width: 100%;
}
.company-profile-wrap {
	display: none;
	min-height: 415px;
	background: #fff;
}
.company-profile {
	padding: 20px 0;
	margin: auto;
	max-width: 920px;
	min-height: 375px;
}
.company-logo-wrap {
	width: 209px;
	height: 209px;
	float: left;
	background: url('../img/logo-frame.jpg') no-repeat;
}
.company-logo-frame img {
	width: 92%;
}
.company-logo-frame {
	width: 194px;
	height: 194px;
	padding: 15px;
}
.company-sprites {
	width: 209px;
	height: 122px;
	float: left;
	background: url('../img/details-sprites@2x.jpg') top right no-repeat;
	background-size: 70px 122px;
	margin-top: 5px;
}
.company-description-row {
	margin-bottom: 15px;
}
.company-decsription {
	float: right;
	width: 675px;
	font-size: 12px;
	color: #a91835;
	font-weight: bold;
}
.company-decsription .title {
	font-size: 25px;
	margin-bottom: 20px;
}
.email-phone {
	margin-top: 29px;
}
.fb-tw {
	margin-top: 28px;
}
/*------
Footer
------*/
.footer-wrapper {
	width: 100%;
	text-align: center;
	background: url('../img/bg_pattern.jpg');
	background-size: 132px 132px;
	height: 312px;
}
.footer-wrapper.retina {
	background: url('../img/bg_pattern@2x.jpg');
	background-size: 132px 132px;
}
.footer-wrapper.map {
	padding-top: 20px;
	position: relative;
}
.footer-wrapper.map .red-bg {
	background: url('../img/red-btn-bg.jpg') center 21px repeat-x;
	position: absolute;
	top: 64px;
	left: 0;
	height: 57px;
}
.footer-wrapper.map .pievienoties {
	background: url('../img/red-btn-bg.jpg') center 21px repeat-x;
	text-align: right;
	width: 74%;
	margin-bottom: 24px;
}
.footer-wrapper.map .pievienoties img {
	margin: 0 -275px 0 0;
	cursor: pointer;
}
/* 2013-10-08 */
.footer-wrapper.map .line-box {
	height: 57px;
	position: relative;
	margin-top: 6px;
	margin-bottom: 23px;
}
.footer-wrapper.map .line-box .line-left {
	position: absolute;
	right: 50%;
	top: 21px;
	width: 100%;
	height: 36px;
	margin-right: -225px;
	background: url('../img/red-btn-bg.jpg') repeat-x;
	z-index: 1;
}
.footer img.footer-line {
	width: 100%;
}
.footer-wrapper.map .line-box .line-end {
	background: url('../img/pievienoties.png') no-repeat;
	background-position: right top;
	color: white;
	display: inline-block;
	font-size: 26px;
	height: 37px;
	margin: auto;
	padding-left: 18px;
	padding-right: 125px;
	padding-top: 22px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	z-index: 2;
}
.footer-wrapper.map .line-box .line-end:hover {
    background: url('../img/pievienoties.png') no-repeat;
    /*background-position: 0 -59px;*/
	background-position: right -59px;
}
.footer-wrapper.map .line-box .line-end:hover {
	text-decoration: none;
	border: none;
}
/*
	956 / 2 - 275
*/

.footer {
	padding-top: 85px;
	max-width: 920px;
	margin: auto;
	font-size: 12px;
	color: #a91835;
	font-weight: bold;
}
.map .footer {
	padding-top: 0;
}
.footer p {
	margin: 5px 0;
}
/*------
Links
------*/
a:link, a:active, a:visited {
	font-size: 12px;
	color: #a91835;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	border-bottom: 1px solid #a91835;
}
.regular-content a:link, .regular-content a:active, .regular-content a:visited, .regular-content a:hover {
	font-size: 16px;
}

/*------
Video
------*/
.video-step-boxes {
    margin-top: 70px;
}
.step-box {
    background: #91213b;
    color: #91213b;
    width: 120px;
    height: 80px;
    float: left;
    margin-right: 40px;
}
.step-box.box6 {
    margin: 0;
}
.step-box span {
    color: #fff;
    font-size: 44px;
    text-align: center;
    display: block;
    padding: 12px 0 9px;
}
.step-box.active {
    margin-top: 7px;
}
.video-box-title {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    margin-top: -18px;
}
.box3 .video-box-title {
    margin-top: -48px;
}
.ru_RU .box3 .video-box-title {
    margin-top: -33px;
}
.box4 .video-box-title {
    margin-top: -34px;
}
.ru_RU .box4 .video-box-title {
    margin-top: -48px;
}
.box5 .video-box-title {
    margin-top: -34px;
}
.ru_RU .box5 .video-box-title {
    margin-top: -48px;
}
.video-step-arrow {
    display: none;
	width: 0;
	height: 0;
    border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	margin-left: 45px;
	border-top: 15px solid #91213b;
}
.active .video-step-arrow {
    display: inline-block;
}
.video-page .content-line {
    width: 100%;
    height: 9px;
    margin: 30px 0;
}
.video-creation-box {
    width: 600px;
    margin: auto;
}
.video-creation-box-header {
    color: #646464;
    font-size: 12px;
    font-weight: bold;
}
.video-creation-box-content {
    width: 600px;
    height: 338px;
    margin: 10px 0 30px;
    overflow: hidden;
    position: relative;
}
.video-creation-box-content input {
    position: absolute;
    text-align: center;
    border: 0;
    outline: none;
    background: transparent;
    resize: none;
}
.video-creation-box-content.white input {
    color: #fff;
}
.video-creation-box-content.red input {
    color: #9b1b30;
}
.video-creation-box-content input:focus {
    background: #fbfbfb;
}
#step1_text {
    width: 365px;
    top: 188px;
    left: 117px;
    padding: 8px 0;
    color: #9b1b30;
    font-size: 26px;
}
#step5_city {
    top: 72px;
    left: 236px;
    width: 132px;
    font-size: 18px;
}
#step5_company {
    left: 109px;
    top: 140px;
    width: 387px;
    font-size: 30px;
}
#step5_offer1 {
    top: 215px;
    left: 59px;
    width: 482px;
    font-size: 20px;
}
#step5_offer2 {
    top: 243px;
    left: 59px;
    width: 482px;
    font-size: 20px;
}
.vjs-default-skin .vjs-big-play-button {
    left: 8em !important;
    top: 4em !important;
}
.video-creation-box-content img:not(.video-spinner) {
    width: 100%;
}
.video-spinner {
    -webkit-animation:flickerAnimation 3s linear infinite;
    -moz-animation:flickerAnimation 3s linear infinite;
    animation:flickerAnimation 3s linear infinite;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.video-step-prev {
    display: none;
    float: left;
    cursor: pointer;
    width: 83px;
    height: 27px;
}
.video-step-next {
    float: right;
    cursor: pointer;
    width: 112px;
    height: 27px;
}
.video-step-next:hover, .video-step-prev:hover, .video-edit-image:hover, .video-image-save:hover, #video-image-another:hover, .video-save:hover, .video-download:hover {
    text-decoration: none !important;
    border: 0 !important;
}
.video-image-upload-link, #video-image-another, .video-image-save {
    cursor: pointer;
    display: inline-block;
}
.video-save {
    display: none;
    width: 113px;
    height: 27px;
    cursor: pointer;
    float: right;
}
.video-edit-image {
    display: none;
    float: left;
    margin: -14px 0 0 172px;
    cursor: pointer;
}
.video-edit-image.moreleft {
    margin: -14px 0 0 110px;
}
.video-font-color {
    display: none;
    margin: -6px 0 0 56px;
    float: left;
    width: 100px;
    height: 68px;
    background: url('/app/webroot/img/video_choose_font_color.jpg') no-repeat;
}
.video-font-color-buttonbox {
    cursor: pointer;
    width: 56px;
    height: 33px;
    margin-left: 23px;
}
.video-font-color-bleft {
    float: left;
    width: 27px;
    height: 33px;
}
.video-font-color-bright {
    float: right;
    width: 27px;
    height: 33px;
}
.video-image-crop-close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
.video-image-crop-overlay {
    width: 650px;
    height: 560px;
    background: #ffffff;
    z-index: 999999;
    position: fixed;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -325px;
    display: none;
}
.video-image-crop-container {
    width: 600px;
    height: 338px;
    overflow: hidden;
    margin: 55px auto 21px;
}
.video-image-crop-footer {
    width: 600px;
    margin: auto;
    text-align: center;
}
body.pilsetas img.content-line-long {
	max-width: 90%;
}
body.par_projektu .regular-content,
body.kontakti .regular-content {
	padding-left: 20px;
	padding-right: 20px;
}
.logos_320 { display: none; }
.logos_600 { display: none; }
.logos_768 { display: none; }
.logos_980 { display: block; }
.seminari-image {
	margin: 0px auto;
	display: block;
	max-width: 100%;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 10px 0px rgba(50, 50, 50, 0.75);
}
body.plakats .share-buttons {
	float: right;
	bottom: 72px;
	right: 90px;
}
body.plakats .share-buttons span {
	display: block;
	margin-bottom: 10px;
}

/*------
Responsive
------*/

/*------
Global styles
------*/
div#document-overlay {
	position: fixed;
	width: 100%;
	height: 110%;
	display: none;
	background: #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
	z-index: 20000;
	margin-top: -20px;
}
.overlay {
	background: #fff;
	border: 1px solid black;
	text-align: center;
	display: none;
	position: absolute;
	z-index: 200000;
}
#loginForm {
	width: 300px;
	height: 180px;
	padding-top: 20px;
}
#loginForm p {
	margin: 5px 0;
}
.error {
	font-size: 12px;
	color: #FF1241;
}
.clear {
	clear: both;
}
.text-center {
	text-align: center;
}
.hidden {
	display: none;
}
.overflow {
	overflow: auto;
}
.oblivion {
	position: absolute;
	left: -500000px;
}

/*------
Bootstrap
------*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-danger {
  color: #ffffff;
  background-color: #B31D3B;
  border-color: #B31D3B;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a91835;
  border-color: #a91835;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #a91835;
  border-color: #a91835;
}
