/*----------html----------*/
html, body {
    height: 100%;    
    *background: url("../img/a3.jpg") no-repeat center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    font-family: 'Roboto', sans-serif;
    outline: none;
}
ul{
	list-style: none;
	*padding-left: 0;
}
img{
	max-width: 100%;
	height: auto;
}

ul.flags{
	padding-top: 4px;
	margin-left: 10px;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.3333333333333333em;
  line-height: 2em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon-en {
  background-image: url(../img/flag/en.png);
}
.flag-icon-de {
  background-image: url(../img/flag/de.jpg);
}
.flag-icon-es {
  background-image: url(../img/flag/es.png);
}
.flag-icon-fr {
  background-image: url(../img/flag/fr.png);
}
.flag-icon-it {
  background-image: url(../img/flag/it.svg);
}
.flag-icon-tr {
  background-image: url(../img/flag/tr.png);
}

.fb-like{
	*text-align: right;
}
ul.share-buttons{
  list-style: none;
  padding: 0;
  padding-top: 5px;
}
ul.share-buttons img{
  height: 30px;
}
ul.share-buttons .fb-like{
	padding-top: 6px;
}
.navbar-nav>li>a{
	padding: 3px;
}
ul.share-buttons li{
  display: inline-block;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/*--------navbar--------*/
.navbar{
	background: #4B529B;
}
.navbar-brand, .navbar-nav > li > a, .navbar-nav > li > p {
	color : #fff;
}

.navbar-brand:hover {
	color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #282F81;
    *color: #fff;
}

.navbar-toggle { 
	border: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: #282F81;
}
.icon-bar {
	background-color: #000;
}

/*-----------heading------------*/
.logo{
	*height: 50%;
	margin-bottom: 20px;
	width: 250px;
	margin: 0 auto 20px;
}
.header {
	margin-top: 10px;
	margin-bottom: 10px;
}

.header h1 {	
	font-size: 45px;
	font-weight: bold;
	*color: #000;
}

.header h2 {	
	font-size: 25px;
	*color: #000;
}

/*-----------card--------------*/
.card {
    background: #F4F4F4;
	min-height: 50px;
	*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
#title{
	margin-bottom: 10px;
}
.card .body {
    font-size: 14px;
    color: #555;
    padding: 20px;
}

.card:hover{
	*box-shadow: 0.5em 0.5em 1.2em rgba(0, 0, 0, 0.2);
}

/*-----------button color-----------*/
.btn-color {
	background-color: #4B529B;
	color: white;
	padding: 7px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-color : #3b5998;
}

.btn-color:hover, .btn-color:focus {	
	background-color: #29487D;
	border-color : #8b9dc3;
	color: #fff;
	box-shadow: 0.5em 0.5em 1.2em rgba(0, 0, 0, 0.2);
	outline: none;
}

/*-----------advertisment--------------*/
.advertisement {
	height:90px;
	width: 100%;
	display: inline-block;
}

.advertisement p{
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*-----------video download link result-----------*/
.result{
	display: none;
}

.result video {
	width: 100%;
}

#source, #title {
	word-break: break-all;
	line-height: 1.5;
}
.result .card{
	overflow: hidden;
}
/*---------snackbar-----------*/
#snackbar-success {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #4CAF50;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar-success.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar-error {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #F44336;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 40%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar-error.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/*------------footer-----------*/
.footer{color:#7b7c7b;font-size:13px;font-family:'Roboto', sans-serif;font-weight:400;*max-width:600px;border-top:1px #dadada solid;margin:40px auto;padding:5px 0;}
.footer p{margin:0;}
.footer p:first-child{text-align:left;float:left;width:50%;}
.footer p:last-child{text-align:right;float:right;width:50%;}
.footer a:link, #footer a:visited{color:#7b7c7b;text-decoration:none;margin-right:5%;} /*m:15px;*/
.footer a:hover, #footer a:active{text-decoration:underline;}
.footer a:last-child{margin-right:0;}
.clear{clear:both;}
@media only screen and (max-width:600px) {
   .footer p:first-child{text-align:center;float:none;width:100%;}
   .footer p:last-child{text-align:center;float:none;width:100%; margin-top: 10px;}

}

/*--------keyframes---------*/
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}


/*---------media quries----------*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	
	#videodownload {
		margin-top: 10px;
	}

	#snackbar-success {		
		font-size: 12px;
	}

	#snackbar-error {
		left: 39%;		
		font-size: 12px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	
	#snackbar-success {		
		font-size: 12px;
	}

	#snackbar-error {
		left: 34%;		
		font-size: 12px;
	}
}

@media only screen and (min-device-width: 600px) and (max-device-width: 960px) {
	
	#videodownload {
		margin-top: 10px;
	}

	
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  	
  	#snackbar-success {
		left:48%;
	}

	#snackbar-error {
		left:37%;
	}
}