*::-webkit-input-placeholder {
	color: #000;
	opacity: ;
}
*:-moz-placeholder {
	color: #000;
	opacity: ;
}
*::-moz-placeholder {
	color: #000;
	opacity: ;
}
*:-ms-input-placeholder {
	color: #000;
	opacity: ;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	border:red 3px solid
}
body input:required:valid,
body textarea:required:valid {
	border: #2AFF31 3px solid
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	background-color: #000;
}
a {
	color: #EE7DD2FA;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
.header_topline {
	background-color: #2B2521;
	padding: 5px 5px;
	color: #fff;
}
.header_topline a {
	color: #EE7DD2FA;
	text-decoration: none;
}
.top_links {
	display: inline-block;
	vertical-align: middle;
	z-index: 10;
}
.top_links a {
	text-decoration: none;
}
.top_links a:hover {
	text-decoration: none;
}
.soc_buttons {
	float: right;	
}
.soc_buttons {
	padding: 10px;	
}

.soc_buttons a {
	font-size: 26px;
	margin-left: 10px;
	color: #fff;
}
.auth_buttons,
.main_mnu_button {
	background-color: transparent;
	border: medium none;
	font-size: 26px;
}
.main_mnu_button {
	color: #fff;
	padding: 8px 15px 0;
}
.logo 
{
	color: #fff;
	display: block;
	font-family: "NautilusPompiliusRegular";
	font-size: 42px;
	padding: 30px 0px 10px 0px;
	text-align: center;
	text-decoration: none;
}
.logo:hover {
	color: #EE7DD2FA;
}
.top_header {
	background-color: #000;
}
.maian_mnu {
	background-color: #2B2521;
	color: #fff;
	margin-bottom: 20px;
}
.maian_mnu a {
	text-decoration: none;
	color: #fff;
	padding: 15px;
	display: block;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.maian_mnu a:hover {
	background-color: #EE7DD2FA;
}
.maian_mnu li {
	position: relative;
    display: inline-block;
    margin-right: -4px;
}
.maian_mnu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	text-transform: uppercase;
}

.maian_mnu .sub_mnu {
	color: #FFF;
	position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #000;
    opacity: 0.9;
}
.maian_mnu .sub_mnu a {
    margin-bottom: -1px;
    border-top: 1px solid #555;
    display: none;
}
ul li:hover .sub_mnu a {
    display: block;
}
.maian_mnu ul li {
	display: inline-block;
}
.maian_mnu ul {
	z-index: 12;
}

.top_contacts {
	background-color: #2B2521;
	color: #4AE03A;
	float: right;
	font-size: 30px;
	line-height: 53px;
	padding: 0 15px;
}


h1 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-family: "RobotoCondensedLight";
	padding: 16px 0;
}
h2 {
	color: #EE7DD2FA;
	text-transform: uppercase;
	text-align: center;
	font-family: "RobotoCondensedLight";
	padding: 0px 0;
}
h3 {
	color: #EE7DD2FA;
	text-transform: uppercase;
	font-family: "RobotoCondensedLight";
	padding: 0px 0;
}
h4 {
	color: #EE7DD2FA;
	text-transform: uppercase;
	font-family: "RobotoCondensedLight";
	padding: 0px 0;
}
.sider_container img {
	max-width: 100%;
}
.sider_container {
	position: relative;
}
.next_button, .prev_button {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10em;
	color: #fff;
	cursor: pointer;
	font-size: 46px;
	padding: 0 25px;
	position: absolute;
	top: 40%;
	z-index: 10;
}
.next_button {
	right: 20px;
}
.prev_button {
	left: 20px;
}


/* by Jamal Hassouni*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
body{
  margin: 0;
  padding: 0;
 font-family: 'Roboto', sans-serif !important;
}
section{
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 10px 0;
}
.card{
  position: relative;
  height: auto;
  background: linear-gradient(-45deg,#fe0847,#feae3f);
  border-radius: 1px;
  margin: 10px auto;
  padding: 40px 20px;
  -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
-webkit-transition: .5s;
transition: .5s;
text-align: center;
}
.card:hover{
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.col-sm-3:nth-child(1) .card ,
.col-sm-3:nth-child(1) .card .title .fa{
  background: linear-gradient(-45deg,#f403d1,#64b5f6);

}
.col-sm-3:nth-child(2) .card,
.col-sm-3:nth-child(2) .card .title .fa{
  background: linear-gradient(-45deg,#ffec61,#f321d7);

}
.col-sm-3:nth-child(3) .card,
.col-sm-3:nth-child(3) .card .title .fa{
  background: linear-gradient(-45deg,#24ff72,#9a4eff);

}
.col-sm-3:nth-child(4) .card,
.col-sm-3:nth-child(4) .card .title .fa{
  background: linear-gradient(-45deg,#24ff72,#9a4eff);

}
.card::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: rgba(255, 255, 255, .1);
z-index: 1;

}
.title .fa{
  color: #fff;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius:  50%;
  text-align: center;
  line-height: 100px;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.1) ;

}
.title h3 {
  position: relative;
  margin: 20px  0 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
 z-index: 2;
}
.price,.option{
  position: relative;
  z-index: 2;
}
.price h4 {
margin: 0;
padding: 20px 0 ;
color: #fff;
text-transform: lowercase;
font-size: 60px;
}
.option ul {
  margin: 0;
  padding: 0;

}
.option ul li {
margin: 0 0 10px;
padding: 0;
list-style: none;
color: #fff;
font-size: 16px;
}
.card a {
  position: relative;
  z-index: 2;
  background: #EE7DD2FA;
  color : #FFF;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 20px auto 0 ;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .1);

}
.card a:hover{
	background-color: #DD06A4;
}



section.order  {
	background-color: #2B2521;
	padding: 5px 0;
}
section.main_content {
	background-color: #000;
	color: #999;
}
section.links {
	background-color: #000;
	padding: 25px 0;
}
section.footer  {
	background-color: #2B2521;
	padding: 25px 0;
	text-align: center;
	color: #fff;
	font-size: 15px;
}

section.main_description {
	background-color: #000;
	color: #999;
}
.sell_descr {
	color: #fff;
    font-size: 22px;
    padding-top: 5px;
}

.button {
    background-color: #EE7DD2FA;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
.button:hover {
	background-color: #DD06A4;
}
.button:active {
	background-color: #C1018E;
}
.sell_right .button {
	float: right;
}
.hidden {
	display: none;
}
.pop_form {
	position: relative;
	display: block;
	padding: 0px 10px;
	width: 700px;
	height: auto;
}
.pop_form input[type="text"] {
    line-height: 24px;
    margin: 0 auto 12px;
    width: 100%;
    border: #999 3px solid;
}
.pop_form input[type="radio"] {
	margin: 20px 12px;
	border: 2px solid #999;
}
.pop_form textarea {
	margin: 0 auto 12px;
	width: 100%;
	border: #999 3px solid;
}
.pop_form .button {
	margin: 20px auto 0;
}
.pop_form h3 {
    margin: 10px auto 15px;
    text-align: center;
    font-weight: normal;
    font-family: "RobotoCondensedBold";
    text-transform: uppercase;
    color: #EE7DD2FA;
}
.blog_item img {
	max-width: 100%;
	margin-bottom: 20px;
}
.blog_item h3 {
	text-transform: uppercase;
	font-family: "RobotoCondensedRegular";
	margin-bottom: 10px;
}
.blog_item h3 a {
	color: #999;
	text-decoration: underline;
}
.blog_item a {
	color: #EE7DD2FA;
	text-decoration: underline;
}
.blog_item a:hover {
	color: #EE7DD2FA;
	text-decoration: none;
}
.blog_item p {
	margin-top: 0;
}
.contact {
	margin: 40px 0  0 80px;
}
#my_slider {
    width:1140px;
    height:230px;
    overflow: hidden;
    position:relative;
    list-style: none outside none;
    padding:0;
    margin:0;
}
#my_slider li {
    position: absolute;
    top: 0px;
    left: 0px;
    display:none;
}
#my_slider li: first-child {
    display:block;
}
section.taustavalot_slider {
    background-color: #000;
    color: #999;
}
.red_text {
color: #EE7DD2FA;
}
.carousel a {
	color: #FFF;
text-decoration: underline;
}
.carousel a:hover {
		color: #FFF;
text-decoration: none;
}
.table {
    margin: 18px;
    width: 50%;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
.tabl_peruspaketti {
	float: left;
	    width: 30%;
	    margin-bottom: 18px;
}
.text_peruspaketti {
	margin-left: 100px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.varaa {
	padding: 20px;
}
.left_foto img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px 0;
}
.footer a {
	color: #FFF;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.tarjous_kuva {
-webkit-animation-duration: 3s;
-moz-animation-duration: 3s;
-o-animation-duration : 3s;
animation-duration: 3s;
}
.videotykki {
-webkit-animation-duration: 5s;
-moz-animation-duration: 5s;
-o-animation-duration : 5s;
animation-duration: 5s;
}
.yhteys_tiedot {
-webkit-animation-duration: 5s;
-moz-animation-duration: 5s;
-o-animation-duration : 5s;
animation-duration: 5s;
}
.referenssit_foto img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.videotykki img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.tarjous_kuva img {
	display: block;
	max-width: 100%;
	height: auto;	
}
.referenssit_1text{
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay : 1s;
animation-delay: 1s;
}
.referenssit_1text{
-webkit-animation-duration: 5s;
-moz-animation-duration: 5s;
-o-animation-duration : 5s;
animation-duration: 5s;
}
.referenssit_2text{
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay : 1s;
animation-delay: 1s;
}
.referenssit_2text{
-webkit-animation-duration: 5s;
-moz-animation-duration: 5s;
-o-animation-duration : 5s;
animation-duration: 5s;
}
.referenssit_foto {
-webkit-animation-duration: 5s;
-moz-animation-duration: 5s;
-o-animation-duration : 5s;
animation-duration: 5s;
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
-o-animation-delay : 2s;
animation-delay: 2s;

}
.page-header{
	margin-bottom: 15px;
	border-bottom: #333 1px solid;
}
#packageList .package {
    background: #6a166f none repeat scroll 0 0;
    border: 3px solid #6a166f;
    cursor: pointer;
    float: left;
    margin-bottom: 4px;
    margin-right: 2px;
    height: 340px;
    overflow: hidden;
    padding: 8px 12px 12px;
    transition: all 0.6s ease-in-out 0s;
    width: 283px;
}
#packageList .package:hover {
	background-color: #DD06A4;
	border: 3px solid #FFF;
}
.package:active {
	background-color: #FFF;
}
#packageList {
    list-style: outside none none;
    padding-left: 0px;
}
.package img {
	margin-left: 50px;
}
#packageList .package {
    cursor: pointer;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
#packageList.show {
    top: 65px;
    transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
}
.package h3 {
	text-align :center;
}
.package p {
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
    padding-bottom: 12px;
}
body > .fullwide-container.middle {
    background: #111;
    color: #fff;
    min-height: 542px;
    min-width: 100%;
}
.package-description {
	font-family: "RobotoRegular", sans-serif;
	font-size: 12px;
	color: #000;
}
.price-peruspaketti {
	font-family: "RobotoRegular", sans-serif;
	text-align: center;
	font-style: italic;
	font-size: 35px;
	color: #00FF00;
}
.price-dj-pianisti-viulisti {
	font-family: "RobotoRegular", sans-serif;
	text-align: center;
	font-style: italic;
	font-size: 35px;
	color: #00FF00;
}
.price-pianisti {
	font-family: "RobotoRegular", sans-serif;
	text-align: center;
	font-style: italic;
	font-size: 35px;
	color: #00FF00;
} 
.price-tunnelmavalot {
	font-family: "RobotoRegular", sans-serif;
	text-align: center;
	font-style: italic;
	font-size: 35px;
	color: #00FF00;
}
.price-vuokralaitteet {
	font-family: "RobotoRegular", sans-serif;
	text-align: center;
	font-style: italic;
	font-size: 35px;
	color: #00FF00;
}
.more-info a {
font-family: "RobotoRegular", sans-serif;
	font-size: 12px;
	color: #FFF;
}
.page_description h3 {
	padding-left: 15px;
}
.page-description ul {
	float: left;
}
 .page_description li {
  	list-style-image: url(/img/pilkku.png);
  }
.package.perus-paketti a {
	height: 100%;
	display: block;
	text-decoration: none;
}
.package.dj-pianisti-viulisti a {
	height: 100%;
	display: block;
	text-decoration: none;
}
.package.pianisti a {
	height: 100%;
	display: block;
	text-decoration: none;
}
.package.tunnelmavalot a {
	height: 100%;
	display: block;
	text-decoration: none;
}
.package.vuokralaitteet a {
	height: 100%;
	display: block;
	text-decoration: none;
}

/* Ниже CSS модального окна */
.modal_div {
	width: 320px; 
	height: 480px; /* Рaзмеры дoлжны быть фиксирoвaны */
	border-radius: 5px;
	border: 3px #FFF solid;
	background: #000;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -240px;
	margin-left: -160px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 20px 15px;
	overflow: auto;
}
.modal_div {
	font-family: "RobotoRegular", sans-serif;
	font-size: 14px;
	color: #999;
}
.modal_div h3 {
	text-align: center;
	color: #EE7DD2FA;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_div .modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
.modal_div .modal_close:hover {
	color: red;
}
.open_modal h3 {
color: #FFF;
}
.modal_div iframe 
{
border: 0px;
}
/* Пoдлoжкa */
#overlay {
	z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color: #444; /* серая */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}
.right_video
{
position:relative;
padding-bottom:75%;
/*пропорции видео 4:3 */padding-top:25px;
margin-top: 10px;
height:0;
}
.right_video iframe
{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border-width: 0px;
}
.fa-facebook {
	background-color: #EE7DD2FA;
    display: -moz-inline-box;
    vertical-align: middle;
    max-width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all 1s;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    border: 2px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.fa-facebook:hover {
	background-color: #DD06A4;
	border: 2px solid #DD06A4;
}
.toggleMenu {
    display:  none;
    background: #EE7DD2FA;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.toggleMenu:hover {
	background-color: #DD06A4;
}
.nav {
    list-style: none;
     *zoom: 1;
     background: #2B2521;
     text-transform: uppercase;
     padding-left: 0px;
}
.nav a:hover {
	background-color: #EE7DD2FA;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 14em;
    text-transform: uppercase;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.nav a {
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 1px solid #;
}
.nav > li > .parent {
    background-image: url("/img/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #2B2521;
    position: relative;
    z-index:100;
    border-top: 1px solid #555;
}
.nav li li li a {
    background: #2B2521;
    z-index:200;
    border-top: 1px solid #555;
}

@media screen and (max-width: 992px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("/img/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}

.fa-thumbs-o-up {
	font-size: 20px;
	color: green;
	padding-right: 5px;
}
.fa-thumbs-o-down {
	font-size: 20px;
	color: red;
	padding-right: 5px;
}
