/*
    - @media screen and (max-width: 480px)
*/
/*===============================================*/
/* 1. RESET		 						 */
/*===============================================*/
@import "css/reset.css";

/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/	
html,
body {
position: relative;
height: 100%;
width: 100%;
overflow-x: hidden;
background: #ffffff;
}
body {
font-family: 'Source Sans Pro', sans-serif;
margin: 0;
padding: 0;
color: #232323;
font-size: 14px;
line-height: 1.4;
width: 100%;
-webkit-text-size-adjust: 100%;
overflow: hidden;
font-weight:300;
}
.clear{ 
clear:both; 
display:block;
}
.clearleft{ 
clear:both; 
float:left; 
display:block;
}
a {
text-decoration: none;
color: #64AAD0;
text-decoration: underline;
}
p{
padding:0px;
margin:0px;
line-height:20px;
}
blockquote{
border-left: 5px #0c928d solid;
padding:0 0 0 20px;
margin:10px 0 20px 0;
font-size:16px;
line-height:22px;
font-weight:300;
}
blockquote span{
display:block;
color:#0c928d;
font-weight:700;
font-size:14px;
text-transform:uppercase;
line-height:22px;
}
.videocontainer{
max-width:100%; 
padding:0; 
display: block; 
margin:0;
}
#mobile_wrap{
max-width:800px;
margin:auto;
}
/*===============================================*/
/* 3. CUSTOM BUTTONS */
/*===============================================*/	
a.button_full{
width:100%;
background-color:#0c928d; 
display:inline-block;
color:#FFFFFF; 
padding:10px 0;
font-size:18px;
text-align:center;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
a.button_small{
background-color:#0c928d; 
display:inline-block;
color:#FFFFFF; 
padding:10px 20px;
text-align:center;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.call_button a{
display:block;
width:100%;
margin:0;
padding:10px 0;
text-align:center;
background-color:#0c928d;
color:#FFFFFF;
font-size:20px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.button {
border: 1px solid #0c928d;
color: #0c928d;
text-decoration: none;
text-align: center;
display: block;
border-radius: 5px;
line-height: 38px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
background: none;
padding: 0 10px;
margin: 0;
height:40px;
white-space: nowrap;
position: relative;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
font-family: inherit;
cursor: pointer;
}
.button.active {
background: #0c928d;
color: #fff;
}
/*===============================================*/
/* 4. LEFT AND RIGHT SLIDE PANELS */
/*===============================================*/	
.panel {
z-index: 1000;
display: none;
background:url(images/trans_white.png) repeat;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
width: 260px;
top: 0;
height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
color:#ffffff;
}
.content-block {
margin: 35px 0;
padding: 0 15px;
}
/* 4.1 SIDE NAVIGATION */

.list-nav{
padding:40px 0 0 0px;
width:100%;
}
.list-nav ul{
width:84%;
list-style:none;
padding:0px;
margin:0px 8%;
display:block;
}
.list-nav ul li{
list-style:none;
padding:0 0 0 60px;
margin:0px;
display:block;
height:50px;
line-height:50px;
border-bottom:1px #1d2020 solid;
}
.list-nav ul li a{
color:#000000;
font-size:17px;
font-weight:300;
}
.list-nav-small{
padding:20px 0 20px 0px;
width:100%;
}
.list-nav-small ul{
width:100%;
list-style:none;
padding:0px;
margin:0px;
display:block;
}
.list-nav-small ul li{
list-style:none;
padding:0 0 0 50px;
margin:0px;
display:block;
height:40px;
line-height:40px;
border-bottom:1px #1d2020 solid;
}
.list-nav-small ul li a{
color:#FFFFFF;
font-size:16px;
font-weight:300;
}
.home-icon{
background:url(images/icons/white/home.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.about-icon{
background:url(images/icons/white/download.png);
background-size: auto 50%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.add-icon{
background:url(images/icons/white/add.png);
background-size: auto 50%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.features-icon{
background:url(images/icons/white/settings.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.photos-icon{
background:url(images/icons/white/photos.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.blog-icon{
background:url(images/icons/white/blog.png);
background-size: auto 50%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.close-icon{
background:url(images/icons/white/close_red.png);
background-size: auto 55%;
background-repeat: no-repeat;
background-position: 11px 50%;
}
.cloud-icon{
background:url(images/icons/white/cloud.png);
background-size: auto 70%;
background-repeat: no-repeat;
background-position: 6px 50%;
}
.contact-icon{
background:url(images/icons/white/contact.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.create-icon{
background:url(images/icons/white/create.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.lock-icon{
background:url(images/icons/white/lock.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.tools-icon{
background:url(images/icons/white/tools.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.envelope-icon{
background:url(images/icons/white/envelope.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.friends-icon{
background:url(images/icons/white/friends.png);
background-size: auto 60%;
background-repeat: no-repeat;
background-position: 7px 50%;
}
.go-icon{
background:url(images/icons/white/go.png);
background-size: auto 60%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.delete-icon{
background:url(images/icons/white/delete.png);
background-size: auto 45%;
background-repeat: no-repeat;
background-position: 13px 50%;
}
.download-icon{
background:url(images/icons/white/download.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.video-icon{
background:url(images/icons/white/video.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.heart-icon{
background:url(images/icons/white/heart.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.info-icon{
background:url(images/icons/white/info.png);
background-size: auto 50%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.logout-icon{
background:url(images/icons/white/logout.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.power-icon{
background:url(images/icons/white/power.png);
background-size: auto 66%;
background-repeat: no-repeat;
background-position: 5px 50%;
}
.user-icon{
background:url(images/icons/white/user.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
/*===============================================*/
/* 5. TOP NAVIGATION BAR AND FOOTER TOOLBAR */
/*===============================================*/
/* 5.1 TOP NAVIGATION AND HEADER */	
.logo_title{ 
font-size:30px;
font-weight:700;
padding-left:10px;
color:#FFFFFF;
}
.navbar:after {
  content: '';
  position: absolute;
  left: 2%;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 96%;
  background-color: #fff;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 0.3;
}
.navbar{
height: 60px;
}
.toolbar {
height: 100px;
}
.navbarpages{
background-color:#313131;
position: fixed;
top:0px;
width:100%;
height:60px;
}
.menu_open_icon{ 
background:url(images/menu_open.png) no-repeat center;
}
.menu_open_icon_white a{
display:block;
float:right;
width:10%;
height:100%;
margin:18px 0 0 0;
padding:0 0 0 0;
text-align:center;
}
.navbar_home_link a{
float:left;
width:23%;
padding:15px 0 0 3%;
}
.navbar_home_link img{
max-width:20%;
}
.navbar_page_center{
width:50%;
float:left;
line-height:50px;
text-align:center;
color:#FFFFFF;
font-size:18px;
}
/* 5.1 FOOTER TOOLBAR */
ul.toolbar_icons{
list-style:none;
padding:0px;
margin:0px;
display: inline-block;
text-align:center; 
width:100%;
}
ul.toolbar_icons li{
list-style:none;
padding:0px;
margin:0px;
display: inline-block;
text-align:center; 
}
ul.toolbar_icons li img{
max-width:80%;
}
ul.icons_4row li{
list-style:none;
padding:0px;
margin:0px;
display: inline-block;
text-align:center;
width:14%; margin:0 3%;
}
/*===============================================*/
/* 6. PAGES LAYOUT */
/*===============================================*/	
.homepage{
background: #fff;
background-attachment:fixed;
-webkit-background-size: 100%; 
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
background-size: cover;
}
#pages_maincontent{
width:90%;
padding:30px 5% 30px 5%;
margin:0px;
position: absolute; 
top: 60px; 
left: 0; 
right: 0; 
bottom: 0px;
overflow: scroll; 
-webkit-overflow-scrolling: touch;
}
h2.page_subtitle{
font-size:24px;
line-height:25px;
font-weight:700;
padding:0 0 10px 0;
margin:0px 0 10px 0;
border-bottom:1px #ddd solid;
display:inline-block;
letter-spacing:-0.5px;
}
#pages_maincontent h3{
font-size:20px;
color:#0c928d;
font-weight:400;
margin:10px 0 15px 0;
display:inline-block;
letter-spacing:-0.5px;
}
#pages_maincontent p{
padding:0 0 15px 0;
margin:0px;
clear:both;
}
.page_single{
padding:10px 0 10px 0;
margin:0 0 20px 0;
}
.page_single img{
display:block;
max-width:100%;
margin:0 0 20px 0;
}
.page_single ul.simple_list{
padding:0px 0 20px 10px;
margin:0px;
list-style:none;
}
.page_single ul.simple_list li{
margin:0 0 10px 0;
padding:0 0 0 20px;
background:url(images/bullet.png) no-repeat left;
}
/*===============================================*/
/* 7. HOME SWIPER */
/*===============================================*/	
.swiper-container {
height: 90%;
}
.swiper-slide {
width:100%;
text-align:center;
}
.swiper-slide span{
text-align:center;
display:block;
margin:90px 0 10px 0;
font-size:80px;
line-height:90px;
font-weight:900;
letter-spacing:-1px;
color:#fff;
} 
.swiper-slide span.subtitle{
margin:0px 0 10px 0;
font-size:40px;
font-weight:300;
letter-spacing:0px;
color:#fff;
line-height:40px;
} 
.swiper-pagination-bullet-active {
opacity: 1;
background: #fff;
}
a.swiper_read_more{
color:#ffca2e;
border:1px solid #fff;
padding:20px 30px;
text-decoration:none;
margin:30px 0 0 0;
display:inline-block;
font-size:20px;
}
/*===============================================*/
/* 8. LISTS */
/*===============================================*/	
ul.features_list{
padding:10px 0 30px 0;
width:100%;
margin:0px;
list-style:none;
float:left;
clear:both;
}
ul.features_list li{
border:1px #0c928d solid;
-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;
padding:5px 2%;
margin:0 0 5px 0;
display:block;
width:96%;
float:left;
clear:both;
}
ul.features_list li img{
display:inline-block;
max-width:15%;
float:left;
margin:0px;
}
ul.features_list li span{
display:inline-block;
max-width:90%;
padding:5px 0 0 10%;
font-weight:700;
float:left;
}


ul.features_list_detailed{
padding:10px 0 30px 0;
width:100%;
margin:0px;
list-style:none;
float:left;
clear:both;
}
ul.features_list_detailed li{
padding:5px 0 10px 0;
margin:0 0 10px 0;
display:block;
width:100%;
float:left;
clear:both;
border-bottom:1px #ddd solid;
}
ul.features_list_detailed li .feat_small_icon{
width:15%;
float:left;
}
ul.features_list_detailed li .feat_small_details{
width:82%;
float:left;
padding:0 0 0 3%;
}
ul.features_list_detailed li .feat_small_details p{
padding:0 0 10px 0;
}
ul.features_list_detailed li .feat_small_icon img{
display:inline-block;
max-width:90%;
}
ul.features_list_detailed li .feat_small_details h4{
font-weight:700;
font-size:18px;
padding:0 0 5px 0;
margin:0px;
}

/*===============================================*/
/* 9. POPUPS */
/*===============================================*/	
.popup,
.direct-chat-message {
background: #000;
color:#FFFFFF;
}
.popup h4{
color:#FFFFFF;
font-size:28px;
font-weight:700;
text-align:center;
padding:0 0 10px 0;
margin:0px;
}
.popup p{
color:#FFFFFF;
text-align:center;
padding:0px 0 20px 0;
margin:0px;
font-size:14px;
}
ul.social_share{
list-style:none;
padding:0px;
margin:0px;
}
ul.social_share li{
width:32%;
text-align:center;
display:inline-block;
padding:10px 0;
margin:0px;
}

.close_popup_button a{
display:block;
width:90%;
margin:0;
padding:10px 0;
text-align:center;
position:absolute;
bottom:20px;
background-color:#0c928d;
color:#FFFFFF;
font-size:20px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.close_popup_button_gray a{
display:block;
width:90%;
margin:0;
padding:10px 0;
text-align:center;
position:absolute;
bottom:20px;
background-color:#3c3c3c;
color:#FFFFFF;
font-size:20px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

/*===============================================*/
/* 10. PHOTO GALLERY */
/*===============================================*/
.switch_button{
display:block;
float:left;
}
.switch_button a{
display:block;
width:23px;
height:23px;
}
.switch13{
background:url(images/switch_13.png) no-repeat center;
}
.switch12{
background:url(images/switch_12.png) no-repeat center;
}
.switch11{
background:url(images/switch_11.png) no-repeat center;
}
h2.page_subtitle_photos{
font-size:24px;
font-weight:700;
padding:0 0 0px 0;
margin:0px 0 10px 0;
border-bottom:1px #ddd solid;
display:inline-block;
letter-spacing:-0.5px;
float:left;
}
.gallery_switch{
float:right;
margin:5px 0 0 0;
}
.gallery_switch a{
display:block;
float:left;
padding:0 5px;
}
ul.photo_gallery_13{ 
width:100%; 
list-style:none; 
padding:0px; 
margin:10px 0 20px 0; 
float:left; 
clear:both;
}
ul.photo_gallery_13 li{ 
width:31%; 
padding:0; 
float:left; 
margin:1%;}
ul.photo_gallery_13 li img{ 
max-width:100%; 
display:block; 
}
ul.photo_gallery_12{ 
width:100%; 
list-style:none; 
padding:0px; 
margin:10px 0 10px 0; 
float:left; 
clear:both;
}
ul.photo_gallery_12 li{ 
width:48%; 
padding:0; 
float:left;  
margin:1%;
}
ul.photo_gallery_12 li img{ 
max-width:100%; 
display:block;
}
ul.photo_gallery_11{ 
width:100%; 
list-style:none; 
padding:0px; 
margin:10px 0 10px 0; 
float:left; 
clear:both;
}
ul.photo_gallery_11 li{ 
width:100%; 
padding:0; 
float:left; 
margin:0px 0 10px 0;
}
ul.photo_gallery_11 li img{
max-width:100%; 
display:block;
}
/*===============================================*/
/* TABS & ACCORDION */
/*===============================================*/	
.tabs-animated-wrap, .tabs-simple{
position: relative;
width: 100%;
overflow: hidden;
height: auto;
margin:20px 0 0 0;
}
.tab h4{
padding:0 0 10px 0;
margin:0px;
font-size:16px;
}
.custom-accordion{
padding:0;
}
.custom-accordion .accordion-item-toggle{
padding:0px 0px;
height:44px;
line-height:44px;
font-size:17px;
cursor:pointer;
}
.custom-accordion .accordion-item-toggle:active{
background:rgba(0,0,0,0.15);
}
.custom-accordion .accordion-item-toggle span{
display:inline-block;
margin-left:15px;
}
.custom-accordion .icon-plus,.custom-accordion .icon-minus{
display:inline-block;
width:22px;
height:22px;
border:1px solid #000;
border-radius:100%;
line-height:20px;
text-align:center;
}
.custom-accordion .icon-minus{
display:none;
}
.custom-accordion .accordion-item-expanded .icon-minus{
display:inline-block;
}
.custom-accordion .accordion-item-expanded .icon-plus{
display:none;
}
.custom-accordion .accordion-item-content{
padding:0px 15px;
}
/*===============================================*/
/* 14. MEDIA QUERIES */
/*===============================================*/	
@media screen and (max-width: 480px) {
.navbar:after {
  left: 5%;
  width: 90%;
}
.navbar{
height: 50px;
}
.toolbar {
height: 50px;
}
.swiper-container {
height: 100%;
}
.swiper-slide span{
margin:70px 0 10px 0;
font-size:48px;
line-height:50px;
} 
.swiper-slide span.subtitle{
margin:0px 0 10px 0;
font-size:20px;
line-height:20px;
} 
a.swiper_read_more{
color:#ffca2e;
padding:10px 20px;
margin:30px 0 0 0;
font-size:14px;
}
.navbarpages{
height:50px;
}
.navbar_home_link img{
max-width:40%;
}
.menu_open_icon_white a{
width:20%;
}
#pages_maincontent{
width:90%;
padding:20px 5% 20px 5%;
margin:0px;
position: absolute; 
top: 50px; 
}

/* Mobile Search Icon Position fix */
#mobile_wrap form {
  position: relative;
  display: inline-block;
  margin: 0 auto 1em;
}
#mobile_wrap input#go {
  position: absolute !important;
  top: 5px !important;
  right: 5px !important;
}
}