/*
Theme Name: CEP
Author: Viki Team
Author URI: http://www.vikitheme.com
Version: 1.0.0
Description: A Beautiful, Professional and Multipurpose Theme Made by Viki Team
 	
*/
/* ---------------------------------------------------
    CSS CUSTOM AREA 
-------------------------------------------------- */

@media (max-width: 1200px) {


.vk-navbar .container {
    width: 100%;
    background-color: #717B86;
}
}

.floated-left{
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.floated-right{
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

.vk-project-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.vk-project-nav-2 ul {
    margin: 2em;
    padding: 2em;
    list-style-type: none;
    text-align: center;
}

.vk-project-nav ul li { display: inline; }
.vk-project-nav-2 ul li { display: inline; }

.vk-project-nav ul li a{
    text-decoration: none;
    padding: 2em 1em;
    color: #ddd;
    font-size: 16px;
}

.vk-project-nav-2 ul li a{
    text-decoration: none;
    padding: 0.1em 1em 1em;
    color: #888;
    font-size: 16px;
}

.vk-title-img {
    color: #ddd;
}

.vk-project-grid-item .content-hidden .border {
  position: absolute;
  top: 20px;
  left: 50px;
  bottom: 20px;
  right: 50px;
  border-left: solid 0px rgba(255, 255, 255, 0.6);
  border-right: solid 0px rgba(255, 255, 255, 0.6);
}

.vk-project-grid-item .content-hidden .content-project {
  margin: auto;
  border-top: solid 0px rgba(255, 255, 255, 0.6);
  border-bottom: solid 0px rgba(255, 255, 255, 0.6);
  padding: 5px;
  position: absolute;
  top: 45px;
  left: 20px;
  bottom: 45px;
  right: 20px;
}

#cookiedingsbums a {color:#fff; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums {
   color:#B7B7B7;
   outline: 1px solid #fff; 
   text-align:center; 
   /*border-top:1px solid #fff;*/
   background: #2E3841; 
   /*background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); */
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}