.cms-index-index{      
    .main-container{
        padding-top: 0;
    } 
    &.home_style2,
    &.home_style3{
        .footer-container{
            margin-top: 30px;
        }
    }  
}

.home_style3 & {
    // control button
    .owl-controls {
        .owl-nav{
            .owl-prev,
            .owl-next{
                width: 12px;
                height: 25px;
                text-align: right;
                color: #666;
                background: #fff;
                &:hover{
                    background: #fff;
                    color: @theme-color;
                }
            }
            .owl-prev{
                right: 15px;
            }
            .owl-next{
                right: 0;
            }
        }
    }    
}

//popup newletter
.block-subscribe-popup{
	width:680px;
	height:370px;
	padding: 45px 30px 30px;
	display: none;
    background:~"url(../images/bg-popup.jpg) no-repeat top center / cover" ;
    background-size: auto; 
	.block-title-subscribe{
		text-transform: uppercase;
		font-size: 200%;
        border: none;
		margin-bottom: 10px;
        padding: 0;
        color: #222;
	}
	#newsletter-validate-detail-popup{
        display: inline-block;
        width: 100%;
        .block-content-subscribe{
            float: left;
            width: 100%;
        }
		.form-subscribe-header{
			label{
				margin-bottom: 20px;
                font-size: 100%;
                color: #666;
                font-weight: normal;
			}
		}
		.input-box{
			input{
				height: 35px;
				width: 450px;
				background-color: #fff;
				border-radius: 0;
                border: 1px solid @border-color;
                border-right: none;
                float: left;
			}
		}
		.actions{
            float: left;
			.button{
				height: 35px;
				padding: 7px 15px;
                background: @theme-color;
                bottom: none;
                color: #fff;
                font-weight: normal;
                border: none;
			}
		}
        .subscribe-social{
            float: left;
            width: 100%;
            .subscribe-social-title{
                font-size: 100%;
                color: #222;
                text-transform: uppercase;
                margin-top: 20px;
            }
            ul{
                display: inline-block;
                margin-top: 17px;
                li{
                    float: left;
                    margin-right:15px;   
                    line-height: 100%;                
                    a{
                        color: #fff;
                        text-align: center;
                        text-indent: -999em;
                        float: left;
                        font-size: 0;
                        padding: 13px 0;
                        width: 40px;
                        height: 40px;
                        border-radius: 50%;
                        background: #222222;
                        &:before{
                            content: attr(data-icon);
                            display: inline-block;
                            font-family: "Socialico";
                            font-size: 30px;
                            font-weight: normal;
                        }
                        &:hover{
                            background: @theme-color;
                        }                          
                    } 
                }               
            }  
        }       
		.subscribe-dontshow{
			margin-top: 70px;
            font-weight: normal;
            float: left;
            font-size: 85.71%;
            clear: both;
			input{
				margin-top: 3px;
			}
		}
	}
}

// control button
.owl-controls {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    .owl-nav{
        .owl-prev,
        .owl-next{
            float: left;
            width: 25px;
            height: 25px;
            cursor: pointer;
            text-align: center;
            line-height: 24px;
            color: #fff;
            background: #ccc;
            position: absolute;
            &:hover{
                background: @theme-color;
            }
            &:before{
                font-family: FontAwesome;
                font-size: 20px;
                display: inline-block;
                line-height: inherit;
            }
        }
        .owl-prev{
            right: 30px;
            &:before{
                content: "\f104";
            }
        }
        .owl-next{
            right: 0;
            &:before{
                content: "\f105";
            }
        }
    }
}

.main-container{
	padding-top: 60px;	
	.block-banner{
		img{
			max-width: 100%;
			&:hover{
				.opacity(0.8);
			}			
		}
	}

    //happy client
    .block-happyclients{
        background:~"url(../images/bg-happyclient.jpg) no-repeat top center / cover" ;
        background-size: cover;        
    }   
    .happy-clients{        
        padding: 60px 0;
        .happy-clients-image{
            float: left;
            color: #fff;
            text-align: center;
            img{
                border-radius: 50%;
                border: 3px solid #fff;
                width: 80px;
                height: 80px;
            } 
            span{
                display: inline-block;
                margin-top: 12px;
                position: relative;
                text-transform: uppercase;               
            } 
            p{
                line-height: 100%;
            }         
        }
        .happy-client-des{
            margin-left: 100px;
            background: #fff;
            padding: 35px 30px 50px;
            font-style: italic;
            border: 1px dotted @theme-color;
        }
        .owl-controls{
            top: auto;
            bottom: 25px;
            right: 30px;
        }
    }

    .block-brand-wrap{
        .block-content-brand{
        }
        .owl-carousel{
            display: block;
        }
        .owl-item{
            .item {
                img{
                    width: auto;
                    max-width: 100%;
                    margin: 0 auto;
                }
            }    
        }             
    }

    .block-latest-blog{
        .owl-controls{
            top: -66px;
        }       
        .block-content-blog{
            margin-top: 60px;
        }
        .post-item{
            float: left;
            width: 100%;
            .post-thumbnail{
                position: relative;
                width: 100%;
                height: 270px;                
                img{
                    width: 100%;
                    height: 270px;
                }
            }
            .postInfo{
                float: left;
                margin: -20px 10px 0;
                position: relative;
                background: #fff;   
                padding: 15px 20px 0 20px;  
                width: auto;          
                .post-title{
                    display: inline-block;
                    width: 100%;
                    >a{
                        font-size: 100%; 
                        font-weight: bold;
                        float: left;
                        width: 100%;
                    }
                    >span{
                        font-size: 85.71%;
                        float: left;
                        width: 100%;
                        margin-bottom: 7px;
                        .fa{
                            font-size: 14px;
                            margin-right: 5px;
                        }
                    }
                    .post-date{
                        display: inline-block;
                        margin-right: 15px;
                    }
                }                              
            }            
        }
    }

    // Home Style 1
    .home_style1 & {
        .block-banner-2{
            .block-banner-item{
                float: left;
                width: 50%;
            }
        }
        .block-brand-wrap{
            .block-brand{
                margin: 10px 0;
            }
        }

        .fqa-wrap{
            .block-title-faq{
                border: 1px solid @border-color;
                border-bottom: none;
                padding: 13px 20px;
                float: left;
                width: 100%;
                span{
                    float: left;
                    font-size: 157.14%;
                    color: #222;
                }
                a{
                    float: right;
                    font-size: 85.71%;
                    font-weight: normal;
                    color: #666;
                    text-transform: none;
                    &:hover{
                        color: @theme-color;
                    }
                }
            }
            #accordion{
                float: left;
                width: 100%;
                border-bottom: 1px solid @border-color;
            }
            .panel-default{
                border: 1px solid @border-color;
                border-top: none;
                border-bottom: none;
                margin: 0;
                border-radius: 0; 
                box-shadow: none;               
                .tab-heading{
                    padding: 9px 20px;
                    border-top: 1px solid @border-color;
                    a{
                        font-weight: bold;
                        display: inline-block;
                        width: 100%;
                        margin-top: 13px;
                        &.collapsed{
                            margin-top: 0;
                        }
                        &:before{
                            font-size: 12px;
                            font-family: FontAwesome;
                            margin-right: 10px;
                            content: "\f059";
                            color: #666;
                            font-weight: normal;
                        }
                    }
                }
                .panel-body{
                    padding: 0 20px 35px 40px;
                }
            }
        }

        .home-happy-clients{ 
            .block-title-home{
                color: #222;
                text-transform: uppercase;
                font-size: 157.14%;
                padding: 13px 20px;
                border: 1px solid @border-color;
                &:before{
                    display: none;
                }                
            }            
            .owl-controls{
                top: -37px;
                right: 20px;
            }
            .content-happy-client{
                margin: 0;
                padding: 20px 20px 55px;
                border: 1px solid @border-color;
                border-top: none;
            }       
            .happy-clients-image{
                float: left;
                width: 100%;
                margin-top: 20px;
                img{
                    border-radius: 50%;
                    width: 80px;
                    height: 80px;
                    float: left;
                    margin-right: 20px;
                }
                span{
                    text-transform: uppercase;
                    display: inline-block;
                    margin-top: 10px;
                }        
                p{
                    color: @theme-color;
                    font-size: 85.71%;
                }
            }
            .happy-client-des{
                float: left;
                width: 100%;
                background: #f5f5f5;
                padding: 20px 10px 20px 20px;
                position: relative;                
            }    
        }          

        .block-latest-blog{
            .block-title-home{
                color: #222;
                text-transform: uppercase;
                font-size: 157.14%;
                padding: 13px 20px;
                border: 1px solid @border-color;
                &:before{
                    display: none;
                }                
            }
            .owl-controls{
                top: -37px;
                right: 10px;
            }       
            .block-content-blog{
                margin:0;
                padding: 20px 20px 14px;
                border: 1px solid @border-color;
                border-top: none;
            }
            .post-item{
                .post-thumbnail{
                    position: relative;
                    width: 100%;
                    height: 220px;                
                    img{
                        width: 100%;
                        height: 220px;
                    }
                }
                .postInfo{
                    margin:0;
                    padding: 15px 0 0;  
                    width: 100%;  
                    p{
                        margin-bottom: 0;
                    }        
                }            
            }
        }        
    } 

    // Home Style 2
    .home_style2 &{
        .block-service-wrap{
            margin-top: 30px;          
            .block-service{           
                .service-item{
                    color: #666;
                    .service-item-inner{
                        padding: 52px 0;
                        background: #f5f5f5;
                        text-align: center;
                    }
                    i{
                        display: inline-block;
                        font-size: 50px;
                        margin-bottom: 5px;
                    }
                    .service-title{
                        color: #222;
                        text-transform: uppercase;
                        margin-top: 7px;
                    }
                    &.service-item-center{
                        position: relative;
                        z-index: 1;
                        color: #fff;
                        .service-item-inner{
                            background: @theme-color;
                        }
                        .service-title{
                            color: #fff;
                        }                        
                    }
                }
            }
        }   

        .block-home2-newletter{
            background: @theme-color;
            position: relative;
            z-index: 1;
            padding: 65px 30px;
            text-align: center;
            color: #fff;
            &:before{
                position: absolute;
                content: "";
                border: 1px solid #fff;
                top:10px;
                left: 10px;
                bottom: 10px;
                right: 10px;
                z-index: -1;
                width: auto;
                height: auto;
            }
            .newletter-title{
                float: left;
                width: 100%;
                font-size: 200%;
                text-transform: uppercase;
                margin-bottom: 17px;
            }
            span{
                display: inline-block;
                width: 230px;
                position: relative;
                z-index: 1;
                &:before{
                    position: absolute;
                    content: "";
                    background: #fff;
                    top:14px;
                    left: 0;
                    right: 0;
                    z-index: -1;
                    width: 100%;
                    height: 1px;
                }                
                i{
                    display: inline-block;
                    font-size: 24px;
                    background: @theme-color;
                    padding: 0 20px;
                }                
            }

            p{
                float: left;
                width: 100%;
                margin: 20px 0 35px;
            }
            .input-box{
                position: relative;
                display: inline-block;
                width: 100%;
                .input-text{
                    height: 50px;
                    border: none;
                    float: left;
                    width: 100%;
                    border-radius: 0;
                    border: none;
                    padding: 10px 70px 10px 20px; 
                    font-size: 85.71%;
                }
                button{
                    text-align: center;
                    height: 50px;
                    width: 65px;
                    border: none;
                    padding: 0;
                    background: #fff;
                    color: @theme-color;
                    border-radius: 0;
                    position: absolute;
                    top: 0;
                    right: 0;
                    font-size: 24px;
                }
            }             
        }

        .block-latest-blog{
            margin-bottom: 15px;
            .block-content-blog{
                margin-top: 30px;
            }
        } 

        .block-brand-wrap{
            .block-brand{
                float: left;
                width: 100%;
                padding-top: 30px;
                border-top: 1px solid @border-color;
            }
        }
    }

    // Home Style 3
    .home_style3 & {
        .home-main{
            margin-top: 30px;
        }
        .block-content-slider{
            margin-left: 270px;
        }
        .home-left{
            .block-title-home{
                font-size: 114.29%;
                font-weight: bold;
            } 
        }
        .block-banner-3{
            margin-left: 15px;
            float: left;
            .first{
                padding: 0;
            }
            .last{
                padding: 0 30px;
            }            
        }
        .block-banner-4{
            margin-left: -15px;
            float: left;
            .first{
                padding: 0 30px;
            }
            .last{
                padding: 0;
            }
        }
        .block-service-2{
            border: 1px solid @border-color;
            border-bottom: none;
            float: left;
            .service-item{
                padding: 20px 10px 20px 20px;
                border-bottom: 1px solid @border-color;
                color: #999;
                line-height: normal;
                float: left;
                width: 100%;
                .service-icon{
                    float: left;
                    margin-right: 10px;
                    font-size: 18px;
                    padding: 9px 0;
                    width: 40px;
                    height: 40px;
                    text-align: center;
                    border-radius: 50%;
                    background: #ff836f;
                    color: #fff;
                    &.color2{
                        background: #3bd8c7;
                    }
                    &.color3{
                        background: #f27999;
                    }
                    &.color4{
                        background: #00adef;
                    }
                }
                .service-content{
                    display: inline-block;
                    margin-top: 4px;
                    .service-title{
                        color: #222;
                        text-transform: uppercase;
                    } 
                    .service-text{
                        font-size: 85.71%;
                    }                     
                }
            }
        }

        .block-home3-newletter{
            background: #fff;
            position: relative;
            z-index: 1;
            padding: 20px;
            text-align: center;
            float: left;
            width: 100%;
            &:before{
                position: absolute;
                content: "";
                border: 1px dashed @theme-color;
                top:0;
                left: 0;
                z-index: -1;
                width: 100%;
                height: 100%;
            }
            .newletter-title{
                float: left;
                width: 100%;
                font-size: 114.29%;
                text-transform: uppercase;
                font-weight: bold;
                color: #222;
            }
            p{
                float: left;
                width: 100%;
                margin: 10px 0 15px;
                color: #999;
                line-height: normal;
            }
            .input-box{
                position: relative;
                display: inline-block;
                width: 100%;
                .input-text{
                    height: 40px;
                    border: 1px solid @border-color;
                    float: left;
                    width: 100%;
                    border-radius: 0;
                    padding: 10px; 
                    font-size: 85.71%;
                    text-align: center;
                }
                button{
                    text-align: center;
                    height: 40px;
                    border: none;
                    padding: 0 40px;
                    background: @theme-color;
                    color: #fff;
                    border-radius: 0;
                    font-size: 100%;
                    text-transform: uppercase;
                    margin: 20px 0 10px;
                }
            }             
        }

        .home-4-happy-clients{ 
            .owl-controls{
                top: -50px;
            }
            .content-happy-client{
                margin-top: 20px;
            }       
            .happy-clients-image{
                float: left;
                width: 100%;
                img{
                    border-radius: 50%;
                    border: 3px solid @theme-color;
                    width: 80px;
                    height: 80px;
                    float: right;
                    margin-right: 20px;
                }        
            }
            .happy-client-des{
                float: left;
                width: 100%;
                background: #f5f5f5;
                padding: 50px 20px 20px;
                position: relative;
                margin-top: -40px;
                z-index: -1;
                &:before{
                    position: absolute;
                    content: "";
                    border: 1px dashed @theme-color;
                    top:0;
                    left: 0;
                    bottom: 1px;
                    right: 0;
                    z-index: -1;
                    width: auto;
                    height: auto;
                }                
            }    
        }  

      .block-latest-blog{
            float: left;
            .block-title-home{
                padding: 8px 20px;
                border: 1px solid @border-color;
                &:before{
                    width: 100%;
                }
            }      
            .block-content-blog{
                margin-top: 0;
            }
            .post-item{
                border-radius: 0;
                border: 1px solid @border-color;
                border-top: none;
                box-shadow: none;
                margin: 0;
                .postInfo{
                    margin:0;
                    padding: 0;  
                    width: 100%;    
                    .post-thumbnail{
                        position: relative;
                        width: 100%;
                        height: 200px;                
                        img{
                            width: 100%;
                            height: 200px;
                        }
                    } 
                    .post-date-user{
                        padding: 15px 20px 0;
                        font-size: 85.71%;
                    }                         
                } 
                .post-title{
                    float: left;
                    width: 100%;
                    a{
                        float: left;
                        width: 100%;
                        padding: 5px 20px 18px;
                        font-weight: bold;   
                        position: relative;
                        &.collapsed{                            
                            padding: 9px 20px;
                            &:before{
                                position: absolute;
                                right: 12px;
                                top: 9px;
                                font-family: FontAwesome;
                                content: "\f107";
                                font-weight: normal;
                            }
                        }                                            
                    }

                }           
            }
        }

        .block-brand-wrap{
            padding-top: 30px;
            border-top: 1px solid @border-color;
            .block-brand{
                float: left;
                width: 100%;
            }
        }        
    }

}


