﻿body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}
body #copy {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  line-height: 14px;
  font-size: 10px;
  font-weight: 400;
  z-index: 10;
}
body #copy a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body #copy a b {
  font-weight: 700;
}
body #copy a:hover {
  color: #fff;
}
body .mask {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
  box-shadow: 0 0 500px #000 inset,0 0 300px #000 inset,0 0 200px #000 inset;
}
body .mask .modal {
  opacity: 0;
  width: 300px;
  height: auto;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  box-shadow: 0 0 10px #000000, 0 0 0 1px rgba(47, 47, 47, 0.5) inset;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom:20px;
}
body .mask .modal .circle {
  background: #0d0d0d;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
     box-shadow: 1px 1px 30px rgba(248, 178, 28, 0.75);
    -webkit-box-shadow: 1px 1px 30px rgba(248, 178, 28, 0.75);
    -moz-box-shadow: 1px 1px 30px rgba(248, 178, 28, 0.75);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover!important;
}
body .mask .modal .login h1 {
  margin: 0;
  padding: 0;
  margin-top: -30px;
  font-family: arial;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  text-align: center;
}
body .mask .modal .login input {
  width: 260px;
  margin-left: 10px;
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
body .mask .modal .login input:focus {
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.4), 0 1px 1px rgba(255, 255, 255, 0.2);
}
body .mask .modal .login button {
  background: transparent;
  text-align: center;
  border: solid 2px #fff;
  margin: 25px 15px 0;
  width: 275px;
  color: #fff;
  line-height: 25px;
  border-radius: 20px 20px 20px 20px;
}
body .vertical {
  float: left;
  width: 10%;
  overflow: hidden;
}
body .vertical .horizontal {
  width: 100%;
  height: 150px;
  position: relative;
  box-shadow: -1px 1px 0 1px #000000 inset, 0 0 50px rgba(0, 0, 0, 0.5) inset;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover!important;
}


@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
}

#cssmenu {
    width: 250px;
    margin:0 auto;
   
}

    #cssmenu a {
        line-height: 1.3;
    }



    #cssmenu > ul > li {
        
    }

        #cssmenu > ul > li:hover {
           
        }

        #cssmenu > ul > li > a {
            font-size: 14px;
            display: block;
            color: #F8B21C;
            border-bottom: 1px solid #1e1e1e;
            border-top: none;
        }

       

            #cssmenu > ul > li > a > span {
                display: block;
                padding: 12px 10px;
        
            }

            #cssmenu > ul > li > a:hover {
                text-decoration: none;
                color: #cbcbcb;
            }

        #cssmenu > ul > li.active {
            border-bottom: none;
        }

        #cssmenu > ul > li.has-sub > a span {
            background: url(../images/icon_plus.png) 96% center no-repeat;
        }

        #cssmenu > ul > li.has-sub.active > a span {
            background: url(../images/icon_minus.png) 96% center no-repeat;
        }
    /* Sub menu */
    #cssmenu ul ul {
        display: none;
     
    }

        #cssmenu ul ul li {
            padding: 0;
        
            border-top: none;
     
        }

            #cssmenu ul ul li:last-child {
                border-bottom: none;
            }

        #cssmenu ul ul a {
            padding: 10px 10px 10px 25px;
            display: block;
            color: #F8B21C;
            font-size: 12px;
            font-weight: normal;
        }

            #cssmenu ul ul a:before {
                content: "»";
                position: absolute;
                left: 10px;
                color: #b4b4b4;
            }

            #cssmenu ul ul a:hover {
                color: #cbcbcb;
            }




            /*Social İcon*/

.social {
    width: 250px;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    font: 25px Roboto, sans-serif;
   
}

.language {
   
    padding: 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    font: 25px Roboto, sans-serif;
	

   
}



.c-icon {
    width: 36px;
    height: 36px;
    fill: currentColor;
    transition: .2s;
}



.c-link--language:hover {
    color: #F8B21C
}

.c-link--language:hover::after {
    background: #F8B21C
}

.c-link--facebook:hover {
    color: #3b5998
}

.c-link--twitter:hover {
    color: #55acee
}

.c-link--google:hover {
    color: #dd4b39
}

.c-link--instagram:hover {
    color: #833ab4
}

.c-link--whatsapp:hover {
    color: #61ad0f
}

.c-link--facebook:hover::after {
    background: #3b5998
}

.c-link--twitter:hover::after {
    background: #55acee
}

.c-link--google:hover::after {
    background: #dd4b39
}

.c-link--instagram:hover::after {
    background: #833ab4
}

.c-link--whatsapp:hover::after {
    background: #61ad0f
}

.c-link {
    position: relative;
    color: #bbb;
}

    .c-link:not(:last-of-type) {
        margin-right: 15px;
    }

.c-tooltip::before,
.c-tooltip::after {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -10px);
    opacity: 0;
    transition: .2s;
}

.c-tooltip::before {
    content: '';
    bottom: calc(100% + 2px);
    border: solid 5px transparent;
    border-top-color: currentColor;
}

.c-tooltip::after {
    content: attr(aria-label);
    bottom: calc(100% + 12px);
    padding: .61em .93em;
    font-size: .875rem;
    color: white;
    border-radius: 3px;
}

.c-tooltip:hover::before,
.c-tooltip:hover::after {
    opacity: 1;
    transform: translate(-50%);
}

.pens-link-container {
    flex-basis: 100%;
    font-size: .9rem;
    text-align: center;
}

.pens-link {
    margin-bottom: 0;
    background: white;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
    border: none;
}

.menuac{
	
	    background: #f8b125;
    padding: 10px;
    color: #2b2a28;
	cursor:pointer;
	display:none;
	
	
}

@media (max-width:700px)
{
	.menuac{display:block;}
	#cssmenu {display:none}
	#cssmenu ul li{float:none;}
	
	body .mask .modal{
		top:50% !important;
	}	
	body .mask  {position:fixed !important; overflow: scroll;}	
	body{margin: 0;
	padding: 0;
	color: #fff;
	height: 100%;
	min-height: 100%;
	overflow: scroll;
	font-family: 'Open Sans', sans-serif;
	background: url(/images/mobilbg.jpg);background-size:cover;animation: body 60s linear infinite;
	}
		#copy{display:none;}
		.vertical{display:none;}	
		
		
		#animated_div{width: 100%;height: 100%;background: url(/images/mobilbg.jpg);background-size:cover;animation: body 60s linear infinite;}
@keyframes body 
{
 from {background-position: 0 0;}
 to {background-position: 0 -1000px;}
}
		
}



