div {
	/*border: 1px solid rgba(0,0,0,0.21);*/
}

body
{
	margin:0;
	line-height: 16px;
	font-family: latoregular;
	font-size: 16px;
	letter-spacing: 1px;
}

li{
	 list-style-image: url(../images/grey_bullet.png);
	     cursor: pointer;
}



/* CUSTOM RADIO & CHECKBOXES
   http://stackoverflow.com/a/17541916/383904 */
.rad{
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  font-weight: normal;
}
.rad > input{ /* HIDE ORG RADIO & CHECKBOX */
  visibility: hidden;
  position: absolute;
}
/* RADIO & CHECKBOX STYLES */
.rad > i{     /* DEFAULT <i> STYLE */
  display: inline-block;
  vertical-align: middle;
  width:  20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: inset 0 0 0 8px #fff;
  border: 1px solid gray;
/*  background: gray;*/
}

.rad:hover > i{ /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: gray;
}
.rad > input:checked + i{ /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: #ae8c56;
}

/*--------*/

#search{
    border: 4px solid rgba(107, 105, 105, 0.77);
    border-radius: 3px;
    width: 300px;
    padding: 5px;
}

.head_shadow{
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.45);
    z-index: 1;
    position: relative;
}
.head{
	padding-top:10px;
}
.search_bar{
	    margin-top: auto;
}
.navbar{
	background: #C59F61;
	padding:10px;
    margin-bottom: 0;
    z-index: 1;
}
.navbar li a{
	padding: 30px 15px;
	
    color: #fff;
}

.navbar-default .navbar-nav>li>a{
	color:#fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: #fff;
	color: #C59F61;
}



.slider{
	margin-top: -17px;
}
.glyphicon{
	margin-top: 100%;
	    font-size: 40px;
}
.glyphicon-triangle-right:before, .glyphicon-triangle-left:before {
    color: #fff;
}
.carousel-control:focus, .carousel-control:hover, .glyphicon-triangle-right:hover,.glyphicon-triangle-left:hover, .glyphicon-triangle-right:focus,.glyphicon-triangle-left:focus{
	color:#917548;
}

.carousel-inner img
{
	width:100%;
	
}
.blocks{
	padding-bottom: 30px;
	color: rgba(255, 255, 255, 0.84);
}
.block_icon{
	margin: 0 auto;
}
.green{
	background-color: #12B894;
	background-image: url(../images/puzzle_green-1.png), url(../images/puzzle_white.png);
	background-position: left top,  right bottom;
	background-repeat: no-repeat;
}
.pink{
	background-color: #E8735F;
	background-image: url(../images/puzzle_red.png), url(../images/puzzle_white.png);
	background-position: left top,  right bottom;
	background-repeat: no-repeat;
}
.yellow{
	background-color: #FFBA26;
	background-image: url(../images/puzzle_yellow.png), url(../images/puzzle_white.png);
	background-position: left top,  right bottom;
	background-repeat: no-repeat;
}

.blocks h3 {
    font-family: norwesterregular;
    letter-spacing:2px;
}
.blocks p{
	font-family: latolight;
    letter-spacing: 1px;
    font-size: 19px;
    line-height: 1.2;
    margin-top: 30px;
    
}
.block_links{
	
    margin: 10px;
    box-shadow: 0px -10px 10px 2px rgba(4, 4, 4, 0.37);
    padding: 50px 20px;
    margin-top: 30px;
    margin-bottom: 0px;
}
.points{
    background-color: #F0F0F0;

    padding: 25px;
    line-height: 2;
    font-size: 18px;
    color: rgba(56, 55, 55, 0.81);
    background-image:url(../images/green_orange_hands.png),url(../images/yellow_hands.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
}


/* inner page's */
.body_title{
	height: 80px;
	background: url(../images/pattern.png) repeat-x;
	margin-top: 2px;
}
.body_title h3{
    color: #454545;
    margin-top: 35px;
    font-weight: bolder;
}
.mid_links {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 50px;
}
.ads_here img{
    border: 1px solid rgba(140, 139, 139, 0.56);
    margin:50px auto;	
}
.ads_here {
      margin-top: 10px;
      margin-bottom: 20px;
}
.mid_contents{
	font-weight: bold;
    color: #5f5f5f;
}
.linklist  li { /*.linklist div*/
       border: 1px solid #038A6C;
    background-color: #12B894;
    color: #ffffff;
    background-image: url(../images/puzzle_green.png);
    background-repeat: no-repeat;
    background-position: top left;
    font-family: norwesterregular;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 10px 0;
    text-align: center;
}
.linklist li {
    display: inline-block;
     padding: 15px 10px;
    text-align: center;

}
.linklist li a {
    color:#eeeeee;
}
.details{
	color: #5f5f5f;
    font-family: latolight;
    font-weight: 600;
    line-height: 1.3;
}
.details a {
   color: #15c7a1; 
}
.container a {
    color: #15c7a1;
}
.details h3{
	font-family: latoregular;
    font-size: 20px;
    letter-spacing: 0;
}
.fb_wrapper{
	    padding: 15px;
    border: 1px solid rgba(140, 139, 139, 0.56);
    margin: 0px auto;
    background: rgba(254, 254, 254, 0.78);
    margin-top: 30px;
    overflow: hidden;	
}
.quote {
    background: rgba(243, 243, 243, 0.85);
    box-shadow: 0 0px 8px 5px rgba(117, 117, 117, 0.2);
}
.quoting{
	    padding: 20px;
    /*border: 1px solid #ddd;*/
    margin: 50px auto;
    line-height: 1.3;
    background-image: url(../images/quote_orange.png), url(../images/quote_yellow.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}
.quote h3 {
    font-family: pacificoregular;
    text-align: center;
    color: #15B695;
    font-size: 25px;
}
.quote_text {
    text-align: center;
    font-family: latolight;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
}
/* inner done*/
.footer{
	
	background-color:#1B1B1B;
	background-image: url(../images/square.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding:20px 0;
	color: #fff;
	letter-spacing: 2px;
    font-family: latolight;
}
.footer ul{
	line-height: 2;
}

.footer h4{
	color:#AAAAAA;
    font-family: norwesterregular;
    letter-spacing:2px;
}
.footer p{
	font-size: 14px;
}
.flinks{

	border-color: #fff;
	min-height: 200px;
}

.flinks a {
     color:#ffc008; 
}
.footer_copy{
	color: inherit;
	letter-spacing: 1px;
	cursor: pointer;
	
}
@media only screen and (min-width:767px){
	
	.navbar li a{
	margin-bottom: -20px;
    margin-top: -15px;
    position: relative;
    z-index: 10;
    }
    .block_links{
    	display: block !important;
    }
    .logo img { height: 82px; width: 198px; }
    .search_bar{
		margin-top: 50px;;
	}
    
}
@media only screen and (min-width:768px) and (max-width:1200px){
	
	.navbar li a{
		padding: 30px 7px;
		font-size: 12px;
    }
    .logo img { height: 82px; width: 198px; }
    .search_bar{
		margin-top: 50px;;
	}

}
@media only screen and (max-width:991px){
	#search{
		margin-bottom: 10px;
	}
	.search_bar{
		margin-top: 50px;
	}
	.item img{
		height: 250px;
	}
	.linklist li { /*.linklist div*/
	    background-size: 30%;
	    font-family: norwesterregular;
	    letter-spacing: normal;
	    margin: 5px 0;
	  
	}
	.linklist li {
		    font-size: 12px;
		    padding: 10px 4px;
		    letter-spacing: 1px;
		    text-align: center;
	}
	.logo img { height: 82px; width: 198px; }
}

@media only screen and (min-width:1200px){
	.block_links {
	    /* margin-top: -95px; */
	    height: 350px;
	    /* margin: 10px; */
	    max-width: 360px;
	    box-shadow: 0px -10px 10px 2px rgba(4, 4, 4, 0.37);
	    padding: 50px 20px;
	    margin-bottom: 0px;
	    /* margin-top: -95px !important; */
    }

	.blocks{
		padding-bottom: 30px;
		background:url(../images/bg_img.jpg)no-repeat;
	}
	.logo img { height: 82px; width: 198px; }
	.search_bar{
		margin-top: 50px;;
	}

}
@media only screen and (min-width:768px) and (max-width:990px){
	.block_links{
    	width: 30%;
    	height: 375px;
    	float: left;
    }
    .logo img { height: 82px; width: 198px; }
    .search_bar{
		margin-top: 50px;;
	}
}

@media only screen and (min-width:991px) and (max-width:1200px){
	/*.block_links{
		width:100%;
	}*/
	.block_links {
    	width: 31%;
    	height: 350px;
    }
    .logo img { height: 82px; width: 198px; }   
}
@media only screen and (max-width:767px){
	.logo img { height: 41px; width: 99px; }
	
	.search_bar{
		margin-top: 10px;;
	}
	

}

._2tga._49ve {
    border-radius: 3px !important;
    font-size: 15px !important;
    height: initial !important;
    padding: 5px 15px !important;
}

input.gsc-search-button, input.gsc-search-button-v2 {
    width: initial !important;
     height: initial !important;
     min-width: initial !important;
    margin-top: 2px !important;
    padding: 7px 18px !important;
}
