



/*

Author: Bootstrap Themes

Author URI: http://bootstrapthemes.co

*/



/*==========================================

 01.  PREDIFINEED (FROM 1 TO 780 )

 02.  PRELOADER - LINE NO 786

 03.  NAVIGATION - LINE NO 930

 04.  HOME - LINE NO 1150

 05.  THU FEATURE - LINE NO 1280

 06.  THU FLIDE - LINE NO 1355

 07.  THU SERVICE - LINE NO 1385

 08.  PORTFOLIO - LINE NO 1444

 09.  THU SOLUTION - LINE NO 1620

 10.  THU TEAM - LINE NO 1658

 11.  THU CLIENTS FEEDBACK - LINE NO 1730

 12. THU BLOG - LINE NO 1848

 13. THU SUBCRIBS - LINE NO 1935

 14. FOOTER - LINE NO 2020

==========================================*/





/* ==========================================================================

   Author's custom styles

   ========================================================================== */

html,

body {

    font-size: 14px;

    color: #797979;

    width: 100%;

    padding: 0;

    margin-left: 0;

    margin-right: 0;

    font-weight: 400;

    width:100%;

    font-family: 'Raleway', sans-serif;

}



/*------------------------------------------------------------------*/

/*   IE10 in Windows 8 and Windows Phone 8 Bug fix

/*-----------------------------------------------------------------*/



@-webkit-viewport { width: device-width; }

@-moz-viewport { width: device-width; }

@-ms-viewport { width: device-width; }

@-o-viewport { width: device-width; }

@viewport { width: device-width; }



/*

    Page Content

------------------------------------------*/



.page-content, 

section { overflow: hidden; }



/*

    On Scroll Animations 

------------------------------------------*/



/*.animated { visibility: hidden; }

.visible { visibility: visible; }*/



/*

    Spacing & Alignment 

------------------------------------------*/



.roomy-100 {

    padding-top: 100px;

    padding-bottom: 100px;

}



.roomy-80 {

    padding-top: 80px;

    padding-bottom: 80px;

}



.roomy-70 {

    padding-top: 70px;

    padding-bottom: 70px;

}



.roomy-60 {

    padding-top: 60px;

    padding-bottom: 60px;

}



.roomy-50 {

    padding-top: 50px;

    padding-bottom: 50px;

}



.roomy-40 {

    padding-top: 40px;

    padding-bottom: 40px;

}





/*text color*/



.text-muted{}

.text-primary{color: #3f92d1 !important;;}

.text-finence{color:#13A0B2 !important;;}

.text-mega{color:#3f92d1 !important;;}

.text-white{color:#fff !important;;}

.text-black{color:#000 !important;}

.text-warning{}

.text-danger{}

.disabled{

    cursor: not-allowed;

}



/*bacground color*/

.lightbg {

    background-color: #f2f2f2;

}

.bg-primary{background-color: #3f92d1;}

.bg-blue{background-color:#3f92d1;}

.bg-mega{background-color:#657476;}

.bg-grey{background-color: #f5f5f5;}

.bg-black{background-color: #657476;}

.bg-white{background-color: #0000fe;

    color: white;}

.bg-banner{background-color: #0890ff;}



img {

    -moz-user-select: none;

    -webkit-user-select: none;

    -ms-user-select: none;

    -user-select: none;

    -webkit-user-drag: none;

    -user-drag: none;

}

a,

a:hover,

a:active,

a:focus {

    text-decoration: none;

    outline: none;

}

a,

button,

a span {

    -webkit-transition: 0.2s ease-in-out;

    transition: 0.2s ease-in-out;

}

a {

    -webkit-transition: 0.3s ease-in-out;

    transition: 0.3s ease-in-out;

}



.btn:focus,

.btn:active {

    outline: inherit;

    background-color: transparent;

}

*,

*:before,

*:after {

    box-sizing: border-box;

    /*    direction: rtl;*/

}



p {

    margin: 0 0 15px;

}



.clear {

    clear: both;

}



img {

    max-width: 100%;

}

textarea,

input[type="text"],

input[type="password"],

input[type="datetime"],

input[type="datetime-local"],

input[type="date"],

input[type="month"],

input[type="time"],

input[type="week"],

input[type="number"],

input[type="email"],

input[type="url"],

input[type="search"],

input[type="tel"],

input[type="color"],

.uneditable-input {

    outline: none;

}



input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {

    background-color: transparent;

    background-image: none;

    color: rgb(0, 0, 0);

}



.form-control{

    border-radius: 0px;

    border:1px solid #ccc;

    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);

    width: 100%;

    height: 50px;

}



.form-control:focus {

    border-color: #bcefeb;

    outline: 0;

    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);

}



h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0;

    font-family: 'Raleway', sans-serif;

    color:#1a1a1a;

    margin-bottom: 10px;

}



h1 {

    font-size: 3rem;

    line-height: 4rem;

}

h2 {

    font-size: 2.5rem;

    line-height: 3rem;

}

h3 {

    font-size: 1.500rem;

    line-height: 2rem;

}

h4 {

    font-size: 1.6rem;

    line-height: 2.2rem;

}

h5 {

    font-size: 1.125rem;

    line-height: 1.575rem

}

h6 {

    font-size: 1rem;

}







h1 span,

h2 span,

h3 span,

h4 span,

h5 span,

p span{

    color:#3f92d1;

}



p {

    line-height: 1.5rem;

}

p:last-child {

    margin-bottom: 0px;

}

/*colors*/

.w100 {

    font-weight: 100;

}



.w200 {

    font-weight: 200;

}



.w300 {

    font-weight: 300;

}



.w400 {

    font-weight: 400;

}



.w500 {

    font-weight: 500;

}



.w600 {

    font-weight: 600;

}



.w700 {

    font-weight: 700;

}



.w800 {

    font-weight: 800;

}





/*

Section

*/



.parallax-section {

    max-width: 100%;

    color: #ffffff;

}



ul{

    margin:0;

    padding:0;

    list-style:none;

}



/*all overlay*/



.overlay {

    background-color: rgba(41, 39, 34, 0.50);

    width: 100%;

    height:100%;

    position: absolute;

    left:0;

    top: 0;

}

.no-padding {

    padding: 0 !important;

    margin:0 !important;

}

.left-no-padding {

    padding-left: 0 !important;

}

.right-no-padding {

    padding-right: 0 !important;

}

.fluid-blocks-col {

    padding: 70px 40px 0 80px;

}

.fluid-blocks-col-right {

    padding: 70px 80px 0 40px;

}





/*

Separator

*/

.separator_left{

    width:85px;

    height:2px;

    margin:20px 0px;

    background: #3f92d1;

}

.separator_auto{

    width:85px;

    height:2px;

    margin:20px auto;

    background: #3f92d1;

}

.separator_small{

    width:30px;

    height:2px;

    margin:20px 0px;

    background: #3f92d1;

}



/*

Button

*/

.btn{

    -webkit-transition: all 0.6s;

    transition: all 0.6s;

    font-size:14px;

    font-weight: 600;

    border:1px solid;

    padding: 1rem 4rem;

}

.btn-primary{

    color: #fff;

    background-color: #0000fe;

    border:1px solid;

    border-color: #0000fe;



}

.btn-primary:hover{

    background-color: #6cd82e;

    border-color: #6cd82e;

    color:white;

}



.btn-default{

    color: #fff;

    background-color: #0091ff;

    border:1px solid;

    border-color: #0091ff;

}

.btn-default:hover{

    color: #fff;

    background-color:#6cd82e;

    border-color: #6cd82e;

}





/*

socail icon

--------------------------------*/

/*

Extra height css

*/

.m-0{

    margin:0 !important;

}

.m-top-0{

    margin-top:0;

}

.m-r-0{

    margin-right: 0;

}

.m-l-0{

    margin-left: 0;

}

.m-b-0{

    margin-bottom: 0;

}



.m-r-15{

    margin-right: 15px;

}

.m-l-15{

    margin-left: 15px; 

}

.m-top-10 {

    margin-top: 10px;

}

.m-top-20 {

    margin-top: 20px;

}

.m-top-30 {

    margin-top: 30px;

}

.m-top-40 {

    margin-top: 40px;

}

.m-top-50 {

    margin-top: 50px;

}

.m-top-60 {

    margin-top: 60px;

}

.m-top-70 {

    margin-top: 70px;

}

.m-top-80 {

    margin-top: 80px;

}

.m-top-90 {

    margin-top: 90px;

}

.m-top-100 {

    margin-top: 100px;

}

.m-top-110 {

    margin-top: 110px;

}

.m-top-120 {

    margin-top: 120px;

}



.m-t-b-80 {

    margin-top: 80px;

    margin-bottom: 80px;

}

.m-t-b-120 {

    margin-top: 120px;

    margin-bottom: 120px;

}



.m-bottom-10 {

    margin-top: 10px;

}



.m-bottom-20 {

    margin-bottom: 20px;

}

.m-bottom-30 {

    margin-bottom: 30px;

}



.m-bottom-40 {

    margin-bottom: 40px;

}



.m-bottom-60 {

    margin-bottom: 60px;

}



.m-bottom-70 {

    margin-bottom: 70px;

}



.m-bottom-80 {

    margin-bottom: 80px;

}



.m-bottom-90 {

    margin-bottom: 90px;

}



.m-bottom-100 {

    margin-bottom: 100px;

}



.m-bottom-110 {

    margin-bottom: 110px;

}



.m-bottom-120 {

    margin-bottom: 120px;

}



.m_t__b{

    margin: 14rem 0;

}

.p_t__b{

    padding: 6rem 0;

}



p-0{

    padding:0 !important;

}



.p-l-15{

    padding-left: 15px;

}



.p-r-15{

    padding-right: 15px;

}



.p-top-10 {

    padding-top: 10px;

}

.p-top-20 {

    padding-top: 1.33rem;

}



.p-bottom-20 {

    padding-bottom: 1.33rem;

}



.p-top-30 {

    padding-top: 1.875rem;

}



.p-bottom-30 {

    padding-bottom: 1.875rem;

}



.p-top-40 {

    padding-top: 2.66rem;

}



.p-bottom-40 {

    padding-bottom: 2.66rem;

}



.p-top-60 {

    padding-top: 5rem;

}



.p-bottom-60 {

    padding-bottom: 5rem;

}



.p-top-80 {

    padding-top: 5.714rem;

}



.p-bottom-80 {

    padding-bottom: 5.714rem;

}



.p-top-90 {

    padding-top: 6.429rem;

}



.p-bottom-90 {

    padding-bottom: 6.429rem;

}

.p-top-100 {

    padding-top: 100px;

}



.p-bottom-100 {

    padding-bottom: 100px;

}

.p-top-110 {

    padding-top: 110px;

}



.p-bottom-110 {

    padding-bottom: 110px;

}



.p-bottom-0 {

    padding-bottom: 0;

}



.p_l_r{

    padding-left: 5.714rem;

    padding-right: 5.714rem;

}



/*padding*/

.padding-twenty {

    padding: 10px 0;

}

.padding-fourty {

    padding: 20px 0;

}

.padding-sixty {

    padding: 30px 0;

}

.padding-eighty {

    padding: 40px 0;

}



/*border*/

.no-border-top{

    border-top:0px solid transparent !important;

}

.no-border-rigth{

    border-right:0px solid transparent !important;

}



/*for placeholder changes*/



input[type="email"].form-control::-webkit-input-placeholder {

    color: #5a5a5a;

    background-color: transparent;

}



input::-webkit-input-placeholder {

    color: #cdcdcd;

}



input::-moz-placeholder {

    color: #cdcdcd;

}



input:-ms-input-placeholder {

    color: #cdcdcd;

}



input::placeholder {

    color: #cdcdcd;

}


input::-webkit-input-placeholder {

    color: #cdcdcd;

}

input::-moz-placeholder {

    color: #cdcdcd;

}

input::-ms-input-placeholder {

    color: #cdcdcd;

}

textarea::-webkit-input-placeholder{

    color: #cdcdcd;

    padding: 5px;

}

textarea::-moz-input-placeholder{

    color: #cdcdcd;

    padding: 5px;

}

textarea::-ms-input-placeholder{

    color: #cdcdcd;

    padding: 5px;

}



/*for image bg*/

/*.img-bg{

  background: url(../images/home-msg.jpg) no-repeat center top fixed;

  background-size

  -moz-background-size: cover;

  -webkit-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  width: 100%;

  overflow: hidden;

}*/





.transform_scal_rotate:hover img{ 

    -webkit-transform: scale(1.1) rotate(4deg); 

    transform: scale(1.1) rotate(4deg); 

}



.culmn{

    width:100%;

    overflow: hidden;

}

.fix{

    overflow: hidden;

}

/*heading title all area*/

.head_title{

    padding-bottom: 2.143rem;

    overflow: hidden;

}

.head_title h2{

    font-weight: 100;

    font-size:2.250rem;

}

.head_title h5{

    font-weight: 400;

    font-size:1.125rem;

    color:#333;

}



/*End off pridifain css*/







/*Preloader*/

#loading{

    background-color: #3f92d1;

    height: 100%;

    width: 100%;

    position: absolute;

    z-index: 1;

    margin-top: 0px;

    top: 0px;

    left:0;

    z-index: 9999;

}

#loading-center{

    width: 100%;

    height: 100%;

    position: relative;

}

#loading-center-absolute {

    position: absolute;

    left: 50%;

    top: 50%;

    height: 50px;

    width: 50px;

    margin-top: -25px;

    margin-left: -25px;

    -ms-transform: rotate(45deg); 

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg); 

    -webkit-animation: loading-center-absolute 1.5s infinite;

    animation: loading-center-absolute 1.5s infinite;



}

.object{

    width: 25px;

    height: 25px;

    background-color: #FFF;

    float: left;



}

.statistic-counter{

    color: white;

    font-size: 5em;

}





#object_one {

    -webkit-animation: object_one 1.5s infinite;

    animation: object_one 1.5s infinite;

}

#object_two {

    -webkit-animation: object_two 1.5s infinite;

    animation: object_two 1.5s infinite;

}

#object_three {

    -webkit-animation: object_three 1.5s infinite;

    animation: object_three 1.5s infinite;

}

#object_four {

    -webkit-animation: object_four 1.5s infinite;

    animation: object_four 1.5s infinite;

}





@-webkit-keyframes loading-center-absolute {

    100% { -webkit-transform: rotate(-45deg); }



}



@keyframes loading-center-absolute {

    100% { 

        transform:  rotate(-45deg);

        -webkit-transform:  rotate(-45deg);

    }

}







@-webkit-keyframes object_one {

    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }

    100% { -webkit-transform: translate(0,0) rotate(-180deg); }



}



@keyframes object_one {

    25% { 

        transform: translate(0,-50px) rotate(-180deg);

        -webkit-transform: translate(0,-50px) rotate(-180deg);

    } 

    100% { 

        transform: translate(0,0) rotate(-180deg);

        -webkit-transform: translate(0,0) rotate(-180deg);

    }

}





@-webkit-keyframes object_two {

    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }

    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}



@keyframes object_two {

    25% { 

        transform: translate(50px,0) rotate(-180deg);

        -webkit-transform: translate(50px,0) rotate(-180deg);

    } 

    100% { 

        transform: translate(0,0) rotate(-180deg);

        -webkit-transform: translate(0,0) rotate(-180deg);

    }

}



@-webkit-keyframes object_three {

    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }

    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}



@keyframes object_three {

    25% { 

        transform:  translate(-50px,0) rotate(-180deg);

        -webkit-transform:  translate(-50px,0) rotate(-180deg);

    } 

    100% { 

        transform: translate(0,0) rotate(-180deg);

        -webkit-transform: rtranslate(0,0) rotate(-180deg);

    }

}





@-webkit-keyframes object_four {

    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }

    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}



@keyframes object_four {

    25% { 

        transform: translate(0,50px) rotate(-180deg); 

        -webkit-transform: translate(0,50px) rotate(-180deg);  

    } 

    100% { 

        transform: translate(0,0) rotate(-180deg);

        -webkit-transform: translate(0,0) rotate(-180deg);

    }

}

/*End off Preloader*/





/*

Nav Menu style

==================*/



.navbar-brand {

    padding: 25px 15px;

}

.navbar-brand > img {

    display: block;

    width: 70%;

}

.brand {

    background: white;

}



nav.navbar.bootsnav ul.nav li.active > a{

    color:#3f92d1;

}



nav.navbar.bootsnav ul.nav li a:hover{

    color:#3f92d1;

}

.navbar-nav > li > a {

    padding-top: 25px;

    padding-bottom: 20px;

}



/*

Home Section style

==================*/



.home{

    background: url(../images/home-bg.jpg) no-repeat top center;

    background-size: cover;

    position: relative;

    padding-top: 230px;

    width:100%;

}

.main_home .home_text h2{

    font-size:36px;

    font-weight: 400;

    

}

.main_home .home_text h1{

    font-size:40px;

    font-weight: 700;

    font-family: 'Montserrat', sans-serif;

}

.main_home .home_text h3{

    font-size:24px;

    font-weight: 400;

}



.main_home:before{

    content: "";

    position: absolute;

    left:0;

    bottom:0;

    width: 0;

    height: 0;

    border-bottom: 140px solid #f5f5f5;

    border-right: 690px solid transparent;

}



.main_home:after{

    content: "";

    position: absolute;

    right:0;

    bottom:0;

    width: 0;

    height: 0;

    border-bottom: 140px solid #f5f5f5;

    border-left: 690px solid transparent;

}



.home_btns{

    margin-left:-10px;

}

.home_btns .btn{

    margin-left:10px;

}





/*

Featured section style

========================*/



.features_item .f_item_icon{

    float: left;

    width:15%;

    display: inline-block;

    margin-right: 15px;

}

.features_item .f_item_icon i{

    font-size: 1.5rem;

    color: #454545;

    width: 50px;

    height: 50px;

    text-align: center;

    line-height: 50px;

    border: 1px solid #454545;

    display: inline-block;

    border-radius: 50%;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}

.features_item .f_item_text{

    display: inline-block;

    width:75%;

}

.features_item .f_item_text p{

    font-size:14px;

}

.features_item:hover .f_item_icon i{

    background-color: #6cd82e;

    border-color:#6cd82e;

    color:#fff;

}

.features_item:hover .f_item_text h3{

    color:#6cd82e;

}





/*dialogue section style*/



.main_dialogue{}

.main_dialogue h3{

    font-size:36px;

    font-weight: 300;

    line-height: 3.5rem;

}







/*Business Section*/



.business{

   background: white;

    background-size: cover;

    position: relative;

}

.business_overlay{

  

    width:100%;

    height: 100%;

    left:0;

    top:0;

    position: absolute;

}

.main_business{}

.business_item{}

.business_item h2{

    font-size:26px;

    font-weight: 800;

}

.business_item li{

    font-size:18px;

    font-weight: 300;

    line-height: 2rem;

}

.business_item li i{

    font-size:12px;

    margin-right: 5px;



}

.business_item p{

    color:#333333;

    line-height: 2rem;

    font-size:14px;

    font-weight: 500;

}

.business_item .business_btn{

    margin-left:-10px;

}

.business_item .business_btn a{

    margin-left:10px;

}

.business_item .business_btn .btn-default{

    color:#444444;

}





/*

work Section style

=====================*/



.main_product .carousel-control{

    background-image: none;

    color:#ddd;

    width:50px;

    height: 50px;

    line-height: 50px;

    font-size:3rem;

    text-align: center;

    top:30%;

}



.main_product .carousel-control.left{

    left:-4%;

}

.main_product .carousel-control.right {

    right:-4%;

}



.main_product .port_img{

    position: relative;

    overflow: hidden;

}



.main_product .port_img img{

    width:100%;

}

.main_product .port_overlay{

    width:100%;

    height: 100%;

    background-color: #0000fe73;

    position: absolute;

    left:0;

    top:0;

    padding-top: 50%;

    opacity: 0;

    transition: all 0.2s;

}

.main_product .port_overlay a{

    width:40px;

    height: 40px;

    line-height: 40px;

    margin: 0 auto;

    color:#fff;

    border:1px solid #fff;

    border-radius: 50%;

    display: inline-block;

    font-size:2rem;

    bottom: -150px;

    position: relative;

    margin-top:-20px;

}

.main_product .port_img:hover .port_overlay a{

    bottom:0;

}

.main_product .port_img:hover .port_overlay{

    opacity: 1;

}









/*Team Section

======================*/

.team_item{}

.main_team .team_item .team_author{}

.main_team .team_item .team_author h4{

    font-size:24px;

    font-weight: 800;

    margin-bottom: 0px;

}

.main_team .team_item .team_author p{

    font-size:14px;

    font-weight: 500;

}



.main_team .team_skill_title h5{

    font-size:18px;

    font-weight: 800;

}



.main_team .team_content h4{

    font-size:24px;

    font-weight: 300;

}

.main_team .team_content h5{

    font-size:18px;

    font-weight: 500;

}

.main_team .team_socail .team_socail h5{

    font-size:18px;

    font-weight: 800;

}



.divider{

    width:100%;

    height: 1px;

    background-color: #ddd;

    display: inline-block;

    margin:30px 0px;

}



.main_team .team_socail li a i{

    font-size:20px;

    color:#ddd;

    padding: 5px;

    transition: all 0.6s;

}

.main_team .team_socail li a:hover i{

    color:#6cd82e;

}

.main_team .carousel-indicators{

    bottom:-40px;

    width:64%;

}

.main_team .carousel-indicators li{

    background-color: #c1c1c1;

}

.main_team .carousel-indicators .active{

    background-color: #6cd82e;

}



/* Skill bar*/



.teamskillbar {

    position:relative;

    display:block;

    margin-bottom:15px;

    width:100%;

    background: #ddd;

    height:3px;

    -webkit-transition:0.4s linear;

    transition:0.4s linear;

    -webkit-transition-property:width, background-color;

    transition-property:width, background-color;

}

.teamskillbar h6{

    position: absolute;

    top:-25px;

    left:0;

}

.teamskillbar-bar {

    height:3px;

    width:0px;

    background:#2c82c9;

    position: absolute;

    left:0px;

    top:0px;

}





/*Brand Section

======================*/

.brand_item {

    height: 80px;

}





/*Test Section

======================*/

.test{

    background: url(../images/test-bg.jpg) no-repeat top center;

    background-size: cover;

    position: relative;

}

.main_test{

    width: 100%;

    display: block;

}

.main_test{}

.main_test .test_item{}

.main_test .test_item .test_text{

    width:80%;

    margin: 30px auto;

}

.main_test .test_item .test_text em{

    font-size:18px;

    font-family: 'Droid Sans', sans-serif;

    font-weight: 400;



}

.main_test .carousel-control{

    background-image: none;

    top:50%;

    font-size:3rem;

}











/*call to action

=========================*/

.business_btn .btn,

.maine_action .btn{

    background-color: #fff;

    box-shadow: 0px 3px 0px 1px #ddd;

    border:0px;

    color:#555;

    font-size:14px;

    padding: 1rem 2rem;

}

.business_btn .btn-default:hover,

.action_btn .btn-default:hover{

    background-color: #fff;

    color:#3f92d1;

}











/*Footer section*/



.widget_ab_item_text h6{

    margin-bottom:5px;

}

.widget_item h5{

    font-weight: 700;

}

.widget_item .btn:hover{

    background-color: #3f92d1;

}

.widget_item li a{

    color:white;

}

.widget_item li a:hover{

    color: #6cd82e;

}

.widget_latst_item_text p{

    margin-bottom: 0px;

    color:white;

}

.widget_service li i,

.widget_latst_item_text a{

    font-size:12px;

    color:#aaaaaa;

}

.widget_service li i{

    margin-right: 5px;

}

.widget_service li{

    font-size:13px;

    border-bottom: 1px dashed #aaa;

    padding-bottom: 10px;

}

.widget_newsletter li a:hover i,

.widget_latst_item_text:hover p,

.widget_service li:hover,

.widget_service li:hover i{

    color:#fff;

}



.widget_ab_item .item_icon,

.widget_latst_item .item_icon{

    float: left;

    width: 20%;

    display: inline-block;

    margin-right: 15px;

}

.widget_ab_item .widget_ab_item_text,

.widget_latst_item .widget_latst_item_text {

    display: inline-block;

    width: 70%;

}

.widget_ab_item .item_icon{

    float: left;

    width: 10%;

    display: inline-block;

    margin-right: 15px;

}

.widget_ab_item .widget_ab_item_text {

    display: inline-block;

    width: 80%;

}

.widget_newsletter .form-inline .form-group{

    display: block;

}

.widget_newsletter .form-control{

    width:80%;

    height: 40px;

    background-color: #1a1a1a;

    border-color:#333333;

    display: inline-block;

}

.widget_newsletter .btn{

    width: 20%;

    padding: 0.65rem 1.2rem;

    background-color: #444444;

    border-color:#444444;

    color:#fff;

    border-radius: 0;

    margin-left:-4px;

    display: inline-block;

}

.widget_brand a{

    font-size:30px;

    font-weight: 800;

    color:#aaa;

}

.widget_newsletter li a i{

    color:#aaa;

}





.main_footer i {

    padding: 0px 5px;

    color: #ff0000;

}

.texto-funcion {

    color: white;

    margin-top: 35px;

    font-size: 15px;

}

.widget {

  position: relative;

  margin-bottom: 30px;

  padding: 0px 20px;

  background: #fff;

  border-radius: 3px;

}



.widget-controls {

  position: absolute;

  z-index: 1;

  top: 0;

  right: 0;

  padding: 14px;

  font-size: 12px;

}



.widget-controls>a {

  padding: 1px 4px;

  border-radius: 4px;

  color:#fff;

  -webkit-transition: color 0.15s ease-in-out;

  -o-transition: color 0.15s ease-in-out;

  transition: color 0.15s ease-in-out;

}



.text-white {

  color: #fff;

}



.widget-top-overflow {

  margin-top: -15px;

  border-top-left-radius: 4px;

  border-top-right-radius: 4px;

}



.widget-top-overflow, .widget-middle-overflow {

  position: relative;

  margin: 0 -20px;

}



.widget-top-overflow>img {

  border-top-left-radius: 4px;

  border-top-right-radius: 4px;

}



.widget-top-overflow>img, .widget-middle-overflow>img {

  max-width: 100%;

}



.widget-top-overflow>img+.tags {

  position: absolute;

  bottom: 0;

  right: 0;

  margin: 20px;

}

.tags a{

    display: block;
    float: left;
    border: 1px solid #0091ff;
    margin-left: 4px;
    line-height: 6px;
    color: #0091ff;
    text-transform: none;
    font-size: 12px;
    padding: 12px;
    margin-right: 9px;
    margin-left: 0;
    margin: 3px;
    border-radius: 6px;
  
  }

.tags {

  padding-left: 0;

  list-style: none;

}



.tags>li {

  float: left;

  margin:3px;

}



.tags>li>a {

  padding: 2px 8px;

  font-size: 13px;

  border-radius: 6px;

  border: 1px solid white;

  color: inherit;

  text-decoration: none;

}



.mt-sm {

  margin-top: 10px;

}



.post-user {

  position: relative;

}



.mr {

  margin-right: 15px;

}



.thumb-xs, .thumb-sm, .thumb-lg, .thumb {

  position: relative;

  display: inline-block;

  text-align: center;

}



.thumb {

  width: 48px;

}



.thumb img {

  height: auto;

  max-width: 100%;

  vertical-align: middle;

}



.post-user img {

  border: 3px solid white;

}



.fs-mini {

  font-size: 13px;

}



.text-light {

  opacity: .8;

}



.widget>footer {

  margin: 0 -20px -15px;

  padding: 26px 20px;

}



.bg-body-light {

  background-color: #f6f6f6;

}



.post-links {

  margin-bottom: 0;

  font-size: 12px;

  padding-left: 0;

}



.post-links>li {

  float: left;

  list-style: none;

  margin:4px;

}



.roomy-100 {

    padding-top: 100px;

    padding-bottom: 100px;

        background: #0000fe;

   

}

.skill_bottom_item .separator_small {

    margin: 20px auto;

}

.separator_small {

    width: 30px;

    height: 2px;

    margin: 20px 0px;

    background: #ffffff;

}

.i1 em h6{

    color: white;

    padding-bottom: 15px;

}



.hero-area {

	position:relative;

	padding-top: 80px;

	padding-bottom: 80px;

}

/* -- Breadcrumb -- */

.hero-area-tree li {

	display:inline-block;

	font-family: 'Lato', sans-serif;

	font-weight:600;

	font-size:14px;

	color:rgba(255, 255, 255, 0.8);

}



.hero-area-tree li > a {

	color:rgba(255, 255, 255, 0.8);

}



.hero-area-tree li + li:before {

	content: "/";

	display: inline-block;

	margin: 0px 5px;

	color: rgba(235, 235, 235, 0.25);

}

.bg-image.overlay:after {

    content: "";

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

  background: #0890ff;

   

}

.bg-image.bg-parallax {

    background-attachment: fixed;

}

.white-text {

    color: #FFF;

}

/*------------------------------------*\

	Blog Page

\*------------------------------------*/

/* -- Single Blog -- */

.single-blog {

	margin-bottom:40px;

}



.single-blog .blog-img > a {

	position:relative;

	display:block;

	border-radius:4px;

	overflow:hidden;

}



.single-blog .blog-img img {

	width:100%;

}



.single-blog .blog-img > a:after {

	content:"";

	position:absolute;

	left:0;

	top:0;

	bottom:0;

	right:0;

	background-color:#FF6700;

	opacity:0;

	-webkit-transition:0.2s opacity;

	transition:0.2s opacity;

}



.single-blog .blog-img > a:hover:after {

	opacity:0.7;

}



.single-blog .blog-meta {

	margin-top: 20px;

	padding-top: 10px;

	border-top: 1px solid #EBEBEB;

}



.single-blog .blog-meta .blog-meta-author > a {

	color: #ff0000;

}



.single-blog .blog-meta .blog-meta-comments {

	margin-left:10px;

}



.single-blog .blog-meta .blog-meta-comments > a {

	color: #798696;

}



/* -- Pagination -- */

.post-pagination {

	margin-top:40px;

	text-align:center;

}



.post-pagination .pages {

	display:inline-block;

}



.post-pagination .pages li {

	display:inline-block;

}



.post-pagination .pages li + li {

	margin-left:10px;

}



.post-pagination .pages li {

	width: 40px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	border-radius: 50%;

	background-color: #EBEBEB;

	-webkit-transition: 0.2s all;

	transition: 0.2s all;

}



.post-pagination .pages li a {

	display:block;

	-webkit-transition: 0.2s color;

	transition: 0.2s color;

}



.post-pagination .pages li:hover  , .post-pagination .pages li.active {

	background-color: #0000fe;

	color:#FFF;

}



.post-pagination .pages li:hover a {

	color:#FFF;

} 



.pagination-back , .pagination-next {

	display: block;

	text-align: center;

	border-radius: 40px;

	background-color: #EBEBEB;

	-webkit-transition: 0.2s all;

	transition: 0.2s all;

	height:40px;

	padding:0px 30px;

	line-height:40px;

}



.pagination-next:hover  , .pagination-back:hover  {

	color:#FFF;

	background-color:#0000fe;

}



.pagination-next:after {

	content:"\f178";

	font-family:FontAwesome;

	margin-left:15px;

}



.pagination-back:before {

	content:"\f177";

	font-family:FontAwesome;

	margin-right:15px;

}



/*------------------------------------*\

	Blog Page Sidebar

\*------------------------------------*/

.single-blog .blog-img > a:after {

       content: "";

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    background-color: #0000fe;

    opacity: 0;

    -webkit-transition: 0.2s opacity;

    transition: 0.2s opacity;

}

 

    

    

    

    .section {

	position:relative;

	padding-top:80px;

    padding-bottom:80px;

    background: white;

}



.section-hr {

	margin-top:80px;

	margin-bottom:80px;

	border-color: #EBEBEB;

}



    

/*------------------------------------*\

	Blog Page Sidebar

\*------------------------------------*/

.widget + .widget {

	margin-top:40px;

}



/*-- Search --*/

.widget.search-widget {

	position:relative

}



.widget.search-widget .input {

	padding-right:60px;

}



.widget.search-widget button {

	position:absolute;

	right:0;

	top:0;

	height:40px;

	width:40px;

	background-color:transparent;

	border:none;

}



.widget.search-widget .input:focus + button {

	color:#FF6700;

}



/*-- Category --*/

.category-widget .category {

	display:block;

	text-transform:uppercase;

	padding-top: 10px;

	padding-bottom: 10px;

}



.category-widget .category + .category {

	border-top: 1px solid #EBEBEB;

}



.category-widget .category:before {

	content: "";

	display: inline-block;

	width: 5px;

	height: 5px;

	border-radius: 50%;

	background-color: #ff0f0a;

	margin-right:10px;

}



.category-widget .category span {

	font-size:14px;

	margin-left:10px;

	color:#798696;

}



/*-- Sidebar Posts --*/

.single-post:after {

	content:"";

	display:block;

	clear:both;

}



.single-post + .single-post {

	margin-top:20px;

}



.single-post .single-post-img {

	position:relative;

	width: 80px;

	display: block;

	float: left;

	margin-right: 10px;

	margin-top: 3px;

	border-radius: 4px;

	overflow: hidden;

}



.single-post .single-post-img img {

	width:100%;

}



.single-post-img:after {

	content:"";

	position:absolute;

	left:0;

	top:0;

	bottom:0;

	right:0;

	background-color:#0000fe;

	opacity:0;

	-webkit-transition:0.2s opacity;

	transition:0.2s opacity;

}

a {

    font-family: 'Lato', sans-serif;

    color: grey;

    font-weight: 700;

}



.single-post-img:hover:after {

	opacity:0.7;

}



/*-- Tags --*/

.tags-widget .tag {

	display: inline-block;

	font-size: 14px;

	text-transform: uppercase;

	margin-right: 0px;

	margin-top: 5px;

	padding: 5px 15px;

	border-radius: 40px;

	border: 1px solid #EBEBEB;

	color: #798696;

	-webkit-transition: 0.2s all;

	transition: 0.2s all;

}



.tags-widget .tag:hover {

	background-color:#0000fe;

	border-color:#0000fe;

	color:#FFF;

}



/*------------------------------------*\

	Single Post Page

\*------------------------------------*/

/* --- Blog Post Meta --- */

.blog-post-meta {

	margin-top:40px;

}



.blog-post-meta li {

	display:inline-block;

}



.blog-post-meta li + li {

	margin-left:15px;

}



.blog-post-meta li , .blog-post-meta li > a {

	color: rgba(255, 255, 255, 0.8);

}



.blog-post-meta .blog-meta-author > a {

	color: #FF6700;

}



/* --- Blog Share --- */

.blog-share {

	border-top: 1px solid #EBEBEB;

	padding-top: 10px;

	margin-top: 40px;

}



.blog-share > h4 {

	display:inline-block;

	margin:0;

}



.blog-share a  {

	display:inline-block;

	margin-left:10px;

	width:40px;

	height:40px;

	line-height:40px;

	text-align:center;

	color:#FFF;

	background-color:#EBEBEB;

	border-radius:50%;

	-webkit-transition:0.2s opacity;

	transition:0.2s opacity;

}



.blog-share a.facebook {

	background-color:#3b5998;

}



.blog-share a.twitter {

	background-color:#55acee;

}



.blog-share a.google-plus {

	background-color:#dd4b39;

}



/* --- Blog Comments --- */

.blog-comments {

	margin-top:40px;

}



.blog-comments .media {

	margin-top:20px;

	margin-bottom:20px;

}



.blog-comments .media .media {

	margin-left:20px;

}



.blog-comments .media .media:nth-last-child(1) {

	margin-bottom:0px;

}



.blog-comments .media .media-body {

	padding:20px;

	background-color:#EBEBEB;

	border-radius:0px 4px 4px;

}



.blog-comments .media .media-left:before {

	content:"";

	position:absolute;

	right:0;

	top:0;

	border-style: solid;

	border-width: 0px 15px 15px;

	border-color: transparent #EBEBEB transparent transparent;

}



.blog-comments .media-left {

	position:relative;

	padding-right:20px;

}



.blog-comments .media-left img {

	width:80px;

	height:80px;

	background-color:#EBEBEB;

	border-radius:50%;

}



.blog-comments .media .date-reply {

	font-size:12px;

	text-transform:uppercase;

	color:#374050;

}

.blog-comments .media .date-reply .reply {

	margin-left:15px;

}



/* --- Blog Reply Form --- */

.blog-reply-form {

	margin-top:40px;

}



.blog-reply-form .input {

	margin-bottom:20px;

}



.blog-reply-form .input.name-input , .blog-reply-form .input.email-input {

	width: calc(50% - 10px);

	float:left;

}



.blog-reply-form .input.email-input {

	margin-left: 20px;

}



.blog-reply-form textarea {

	height:90px;

}



/*------------------------------------*\

	Responsive

\*------------------------------------*/

@media only screen and (max-width: 991px) {

	.section-header h2 {

		font-size:24px;

	}



	/*-- Why us --*/

	#why-us .feature {

		margin-top:40px;

	}

	

	.about-video {

		margin-top:40px;

	}

	

	/*-- Call to action --*/

	#cta {

		text-align:center;

	}

	

	/*-- Footer --*/

	.footer-logo {

		text-align:center;

	}

	

	.footer-nav {

		text-align:center;

	}

	.footer-nav li {

		margin-top: 10px;

	}

	

	.footer-social {

		text-align:center;

	}

	.footer-social li {

		margin-top: 10px;

	}

	

	.footer-copyright {

		text-align:center;

		line-height:inherit;

		margin-top:20px;

	}

	

	/*-- Contact page --*/

	.contact-form  {

		margin-bottom:40px;

	}



	.contact-form button {

		float:none !important;

	}

	

	/*-- Blog page --*/

	#main {

		margin-bottom:80px;

	}

}



@media only screen and (max-width: 767px) {

	/*-- Hero area --*/

	.hero-area h1 {

		font-size:30px;

	}



	/* -- Breadcrumb -- */

	.hero-area-tree li {

		font-size:12px;

	}



	/*-- Pagination --*/

	.post-pagination .pages {

		display:none;

	}

}



@media only screen and (max-width: 480px) {

	/*-- Courses --*/

	#courses-wrapper [class*='col-xs'] {

		width:100%;

	}

	

	/*-- Blog Comments --*/

	.blog-comments .media .media {

		margin-left:0px;

	}

	

	/*-- Blog Reply Form --*/

	.blog-reply-form .input.name-input , .blog-reply-form .input.email-input {

		width: 100%;

		float:none;

	}

	

	.blog-reply-form .input.email-input {

		margin-left: 0px;

	}

}



.widget.search-widget .input {

    padding-right: 60px;

}

.widget.search-widget button {

    position: absolute;

    right: 0;

    top: 0;

    height: 40px;

    width: 40px;

    background-color: transparent;

    border: none;

}

.single-post + .single-post {

    margin-top: 20px;

}

.widget + .widget {

    margin-top: 40px;

}

.small, small {

    font-size: 85%;

}

/* =-=--=-=-=-=-=-==-=-=-=-  2.4 Form   =-=-=-=-==-=-==-====-==-=- */



.form-group {

	margin-bottom: 20px;

}



.form-control {

	background-color: #f9f9f9;

	border: 1px solid #E0E0E0;

	border-radius: 0px;

	box-shadow: none;

	height: auto;

	padding: 14px 28px;

}



.form-control:focus {

    border-color: #DADADA;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);

       -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);

    	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);

    	 -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);

    		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);

}



::-webkit-input-placeholder {

   color: #969595;

}



:-moz-placeholder { /* Firefox 18- */

   color: #969595;  

}



::-moz-placeholder {  /* Firefox 19+ */

   color: #969595;  

}



:-ms-input-placeholder {  

   color: #969595;  

}

.contact-form .headline .section-title, .contact-form .headline .section-sub-title {

    text-transform: none;

}

.section-title {

    margin-bottom: 5px;

    text-transform: uppercase;

}



	/*-- Contact page --*/

	.contact-form  {

		margin-bottom:40px;

	}



	.contact-form button {

		float:none !important;

	}



/*------------------------------------*\

	Contact Page

\*------------------------------------*/

/* -- Contact Form -- */

.contact-form:after {

	content:"";

	display:block;

	clear:both;

}



.contact-form .input {

	margin-bottom:20px;

}



.contact-form textarea.input {

	height:200px;

}



/* -- Contact Information -- */

.contact-details li  {

	margin-bottom:20px;

}



.contact-details li i {

    font-size: 20px;

	color: #0000fe;

	margin-right: 15px;

	border: 1px solid #EBEBEB;

	border-radius: 50%;

	width: 40px;

	height: 40px;

	line-height: 40px;

	text-align: center;

}



/* -- Contact Map -- */

#contact-map {

	height:260px;

	border-radius:4px;

}

/* --  Input  -- */

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {

    height: 40px;

    width: 100%;

    border: 1px solid #EBEBEB;

	border-radius:4px;

	background: transparent;

    padding-left: 15px;

	padding-right: 15px;

	-webkit-transition:0.2s border-color;

	transition:0.2s border-color;

}



textarea {

    padding: 10px 15px;

}



input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {

	border-color:#0000fe;

}

.espacio-img{

    padding-bottom:10px;

    padding-top: 5px;

}

.publicidad{

    padding-top: 5px;

    padding-bottom: 10px;

}

.text-clientes{

    text-align: center;

    padding-top: 15px;

    padding-bottom: 20px;

}

.clientes-2{

    padding-bottom: 80px;

}

.icons-list {

    padding: 0;

    margin: 0 0 10px;

    

}

.icons-list > li {

    position: relative;

    padding-left: 2.2em;

    margin-bottom: 1em;

    line-height: 1.65em;

    font-size: 14px;

}

.sml{

        position: relative;

    padding-top: 80px;

    padding-bottom: 80px;

}

@media (min-width: 992px) and (max-width: 1199px) {

    .member .member-top .social-icons .social-icon {

        width: 2.7rem;

        height: 2.7rem;

        line-height: 2.7rem

    }

}



.member .member-title {

    font-size: 1.25rem;

    margin-bottom: 1rem

}



.member .member-title a {

    color: #212121

}



.member .member-title a:hover,

.member .member-title a:focus {

    color: #1870ad;

}



.member .member-title small {

    display: inline;

    font-size: 80%;

    color: #1870ad;

    font-weight: 600

}



.member .member-title:after {

    content: '';

    clear: both;

    display: table

}



.member.text-center .member-title {

    margin-bottom: 0.85rem

}



.member.text-center .member-title small {

    display: block;

    margin-top: 0.6rem

}





.content-box-blue {

    background-color: rgba(222, 220, 221, 0.42);

    box-shadow: 10px 10px 20px 0px rgba(128, 128, 128, 0.38);

    padding-bottom: 20px;

    width: 326px;

    height: 516px;

}

.textbox {

    padding: 20px 25px;

    margin-bottom: 30px;

    

}

.member:hover .member-top .social-icons {

    -ms-transform: translateX(0);

    transform: translateX(0)

}

.member .member-top {

    position: relative;

    background-color: #d7d4d4;

    margin-bottom: 1.35rem;

    overflow: hidden;

}

/* Slideshow container */

.slideshow-container {

    max-width: 1000px;

    position: relative;

    margin: auto;

  }

  

  /* Next & previous buttons */

  .prev, .next {

    cursor: pointer;

    position: absolute;

    top: 50%;

    width: auto;

    padding: 16px;

    margin-top: -22px;

    color: white;

    font-weight: bold;

    font-size: 18px;

    transition: 10s ease;

    border-radius: 0 3px 3px 0;

  }

  

  /* Position the "next button" to the right */

  .next {

    right: 0;

    border-radius: 3px 0 0 3px;

  }

  

  /* On hover, add a black background color with a little bit see-through */

  .prev:hover, .next:hover {

    background-color: rgba(0,0,0,0.8);

  }

  

  /* Caption text */

  .text {

    color: #f2f2f2;

    font-size: 15px;

    padding: 8px 12px;

    position: absolute;

    bottom: 8px;

    width: 100%;

    text-align: center;

  }

  

  /* Number text (1/3 etc) */

  .numbertext {

    color: #f2f2f2;

    font-size: 12px;

    padding: 8px 12px;

    position: absolute;

    top: 0;

  }

  

  /* The dots/bullets/indicators */

  .dot {

    cursor: pointer;

    height: 15px;

    width: 15px;

    margin: 0 2px;

    background-color: #bbb;

    border-radius: 50%;

    display: inline-block;

    transition: background-color 0.6s ease;

  }

  

 

  /* Fading animation */

  .fade {

    -webkit-animation-name: fade;

    -webkit-animation-duration: 4s;

    animation-name: fade;

    animation-duration: 4s;

  }

  

  @-webkit-keyframes fade {

    from {opacity: .2} 

    to {opacity: 1}

  }

  

  @keyframes fade {

    from {opacity: .2} 

    to {opacity: 1}

  }

  

  /* On smaller screens, decrease text size */

  @media only screen and (max-width: 300px) {

    .prev, .next,.text {font-size: 11px}

  }

@media (min-width: 1024px)

.caja1 {

    width: 326px;

    height: 411px;

}



@media (min-width: 1024px)

nav.navbar.bootsnav ul.nav > li > a {

    padding: 30px 15px;

    font-weight: 600;

    font-size: 18px;

}



.bg-primary {

    background-color: #0890ff;

}

#back-to-top {

    position: fixed;

    right: 20px;

    bottom: 20px;

    z-index: 1001;

    width: 30px;

    height: 30px;

    display: block;

    background-color: #6cd82e;

    font-size: 13px;

    text-align: center;

    line-height: 30px;

    border-top-right-radius: 3px;

    border-top-left-radius: 3px;

    border-bottom-right-radius: 3px;

    border-bottom-left-radius: 3px;

    cursor: pointer;

    transition: background 0.25s linear;

}

@media (min-width: 768px)

#back-to-top {

    width: 45px;

    height: 45px;

    font-size: 16px;

    line-height: 45px;

}

#back-to-top i {

    color: #fff;

}

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

body{background-color:#eee;}



#generic_price_table{

	background-color: #f0eded;

}



/*PRICE COLOR CODE START*/

#generic_price_table .generic_content{

	background-color: #fff;

}



#generic_price_table .generic_content .generic_head_price{

	background-color: #f6f6f6;

}



#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{

	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;

}



#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{

	color: white;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{

    color: #414141;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{

    color: #414141;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{

    color: #414141;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{

    color: #414141;

}



#generic_price_table .generic_content .generic_feature_list ul li{	

	color: #a7a7a7;

}



#generic_price_table .generic_content .generic_feature_list ul li span{

	color: #414141;

}

#generic_price_table .generic_content .generic_feature_list ul li:hover{

	background-color: #E4E4E4;

	border-left: 5px solid #6cd82e;

}



#generic_price_table .generic_content .generic_price_btn a{

	border: 1px solid #6cd82e; 

    color: #6cd82e;

} 

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-family: "Lato",sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{

	border-color: #6cd82e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #6cd82e;

	color: #fff;

}



#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{

	color: #fff;

}



#generic_price_table .generic_content:hover .generic_price_btn a,

#generic_price_table .generic_content.active .generic_price_btn a{

	background-color: white;

	color:#6cd82e;

} 


#generic_price_table{

	margin: 50px 0 50px 0;

    font-family: 'Raleway', sans-serif;

}

.row .table{

    padding: 28px 0;

}



/*PRICE BODY CODE START*/



#generic_price_table .generic_content{

	overflow: hidden;

	position: relative;

	text-align: center;

}



#generic_price_table .generic_content .generic_head_price {

	margin: 0 0 20px 0;

}



#generic_price_table .generic_content .generic_head_price .generic_head_content{

	margin: 0 0 50px 0;

}



#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{

    border-style: solid;

    border-width: 90px 1411px 23px 399px;

	position: absolute;

}



#generic_price_table .generic_content .generic_head_price .generic_head_content .head{

	padding-top: 40px;

	position: relative;

	z-index: 1;

}



#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{

    font-family: "Raleway",sans-serif;

    font-size: 20px;

    font-weight: 400;

    letter-spacing: 2px;

    margin: 0;

    padding: 0;

    text-transform: uppercase;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag{

	padding: 0 0 20px;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{

	display: block;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{

    display: inline-block;

    font-family: "Lato",sans-serif;

    font-size: 28px;

    font-weight: 400;

    vertical-align: middle;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{

    font-family: "Lato",sans-serif;

    font-size: 30px;

    font-weight: 300;

    letter-spacing: -2px;

    line-height: 60px;

    padding: 0;

    vertical-align: middle;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{

    display: inline-block;

    font-family: "Lato",sans-serif;

    font-size: 24px;

    font-weight: 400;

    vertical-align: bottom;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{

    font-family: "Lato",sans-serif;

    font-size: 18px;

    font-weight: 400;

    letter-spacing: 3px;

    vertical-align: bottom;

}



#generic_price_table .generic_content .generic_feature_list ul{

	list-style: none;

	padding: 0;

	margin: 0;

}



#generic_price_table .generic_content .generic_feature_list ul li{

	font-family: "Lato",sans-serif;

	font-size: 18px;

	padding: 15px 0;

	transition: all 0.3s ease-in-out 0s;

}

#generic_price_table .generic_content .generic_feature_list ul li:hover{

	transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	-ms-transition: all 0.3s ease-in-out 0s;

	-o-transition: all 0.3s ease-in-out 0s;

	-webkit-transition: all 0.3s ease-in-out 0s;



}

#generic_price_table .generic_content .generic_feature_list ul li .fa{

	padding: 0 10px;

}

#generic_price_table .generic_content .generic_price_btn{

	margin: 20px 0 32px;

}



#generic_price_table .generic_content .generic_price_btn a{

    border-radius: 50px;

	-moz-border-radius: 50px;

	-ms-border-radius: 50px;

	-o-border-radius: 50px;

	-webkit-border-radius: 50px;

    display: inline-block;

    font-family: "Lato",sans-serif;

    font-size: 18px;

    outline: medium none;

    padding: 12px 30px;

    text-decoration: none;

    text-transform: uppercase;

}



#generic_price_table .generic_content,

#generic_price_table .generic_content:hover,

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,

#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,

#generic_price_table .generic_content .price,

#generic_price_table .generic_content:hover .price,

#generic_price_table .generic_content .generic_price_btn a,

#generic_price_table .generic_content:hover .generic_price_btn a{

	transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	-ms-transition: all 0.3s ease-in-out 0s;

	-o-transition: all 0.3s ease-in-out 0s;

	-webkit-transition: all 0.3s ease-in-out 0s;

} 

@media (max-width: 320px) {	

}



@media (max-width: 767px) {

	#generic_price_table .generic_content{

		margin-bottom:75px;

	}

}

@media (min-width: 768px) and (max-width: 991px) {

	#generic_price_table .col-md-3{

		float:left;

		width:50%;

	}

	

	#generic_price_table .col-md-4{

		float:left;

		width:50%;

	}

	

	#generic_price_table .generic_content{

		margin-bottom:75px;

	}

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {

}

#generic_price_table_home{

	 font-family: 'Raleway', sans-serif;

}



.text-center h1,

.text-center h1 a{

	color: white;

	font-size: 30px;

	font-weight: 300;

	text-decoration: none;

}

.demo-pic{

	margin: 0 auto;

}

.demo-pic:hover{

	opacity: 0.7;

}



#generic_price_table_home ul{

	margin: 0 auto;

	padding: 0;

	list-style: none;

	display: table;

}

#generic_price_table_home li{

	float: left;

}

#generic_price_table_home li + li{

	margin-left: 10px;

	padding-bottom: 10px;

}

#generic_price_table_home li a{

	display: block;

	width: 50px;

	height: 50px;

	font-size: 0px;

}

#generic_price_table_home .blue{

	background: #3498DB;

	transition: all 0.3s ease-in-out 0s;

}

#generic_price_table_home .emerald{

	background: #6cd82e;

	transition: all 0.3s ease-in-out 0s;

}

#generic_price_table_home .grey{

	background: #7F8C8D;

	transition: all 0.3s ease-in-out 0s;

}

#generic_price_table_home .midnight{

	background: #34495E;

	transition: all 0.3s ease-in-out 0s;

}

#generic_price_table_home .orange{

	background: #E67E22;

	transition: all 0.3s ease-in-out 0s;

}

#generic_price_table_home .purple{

	background: #9B59B6;

	transition: all 0.3s ease-in-out 0s;

}

#generic_price_table_home .red{

	background: #E74C3C;

	transition:all 0.3s ease-in-out 0s;

}

#generic_price_table_home .turquoise{

	background: #1ABC9C;

	transition: all 0.3s ease-in-out 0s;

}



#generic_price_table_home .blue:hover,

#generic_price_table_home .emerald:hover,

#generic_price_table_home .grey:hover,

#generic_price_table_home .midnight:hover,

#generic_price_table_home .orange:hover,

#generic_price_table_home .purple:hover,

#generic_price_table_home .red:hover,

#generic_price_table_home .turquoise:hover{

	border-bottom-left-radius: 50px;

    border-bottom-right-radius: 50px;

    border-top-left-radius: 50px;

    border-top-right-radius: 50px;

	transition: all 0.3s ease-in-out 0s;

}

#generic_price_table_home .divider{

	border-bottom: 1px solid #ddd;

	margin-bottom: 20px;

	padding: 20px;

}

#generic_price_table_home .divider span{

	width: 100%;

	display: table;

	height: 2px;

	background: #ddd;

	margin: 50px auto;

	line-height: 2px;

}

#generic_price_table_home .itemname{

	text-align: center;

	font-size: 50px ;

	padding: 50px 0 20px ;

	border-bottom: 1px solid #ddd;

	margin-bottom: 40px;

	text-decoration: none;

    font-weight: 300;

}

#generic_price_table_home .itemnametext{

    text-align: center;

    font-size: 20px;

    padding-top: 5px;

    text-transform: uppercase;

    display: inline-block;

}

#generic_price_table_home .footer{

	padding:40px 0;

}



.price-heading{

    text-align: center;

}

.price-heading h1{

	color: #666;

	margin: 0;

	padding: 0 0 50px 0;

}

.demo-button {

    background-color: #333333;

    color: #ffffff;

    display: table;

    font-size: 20px;

    margin-left: auto;

    margin-right: auto;

    margin-top: 20px;

    margin-bottom: 50px;

    outline-color: -moz-use-text-color;

    outline-style: none;

    outline-width: medium ;

    padding: 10px;

    text-align: center;

    text-transform: uppercase;

}

.bottom_btn{

	background-color: #333333;

    color: #ffffff;

    display: table;

    font-size: 28px;

    margin: 60px auto 20px;

    padding: 10px 25px;

    text-align: center;

    text-transform: uppercase;

}

.demo-button:hover{

	background-color: #666;

	color: #FFF;

	text-decoration:none;

	

}

.bottom_btn:hover{

	background-color: #666;

	color: #FFF;

	text-decoration:none;

}

.planes  {

	background: #f0eded;

background-size: cover;

position: relative;

}



.moneda{

    font-size: 12px;  

}

#generic_price_table .generic_content.blue .generic_head_price .generic_head_content .head_bg, #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {

    border-color: #0000fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0000fe;

    color: #fff;

    

}

#generic_price_table .generic_content.claro .generic_head_price .generic_head_content .head_bg, #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {

    border-color: #0890ff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0890ff;

    color: #fff;

    

}

.widget_newsletter li a:hover i, .widget_latst_item_text:hover p, .widget_service li:hover, .widget_service li:hover i {
    color: #6cd82e;
}



.text-light fs-mini m{

    color: grey;

    font-size: 12px;  

}



.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {

    z-index: 3;

    color: #fff;

    cursor: default;

    background-color: #0000fe;

    border-color: #0000fe;

}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:8px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}