﻿
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.d-none {
    display:none;
}

body {
}

.bg-content {
    background-image: url(../images/kurban.jpg?123);
    background-position: center center;
    background-size: cover;
    -webkit-filter: blur(0px);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    position: fixed;
}

.content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

    .content.full-size {
        height: auto;
    }

.a_logo {
    width: 100%;
    height: 100px;
    display: block;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .logo {
    width: 208px;
    height: 70px;
    z-index: 1;
    background-image: url(https://www.ihlasvakfi.org.tr/rsm/logo/logo_tr.png);
    background-repeat: no-repeat;
    padding: 15px;
    margin-top: 30px;
}

.content .video {
    z-index: 1;
    width: 55%
}

@media screen and (max-width: 992px) {
    .content .video {
        z-index: 1;
        width: 100%
    }
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 45px);
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 0.3em;
    transition: all 0.4s;
}

.vjs-poster {
    background-color: #FFF;
}

.vjs-poster img {
	width:100%
}

.button {
    padding: 10px;
    margin: 10px;
    background-color: #0E5631;
    color: #FFF;
    border-radius: 5px;
    text-decoration: none !important;
    border: 1px solid #FFF;
    float: left;
}

@media screen and (max-width:500px){
	.button{
		width: calc(100% - 40px);
	}
}

    .button:hover {
        background-color: #058446
    }

.donationListName {
    margin: 10px 0;
    padding: 10px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    background-color: rgba(0,0,0,0.8);
	z-index: 99999;
    position: relative;
}

.clearfix {
    clear: both;
}

.wp-support {
    position: fixed;
    z-index: 9999;
    bottom: 68px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(41 167 26);
    padding: 5px;
    border-radius: 50px;
    background-color: #FFF;
}

.wp-support:hover {
    box-shadow: 0px 1px 16px -3px #000;
    transition:ease-out .2s;
}

    .wp-support img {
        width: 30px;
        margin-right: 3px;
    }

    .wp-support label {
        font-size: 11pt;
        color: #058446;
        font-weight: bold;
    }
