/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
body {
      margin: 0;
      padding: 0 0 50px 0;
    background:#000;
    color:#fff;
    font-size:14px;
    }
img{max-width:100%;}
@media (min-width: 1200px) {
  .container {
    max-width: 950px;
  }
}
.bg_slider {
    opacity: 0.5;
}
.main_wrapper{
  position:relative;
  z-index:9;
  padding-top: 12px;
}
.container_pc{
    border: 4px solid #eee;
    border-spacing: initial;
    border-radius: 55px;
    box-shadow: 0px 0px 3px 3px #888888;
    background-color: rgba(255, 0, 0, 0.2);
}
.sec_item_pc{
    padding: 3%;
}

.list_icon {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
}

.emilnoti{text-align: left;font-size:20px;} 
.imready {
  flex: 1 1 auto;
  margin-bottom: 45px;
  padding: 16px 30px;
  text-align: center;
  /*text-transform: uppercase;*/
  transition: 0.5s;
  background-size: 200% auto;
  color: #000;
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  font-family: cursive;
  font-weight: bold;
  font-size: 25px;
  display: inline-block;
 }
.imready:hover {
  background-position: right center; /* change the direction of the change here */
  color:#000;
  text-decoration:none;
}
form.ready_form .form-control:focus {
    border: 1px solid #2196F3  !important;
}

.imready{
  background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
  border: none;
}

.imreadybut {
    flex: 1 1 auto;
    margin-bottom: 45px;
    padding: 16px 30px;
    text-align: center;
    /*text-transform: uppercase;*/
    transition: 0.5s;
    background-size: 200% auto;
    color: #000;
   /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    /* font-family: cursive; */
    font-weight: bold;
    font-size: 25px;
    display: inline-block;
   }
  .imreadybut:hover {
    background-position: right center; /* change the direction of the change here */
    color:#000!important;
    text-decoration:none;
  }
  
  .imreadybut{
    background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
    border: none;
  }

.list_icon i {
    font-size: 100px;
    color: #ff0000;
}
.sec_item ul{
  margin:0;
  padding:0;
}
.sec_item li {
    list-style: none;
    position: relative;
    padding-left: 0;
  margin-bottom: 30px;
  color:#ddd;
    min-height: auto;
}
.sec_item li strong{
  color:#fff;
  opacity: 1;
}
.sec_item li p {
    opacity: 1; /*0.8;*/
  font-size: 19px;
}
.sec_item li h5{
  color:#fff;
}
ul.listview {
    margin: 10px 0;
    padding: 0;
}

ul.listview li {
    margin: 0 0 0 30px;
    padding: 0 0 0 0;
    list-style: circle;
  min-height: auto;
  font-size: 18px;
}
.alert-success { 
    font-size: 23px;
}
.list_iconinn {
    position: relative;
}

span.icontxt {
    position: absolute;
    left: 0;
    top: 9px;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-size: 35px;
}
footer {
    position: fixed;
    width: 100%;
    padding: 10px;
    background: #000;
    height: 44px;
    font-size: 18px;
    bottom: 0;
  z-index:9999;
  text-align:center;
}
footer a{
  color:#fff;
  padding:1px 8px;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #d62027;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #d62027;
    color: #fff;
}
.sec_item h1 {
    font-size: 35px;
    font-weight: 300;
    color: #d62027;
         background: #fff; 
    border-radius: 51px 51px 0px 0px;
    text-align: center;
}
.sec_item li:first-child {
    padding-left: 0;
}
.text-left, .text-right{text-align: center!important;}

@media (max-width: 552px) {
  .sec_item li{padding-left:0;}
  .list_icon{position:inherit; margin: 0 auto;}
}

header {
    z-index: 999;
    position: relative;
    background: #fff;
    padding: 10px 0;
    background-image: linear-gradient(to right, #fcfcfc 0%, #fda0851c 51%, #fcfcfc 100%);
  border: none;
}

a.logo img {
    width: 300px;
}
.txtleft_header p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 3%;
}
.txtleft_header h1{
    font-size: 35px;
    font-weight: 300;
    color: #d62027; 
}
.txtleft_header {
    margin-top: 16px;
}


/*========================================================*/
/*====================== READY FORM ======================*/
/*========================================================*/


form.ready_form .form-control {
    border: none;
  background: rgba(256,256,256,0.7);
}

form.ready_form label {
    font-size: 19px;
}

.ready_form .input-group-text {
    padding: 0.5rem .75rem;
    font-size: 19px;
    line-height: 19px;
    margin: 0;
}

.checkcontainer {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 7px;
    left: 6px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.btns1{text-align: center;}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.gallery a img {
  float: left;
  width: 25%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.gallery a.big img {
  width: 40%;
}

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}


.video_outer video {
    width: 100%;
}


@media (max-width: 767px) {
  .container_pc{border-radius:0;}
  .txtleft_header h1 {font-size: 24px; margin: 0; display: inline-block;}
  a.logo {display: block; text-align: center; padding: 10px 0;}
  a.logo img{width: 150px;}
  .txtleft_header{margin:0;}
  .text-center {margin: 0;}
  .txtleft_header h1+h1 {
    margin-left: 10px;
}
.block_title{width:100%;}
/*form.ready_form label, .imreadybut {
        font-size: 26px;
    }*/
}
.gallery_heading{
    background: #000;
    text-align: center;
    padding-bottom: 5px;
}
@media screen and  (max-width: 500px) and (min-width: 481px) { 
    form.ready_form label, .imreadybut {
        /* font-size: 17px!important; */
    }
}
@media screen and  (max-width: 480px) and (min-width: 451px) { 
    form.ready_form label, .imreadybut {
        /* font-size: 23px; */
    }
}
@media screen and (max-width: 450px) { 
    form.ready_form label, .imreadybut {
        /* font-size: 26px; */
    }
}

@media screen and (min-width: 992px) { 
    .wl-gallery {
         margin: 0; padding: 0; width: 25% !important; border: 2px solid #fff; position:none !important;
    }
	.gallery1 .col-md-4{
		width:25% !important;
	}
	
}

@media (min-width: 992px){
	#slgf_17 .wl-gallery{
		width:25% !important;
	}
}

@media (min-width: 992px){
#slgf_17 .col-md-4 {
    width: 25% !important;
}
}

.wl-gallery {
    margin-bottom: 20px;
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    width: 25%;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 2px solid #fff;
    float: left;
}
#slgf_17 .img-box-shadow {
    box-shadow:none !important;
}
.paypalbuttonimage{width: 21%;box-shadow: 0 0 20px #eee;
    border-radius: 10px;}

.previewData{position: relative; padding-left: 0; margin-bottom: 30px; margin: 0 0 0 30px; padding: 0 0 0 0; list-style: circle; min-height: auto;}





