
@media screen and (max-width : 720px) {
input::-webkit-input-placeholder { color:transparent !important; }
input:-moz-placeholder { color:transparent !important; } /* FF 4-18 */
input::-moz-placeholder { color:transparent !important; } /* FF 19+ */
input:-ms-input-placeholder { color:transparent !important; } /* IE 10+ */
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

@media screen and (max-width : 300px) {
.btn{
    font-size: 9px !important;
}
body{
    font-size: 13px !important;
}
}
.no-margin{
	margin:0;}
.no-padding{
	padding:0;}
.clear{
	clear: both;
}
.nav .navbar{
background: rgb(62,60,63);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlM2MzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzNlM2MzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgb(62,60,63) 0%, rgb(62,60,63) 50%, rgb(255,255,255) 50%, rgb(255,255,255) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(62,60,63)), color-stop(50%,rgb(62,60,63)), color-stop(50%,rgb(255,255,255)), color-stop(100%,rgb(255,255,255)));
background: -webkit-linear-gradient(top, rgb(62,60,63) 0%,rgb(62,60,63) 50%,rgb(255,255,255) 50%,rgb(255,255,255) 100%);
background: -o-linear-gradient(top, rgb(62,60,63) 0%,rgb(62,60,63) 50%,rgb(255,255,255) 50%,rgb(255,255,255) 100%);
background: -ms-linear-gradient(top, rgb(62,60,63) 0%,rgb(62,60,63) 50%,rgb(255,255,255) 50%,rgb(255,255,255) 100%);
background: linear-gradient(to bottom, rgb(62,60,63) 0%,rgb(62,60,63) 50%,rgb(255,255,255) 50%,rgb(255,255,255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3c3f', endColorstr='#ffffff',GradientType=0 );
}

.bloklar {
	margin-bottom: 10px;
}
#f1_container {
    position: relative;

    height: 184px;
    z-index: 1;
}
#f1_container {
    perspective: 1000;
}
#f1_card {
 
    height: 100%;
    transition: all 0.5s linear;
}
.face {
    position: absolute;
	width:100%;
    height: 100%;
    backface-visibility: hidden;
}
.two{
    opacity: 0;
    transition: all 0.4s linear;
}
.two:hover{
    opacity: 1;
    z-index: 4;
}

.blokicerik h4{
	margin-top:1.5em;
    position: absolute;
    z-index: 1;
    color:red;
 	width:100%;
    background-color: #fff;
    text-align: center;
    padding-top:5px;
    padding-bottom:5px;
}
.blokicerik h5{
    position: relative;
	margin-top:5em;
    z-index: 1;
    color:white;
	width:100%;
    font-weight:200;
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 1px;
}
.blokicerik img{
	position: absolute;
	margin-top:0px;
	margin-left:0px; 
}
