﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* CSS Document */
/*------------------------------------------------------------------
Project: Fastout
Version: 1.0
Last change: 
Primary use: Website 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
[1] Typography  
[2] Custom Style
[3] Media Queries
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[0] Less variables
-------------------------------------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*------------------------------------------------------------------
[1] Typography
-------------------------------------------------------------------*/
/* html, body {
    height: 100%;
} */
body,
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', sans-serif !important;
}
/*------------------------------------------------------------------
[2] Custom Style
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[-] Common styles
-------------------------------------------------------------------*/
/* Button styles 
----------------------------------*/
.btn-prime,
.btn-second {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  height: 40px;
  line-height: 20px;
  min-width: 200px;
}
.btn-prime {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #ffffff;
  font-size: 16px;
}
.btn-prime:hover {
  background: #58acc5;
  border-color: #58acc5;
}
.btn-second {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #000000;
  font-size: 12px;
}
.btn-second:hover {
  background: #e0e0e0;
  border-color: #e0e0e0;
  color: #000000;
}
/* Radio buttons and check box 
----------------------------------*/
.radio-section-container,
.checkbox-section-container {
  text-align: left;
  margin-top: 20px;
}
.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  width: auto !important;
}
.checkbox-custom-label,
.radio-custom-label {
  position: relative;
  padding-left: 30px;
  line-height: 13px;
}
.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: '';
  background: #ffffff;
  border: 1px solid #666666;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 5px;
  margin-left: -27px;
  text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
  /*background:@color-gray-slight;*/
  box-shadow: inset 0px 0px 0px 0px #ffffff;
}
.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}
.checkbox-custom + .checkbox-custom-label:before {
  border-radius: 2px;
}
.radio-custom:checked + .radio-custom-label:before {
  background: #666666;
  box-shadow: inset 0px 0px 0px 3px #ffffff;
}
.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
  /*outline: 1px solid @color-gray-vlight;*/
  /* focus style */
}
.checkbox-custom-label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  background: transparent;
  top: 5px;
  left: 7px;
  border: 2px solid #666666;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox-custom:checked + .checkbox-custom-label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 10;
}
.radio-custom:checked + .radio-custom-label.text-muted,
.checkbox-custom:checked + .checkbox-custom-label.text-muted {
  color: #000000;
}
/* Dropdown
-------------------------*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5bc0de !important;
  color: #ffffff;
}
/*  
input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
*/
/*------------------------------------------------------------------
[-] Template thumb cards
-------------------------------------------------------------------*/
/* Template holder 
--------------------------------*/
.templates-container {
  max-width: 1200px;
  margin: auto;
}
.templates-container h3 {
  margin-top: 30px;
}
/* Thumbnail section 
--------------------------------*/
.template-thumbnail {
  padding: 0;
  position: relative;
  margin-bottom: 15px;
  width: 360px;
  height: 154px;
  max-width: 100%;
  -webkit-animation: nav_pop 0.8s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: nav_pop 0.8s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.template-thumbnail .thumbnail-img {
  background: #4e4e4e;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.template-thumbnail .thumbnail-img .thumb-img {
  width: 100%;
}
.template-thumbnail .caption-text {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  text-align: left;
  bottom: 0;
  padding: 6px;
  width: 100%;
  /*z-index: 10;*/
}
.template-thumbnail .caption-text {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Thumbnail info text styles 
--------------------------------*/
.template-thumbnail .caption-text .icon {
  color: #ffffff;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  cursor: pointer;
}
.template-thumbnail .caption-text .icon .fa {
  font-size: 18px;
  font-size: 18px!important;
}
.template-thumbnail .caption-text .icon:hover .fa {
  color: #97d5e9;
}
.template-thumbnail .thumb-title {
  font-size: 18px;
  line-height: 20px;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  overflow: hidden;
  -m-line-clamp: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  height: 20px;
  display: -moz-box;
}
/* Thumbnail info text styles
--------------------------------*/
.action-icons-bar {
  padding: 0 10px;
  width: 100%;
  text-align: left;
  zoom: 1;
}
.action-icons-bar:before,
.action-icons-bar:after {
  content: "";
  display: table;
}
.action-icons-bar:after {
  clear: both;
}
.action-icons-bar .item-col-1,
.action-icons-bar .item-col-2 {
  width: 60%;
}
.action-icons-bar .item-col-1 {
  float: left;
}
.action-icons-bar .item-col-2 {
  float: right;
  text-align: right;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 10px;
}
.action-icons-bar .date-stamp {
  text-align: left;
  padding: 2px 0;
  display: block;
}
/* Share section
--------------------------------*/
.sharebox {
  -webkit-animation: nav_pop 0.8s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: nav_pop 0.8s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
  min-width: 75px;
  text-align: left;
  position: absolute;
  right: -29px;
  bottom: 30px;
  cursor: default;
  z-index: 100;
}
.sharebox-content {
  display: block;
}
.sharebox .share-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.socialMediaPlayer {
  width: 28px;
  height: 28px;
  float: left;
  display: inline-block;
  margin: 0 2px;
  overflow: hidden;
  margin-bottom: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.socialMediaPlayer > img {
	    max-width: 100% !important; 
}

/* Animation section 
--------------------------------*/
@-webkit-keyframes nav_pop {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes nav_pop {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/*------------------------------------------------------------------
[2] Custom Style
-------------------------------------------------------------------*/
h3 .text-black,
.text-black {
  color: #000000;
}
/* User settings styles
--------------------------------*/
.settings-wrapper {
  background: #ffffff;
  /*margin:20px;*/
}
.u-settings-container,
.b-settings-container {
  max-width: 500px;
  background-color: #ffffff;
  padding: 0px;
  /*margin:20px 0;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.text-link {
  color: #1665f6;
}
.text-link:hover {
  color: #00befb;
}
.u-settings-container label,
.b-settings-container label {
  font-size: 14px;
  font-weight: 600;
}
.cc-detail {
  margin-top: 20px;
  margin-bottom: 30px;
}
.cc-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  margin-left: 7px;
  margin-right: 7px;
  border-bottom: 2px solid #4dd7fa;
  /* color:@color-black; */
}
.cc-heading,
.cc-detail h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  margin-left: 7px;
  margin-right: 7px;
  border-bottom: 2px solid #4dd7fa;
  /* color:@color-black; */
}
.cc-detail .form-control {
  border-width: 1px;
  border-style: solid;
  border-color: #929292 !important;
  background-color: #ffffff;
  color: #000000;
  box-shadow: none;
  padding: 3px 6px;
  height: 29px !important;
  line-height: 14px;
}
.cc-detail .form-control,
.cc-detail .control-bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #929292 !important;
  background-color: #ffffff;
  color: #000000;
  box-shadow: none;
  padding: 3px 6px;
  height: 29px !important;
  line-height: 14px;
}
.cc-detail label {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  /*line-height: 19px;
	color:@color-black-light;*/
}
.cc-detail label.text-muted {
  color: #666666;
}
.cc-detail .form-inline .form-group,
.cc-detail .form-group,
.b-settings-container .form-group {
  margin-bottom: 15px;
  padding: 0 7px;
}
.c-plan-section .active {
  cursor: default;
}
.cc-detail .checkbox-section-container label {
  font-size: 12px;
  min-width: 116px;
}
.c-plan-section .form-control-static {
  padding-top: 0;
}
/* Change password section only for online subscription users
--------------------------------------------------------------*/
.subPasswordPanel h3 {
  /* color:@color-black; */
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  margin-left: 7px;
  margin-right: 7px;
  border-bottom: 2px solid #4dd7fa;
  /* color:@color-black; */
}
.subPasswordPanel h3 {
  text-align: left !important;
  margin-top: 0px;
}
.subPasswordPanel h3,
.subPasswordPanel .profileDiv {
  margin-left: 7px;
  max-width: 500px;
}
.subPasswordPanel p {
  text-align: left !important;
}
.subPasswordPanel .profileDiv .form-control {
  border-width: 1px;
  border-style: solid;
  border-color: #929292 !important;
  background-color: #ffffff;
  color: #000000;
  box-shadow: none;
  padding: 3px 6px;
  height: 29px !important;
  line-height: 14px;
}
.subPasswordPanel #btnChangePassword {
  padding: 10px 16px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  height: 40px;
  line-height: 20px;
  min-width: 200px;
  background: #5bc0de;
  border-color: #5bc0de;
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.subPasswordPanel #btnChangePassword:hover {
  background: #58acc5;
  border-color: #58acc5;
}
/* Remove Account section
--------------------------------*/
#divDeleteAccount h4,
#divDeleteAccount p {
  margin-left: 7px;
  max-width: 500px;
}
#divDeleteAccount p #btnCancel {
  float: none !important;
}
/* Media Queries for this section only 
----------------------------------------*/
@media (min-width: 1366px) {
  .cc-detail .checkbox-section-container label {
    font-size: 14px;
    min-width: 125px;
  }
}
@media (max-width: 1324px) {
  .company_label {
    padding-top: 20px;
  }
}
@media (max-width: 956px) {
  .company_label {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .cc-detail .form-inline .form-group {
    display: inline-block;
    /*margin-bottom: 0;
		float: left;*/
    vertical-align: middle;
    width: 49%;
    box-sizing: border-box;
  }
  .cc-detail .form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }
  .c-plan-section .form-control-static {
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 7px;
  }
}
/*------------------------------------------------------------------
[-] To do section 
-------------------------------------------------------------------*/
/* Welcom heading and text-align
----------------------------------*/
.well-cover-container {
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
}
.well-cover {
  padding: 0;
}
.well-cover-heading {
  text-align: center;
  font-size: 28px;
}
.to-do-list-section {
  background: #f7f6f6;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
}
.to-do-list-section ol {
  text-align: left;
  font-size: 16px;
}
.todo-btn-section {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
}
/* Video section
---------------------------------*/
#iframeYouTube {
  width: 100%;
}
/*------------------------------------------------------------------
[-] Background image and content section 
-------------------------------------------------------------------*/
.custom-module-bg {
  background: url(../../images/bg_img.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  width: 100%;
  position: fixed;
}
.custom-module-bg::before {
  background: #000000;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  min-height: 100%;
  left: 0;
  opacity: .55;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.custom-module {
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
}
.custom-module {
  max-width: 340px;
  width: 340px;
  margin: 0 auto;
}
.custom-module-inn {
  color: #ffffff;
  padding: 10px;
}
.custom-module-inn h2 {
  font-weight: 500;
  font-size: 26px;
  margin-top: 10px;
}
.custom-module-inn h2,
.custom-module-inn p {
  margin-bottom: 20px;
  color: #ffffff;
}
.custom-module-inn a {
  color: #86d0e4;
  text-decoration: none;
}
/*------------------------------------------------------------------
[-] Fix footer at bottom
-------------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 50px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
}
/*------------------------------------------------------------------
[-] Common styles
-------------------------------------------------------------------*/
.top0 {
  margin-top: 0px;
}
.top20 {
  margin-top: 20px;
}
.top30 {
  margin-top: 30px;
}
.bottom20 {
  margin-top: 20px;
}
.bottom30 {
  margin-top: 30px;
}
/*------------------------------------------------------------------
[4] Media Queries for all sections 
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .well-cover-container {
    width: 600px;
  }
  #iframeYouTube {
    width: 562px;
  }
  .nothing-toshow-img {
    margin-top: 10%;
  }
}
@media (max-width: 375px) {
  body {
    margin-bottom: 100px;
  }
  .action-icons-bar {
    padding-left: 0px;
  }
  .action-icons-bar .item-col-1 {
    width: 65%;
  }
  .action-icons-bar .item-col-2 {
    right: 5px;
    max-width: 50px;
    top: 16px;
    width: 35%;
  }
  .action-icons-bar .date-stamp {
    font-size: 11px;
  }
  .template-thumbnail .thumb-title {
    font-size: 14px;
  }
  .template-thumbnail .caption-text .icon .fa {
    font-size: 16px!important;
  }
  .template-thumbnail .thumbnail-img .thumb-img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .custom-module {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .to-do-list-section {
    /*margin-left:30px; 
		margin-right:30px;*/
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 10px 20px;
    min-width: 400px;
  }
  .todo-btn-section .btn {
    margin-left: 15px;
    margin-right: 15px;
  }
  .well-cover-heading {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
