@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Magra:400,700&subset=latin,latin-ext);
html,body{
	font-family: 'Magra', sans-serif;
	width:100%;
	height:100%;
	overflow-x: hidden;
}
hr {
	width: 90%;
	border: 1px solid #D3CA2B;
}

body.home{
	background-image:url(../img/bg4.jpg)!important;
	background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	bottom: 0;
	right: 0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-height: 100%;
}
body.kapcsolat{
	background-image:url(../img/bg2.jpg)!important;
	background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	bottom: 0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-height: 100%;
}
body.szolg{
	background-image:url(../img/bg2.jpg)!important;
	background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	bottom: 0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-height: 100%;
}
::selection {
	background-color: #E6276D;
	color: #fff;
}
::-moz-selection {
	background-color: #E6276D;
	color: #fff;
}
h1{
	font-size: 2.2em;
	font-weight: 700;
	color: #5d5d5d;
}
h2{
	font-size: 1.8em;
	font-weight: 700;
	color: #5d5d5d;
}
h3{
	font-size: 1.4em;
	font-weight: 700;
}
h4{
	font-size: 1.2em;
	font-weight: 700;
	color: #5d5d5d;
	line-height: 80%;
}
.header{
	position: fixed;
	top: 0;
	background: white;
	width: 100%;
	height: 70px;
	z-index: 1000;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}

/* NAV */
.nav{
	position:fixed;
	z-index:100;
	top:5px;
	right: 5px;
}
.nav i{
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	-webkit-transition-delay: -2s; /* Chrome, Safari, Opera */
    transition-delay: -2s;
}
.nav li{
	color: #E6276D;
	display: inline;
	padding: 0 10px;
	line-height: 30px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 1,5em;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	text-align:left;
	cursor: pointer;
	transition-delay: 0s!important;
	-webkit-transition-delay: 0s!important; /* Safari */
}
.nav a{
	color: #E6276D;
	display: inline;
	padding: 0 5px;
	line-height: 30px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	text-align:left;
	cursor: pointer;
	transition-delay: 0s!important;
	-webkit-transition-delay: 0s!important; /* Safari */
	
}
.nav i:hover{
	cursor: pointer;
	color:#D3CA2B;
}
.nav li:hover{
	cursor: pointer;
	color:#D3CA2B;
	border-bottom: solid 1px #E6276D;
}
.nav a:hover{
	cursor: pointer;
	color:#D3CA2B;	
}
.nav i.active{
	cursor: pointer;
	color:#D3CA2B;
}
.nav li.active{
	cursor: pointer;
	color:#D3CA2B;
	border-bottom: solid 1px #E6276D;
}
.nav a.active{
	cursor: pointer;
}
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
}

.slideno{
	text-align: center;
	position:fixed;
	bottom:0px;
	right:0px;
	margin-right: auto;
	margin-left: auto;
	font-size:5em;
	font-weight:bold;
	color:#D3CA2B;
}
.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left: calc(50% - 25px);
	background-color:#333333;
	background-image:url(../images/arrow.png);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.button:hover{
	background-color:#494949;
	cursor:pointer;
}

/******************************
ACC
*******************************/
.green{
	color: #D3CA2B;
}
.white {
	color: #fff;
}
.pink{
	color: #E6276D!important;
}
.margin{
	margin: 20px;
}
.border{
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.center{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none!important;
}
.holder{
	width: 80%;
	position: absolute;
	margin-top: 30px;
	background: #fff;
	padding: 3px;
	border: 3px solid #E6276D;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);	
}
.middle{
	position: relative;
	text-align: center;
	padding-top: 10px;
	z-index: 5;
}
img.logo{
	width: 75px;
	position: fixed;
	z-index: 99;
	left: 0;
	margin-left: 20px;
	margin-top: 8px;
}
.content{
	width: 55vw;
	background: blu;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
}
.content2{
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
}
.btn {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #ffffff;
	font-size: 20px;
	background: #E6276D;
	padding: 10px 20px 10px 20px;
	border: solid #fff 2px;
	text-decoration: none!important;
	cursor: pointer;
	font-family: 'Magra', sans-serif;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}

.btn:hover {
	background: #D3CA2B;
	text-decoration: none;
	border: solid #fff 2px;
}
.btn a{
	text-decoration: none!important;
}
.scrollup {
	
	z-index: 1000;
	text-align: center;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 0;
	right: 0;
	display: none;
	background: none;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;
	border-top-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	-webkit-border-bottom-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.scrollup i {
	margin-top: 10px;
	font-size: 30px;
	color: #E6276D;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.scrollup i:hover {
	margin-top: 10px;
	font-size: 30px;
	color: #D3CA2B;
}
.float{
	position: fixed;
	display: block;
	right: 0;
	margin-top: 90px;
	margin-left: -10px;
	z-index: 1100;
}
.floatbtn{
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	color: #ffffff;
	font-size: 20px;
	background: #E6276D;
	padding: 10px 10px 10px 20px;
	border: solid #fff 0px;
	text-decoration: none!important;
	cursor: pointer;
	font-family: 'Magra', sans-serif;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}
.floatbtn:hover {
	background: #D3CA2B;
	text-decoration: none;
	border: solid #fff 0px;
	padding-right: 15px;
}
/******************************
KEZDŐLAP 
*******************************/
.dppic{
	position: fixed;
	bottom: -10%;
	left: -5%;
	width: 27%;
	z-index: 4;
}
.imgbg{
	position: absolute;
	width: 100%;
	height: 35%;
	margin-top: 70px;
	z-index: 3;
}
#home{
	background-image:url(../img/bg4.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.textbg {
	padding: 15px;
	background: #E6276D;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	z-index: 1000;
}
.textbg p{
	color: #fff;
}
.textbg2 {
	padding: 15px;
	background: #D3CA2B;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}
.textbg2 p{
	color: #fff;
}
/******************************
berlet
*******************************/
.gal ul{
    padding-left: 0px;
}
.gal ul li{
	list-style: none;
	display: inline;
	margin: 5px;
    padding-left: 0px;
}
img.gal{
	width: 30%;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -o-transition: all 0.3s ease; /* IE 9 */
    -ms-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}
img.gal:hover{
	cursor: zoom-in;
	-webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}
/******************************
REFERENCIÁK
*******************************/
#slide3{
	background-color:#b6c10b;
}

.partimg{
	width: 80%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #E6276D;
	padding: 3px;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #D3CA2B;
}
.partimg table, th, td {
   border: 0px solid #fff!important;
}
table.partimg {
	width: 100%;
	border-collapse: collapse;
}
.partimg tbody{
	vertical-align: top;
	border: 0px!important;
}
td, tr .partimg{
	padding: 5px;
}
.partimg li{
	text-align: left!important;
}

.partimg img{
	width: 100px;
	background: #D3CA2B;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.partimg img:hover{
	width: 102px;
	background: #D3CA2B;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}
.refvid{
	width: 50%;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.video-container2 {
    position: relative;
	width: 100%;
	height: 100%!important;
    padding-bottom: 56.25%;
    padding-top: 10px;
	height: 0;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
 
.video-container2 iframe,
.video-container2 object,
.video-container2 embed {
    position: absolute;
	text-align: center;
    top: 0;
    left: 0;
	margin-left: auto;
	margin-right: auto;
    width: 100%;
    height: 100%;
}

/******************************
SZOLGÁLTATÁSOK
*******************************/
.szolgholder{
	width: 25%;
	min-height: 400px;
	float: left;
	position: relative;
	background: #E6276D; 
	margin-top: 25px;
	margin-left: 3%;
	color: #fff;
	padding: 10px;
	border: 8px solid #D3CA2B;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.szolgholder2{
	width: 28%;
	float: left;
	position: relative;
	background: #E6276D; 
	margin-top: 5px;
	margin-left: 30px;
	color: #fff;
	padding: 3px;
	border: 3px solid #D3CA2B;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.szolgholder:hover{
	
}
img.szolgpic{
	width: 55%;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.szolgholder a{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	float: right;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.szolgholder a:hover{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #D3CA2B;
	float: right;
}
.szolgholder2 a{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.szolgholder2 a:hover{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #D3CA2B;
}
.szolgholder2 h3 {
	font-size: 1.2em;
}
.leiras{
	margin: 15px;
}
#map {
	float: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 500px; 
	height: 500px;
	margin-left: 1vw;	
	-webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 6px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 6px 10px 0px rgba(0, 0, 0, 0.75);
}
#pics {
	margin-right: 30px;
	float: left;
	position: relative;
	overflow: hidden;
}
#pics a {
	text-decoration: none;
	color: #E6276D;
	font-size: 1.2em;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#pics a:hover {
	text-decoration: underline;
	color: #D3CA2B;
}
#pics ul {
	list-style-type: none;
	line-height: 130%;
	font-size: 1.5em;
}
.plan{
	width: 80%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #E6276D;
	padding: 3px;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #D3CA2B;
}
.plan table, th, td {
   border: 1px solid #fff;
}
table.plan {
	width: 100%;
	border-collapse: collapse;
}
.plan tbody{
	vertical-align: top;
	border: 0px!important;
}
td, tr .plan{
	padding: 5px;
}
.plan li{
	text-align: left!important;
}
p.megj {
	text-align: left;
	font-size: 0.8em;
	margin-left: 10px;
}
p.megj2 {
	text-align: left;
	font-size: 1em;
	margin: 10px;
}
p.megj3 {
	text-align: center;
	font-size: 0.6em;

}
img.csomagok{
	width: 35%;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.plan h3 {
	line-height: 10%;
}
h3.left{
	text-align: left;
	margin-left: 10px;
}
img.specimg{
	width: 80%;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img.cloudimg{
	width: 70%;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img.cloudimg2{
	width: 121px;
	height: 161px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.berlet-tab {
	margin-left: auto;
	margin-right: auto;
	text-align: center!important;
}
.berlet-wrap{
	margin: 0 auto; 
}

.gepek{
	margin: 15px;
}

.gepek h3{
	color: #E6276D;
}

/******************************
AJÁNLAT
*******************************/
.ajanlat{
	position: relative;
	margin: 15px;
}
.ajanlat-title{
	font-family: 'Magra', sans-serif;
	float: left;
	font-size:1.2em;
	text-align: left!important;
	padding-top: 6px;
}
.ajanlat-textbox{
	font-family: 'Magra', sans-serif;
	position: relative;
	font-size:1.2em;
	display: block;
	right: 0px;
	border: 2px solid #D3CA2B;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #000;
	padding:1%;
	margin-bottom:2%;
	width:65%;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.55);
}
.ajanlat-textarea {
	font-family: 'Magra', sans-serif;
   border: 2px solid #D3CA2B;
   font-size:1.2em;
   resize: none;
   background: #fff;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #000;
   padding:1%;
   margin-bottom:2%;
   min-width:65%;
   max-width:65%;
   height: 25vh;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.55);
}
.ajn{
	width: 80%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #E6276D;
	padding: 3px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 10px;
	border: 5px solid #D3CA2B;
}
.ajbtn {
	margin-top: 30px;
	text-align: center;
	position: relative;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #ffffff;
	font-size: 20px;
	background: #E6276D;
	padding: 10px 20px 10px 20px;
	border: solid #fff 2px;
	text-decoration: none!important;
	cursor: pointer;
	font-family: 'Magra', sans-serif;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}

.ajbtn:hover {
	background: #D3CA2B;
	text-decoration: none;
	border: solid #fff 2px;
}
.ajbtn a{
	text-decoration: none!important;
}
.digitalisreklam select{
	font-family: 'Magra', sans-serif;
	width: 50%;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 2px solid #D3CA2B;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #000;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}
.berlet select{
	font-family: 'Magra', sans-serif;
	width: 50%;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 2px solid #D3CA2B;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #000;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}
/******************************
KAPCSOLAT
*******************************/
#slide5{
	background-color:#b6c10b;
}
.contactform{
	width: 50%;
	position: relative;
	margin-left: 1%;
	float: left;	
}
.contactinfo{
	width: 40%;
	position: relative;
	margin-right: 6%;
	background: #E6276D; 
	float: right;
	margin-top: 25px;
	color: #fff;
	padding-left: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}
.contactinfo a{
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.contactinfo a:hover{
	padding-left: 10px;
}
.form-title {

   margin-bottom: 1%;
   font-size: 1.2em;
   font-weight: 700;
}

.textbox {
	font-family: 'Magra', sans-serif;
   border: 2px solid #E6276D;
   font-size: 16px;
   background: #fff;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
   color: #000;
   padding:1%;
   margin-bottom:2%;
   width:80%;
   -webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.55);
}
   
.textbox:focus {

   background: #fff;
   font-size: 18px;
   padding-top: 2%;
   padding-bottom: 2%;
   -webkit-box-shadow: 0px 0px 7px 3px rgba(230, 39, 109, 1);
	-moz-box-shadow:    0px 0px 7px 3px rgba(230, 39, 109, 1);
	box-shadow:         0px 0px 7px 3px rgba(230, 39, 109, 1);
}

.text-area {
	font-family: 'Magra', sans-serif;
   border: 2px solid #E6276D;
   font-size: 16px;
   resize: none;
   background: #fff;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #000;
   padding:1%;
   margin-bottom:2%;
   min-width:80%;
   max-width:80%;
   height: 25vh;
   -webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.55);
}
   
.text-area:focus {

   background: #fff;
   font-size: 18px;
   padding-top: 2%;
   padding-bottom: 2%;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(230, 39, 109, 1);
	-moz-box-shadow:    0px 0px 7px 3px rgba(230, 39, 109, 1);
	box-shadow:         0px 0px 7px 3px rgba(230, 39, 109, 1);
}

#contact-form{
	margin-left: 5%;
	margin-right: 5%;
}

#contact-form h3{
	font-size: 18px;
	text-align: center;
}

#contact-form p{
	font-size: 18px;
}

#contact-form label{
	float: left;
	font-weight: 400;
}

.sendbtn {

	cursor: pointer;
	float: left;
	border: 2px solid #fff;
	font-weight: 700;
	font-size: 20px;
	padding: 2%;
	color: #fff;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	background: #D3CA2B;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.55);
}
.sendbtn:hover {
	background: #E6276D;
	color: #fff;	
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}