/*  */

/*=======================================================================
[Table of contents]
=========================================================================

1. Header (Menu)
2. Slider
3. Features
4. Our Blog
5. Services
6. Projects
7. Testimonial
8. Twitter Feed
9. Partners
10. Subscribe
11. Footer

12. Portfolio 1
13. portfolio 2
14. portfolio 3
15. PortolioItem
16. Blog Grid
17. Blog Right Sidebar
18. Single Post

19. 404
20. Coming Soon
21. About Us
22. Members
24. Events
25. Single Events



==========================================================================*/

/*=======================================================================
[Preset Settings in preset.css]
=========================================================================

1. Fonts (Lato Light, Lato Normal, Lato Bold)
2. Link Css
3. Typography
4. Section Setup
5. Margin and padding and Border Setup
6. Breadcrumb
7. Page Setup
8. UI/UX

==========================================================================*/

/*=========================================================================
// Header
===========================================================================*/
.header{
    width: 80px;
    position: fixed;
    z-index: 999;
    background: #282828;
    height: 100%;
    left: 0px;
    top: 0;
	
}
.headerBody{
    position: relative;
    width: 100%;
}
.scrollFix{
    height: 80px;
    overflow: hidden;
}
.opened.scrollFix{
    overflow: visible;
}
.scrollFix > div.mainMenu{
    display: none;
}
.scrollFix > div.searchForm{
    display: none;
}
.scrollFix > div.headerSocial{
    display: none;
}
.menuButtonArea{
    width: 100%;
    height: 80px;
    background: #714f9a;
    text-align: center;
}
.menuToggle{
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
    height: 80px;
    background: url(../images/menu.png) no-repeat center center;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.menuToggle:hover, .menuToggle.active{
    background: url(../images/menuactive.png) no-repeat center center; color:#FFF;
}
.logo{
    padding-left: 3px;
    padding-right: 8px;
    padding-top: 12px;
    text-align: center;
    width: 100%;
}
.opened .logo{
    padding-top: 28px;
}
.logo a{
    font-weight: 300;
    color: #FFFFFF;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 18px;
    word-wrap: break-word;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.logo a span{
    color: #714f9a;
    font-weight: 700;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.logo a:hover{
    color: #714f9a;
}
.logo a:hover span{
    color: #FFFFFF;
}

.mainMenu{
    width: 100%;
    position: relative;
    padding-top: 30px;
    display: none;
}
.mainMenu ul{
    margin: 0px;
    padding: 0px 20px;
	
}
.mainMenu ul li{
    float: none;
    width: 100%;
    margin: 0px;
    list-style: none;
    position: relative;
	
}
.mainMenu ul li a{
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 10px;
    border-top: thin solid #3e3e3e;
    padding: 14px 0px;
    text-align: center ;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.mainMenu ul li a:hover, .mainMenu ul li a.active, .mainMenu ul li:hover > a{
    color: #714f9a;
}

.mainMenu ul li ul.submenu{
    background: none repeat scroll 0 0 #282828;
    border-left: 4px solid #404040;
    padding: 0;
    position: absolute; margin-top:-90px;
    right: -200px;
    top: 0;
    width: 200px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    visibility: hidden;
    opacity: 0;
    right: -250px;
}
.mainMenu ul li:hover ul.submenu{
    opacity: 1;
    visibility: visible;
    right: -200px;
}
.mainMenu ul li ul.submenu li{
    width: 100%;
    padding-left: 20px;
    border-top: thin solid #3e3e3e;
}
.mainMenu ul li ul.submenu li a{
    font-size: 13px;
    text-transform: capitalize;
    text-align: left; 
    border: none;
    font-weight: 300;
   
    padding-bottom: 15px;
}
.mainMenu ul li ul.submenu li:first-child{
    border-top: none;
}
.submenuHolder{
    background: none repeat scroll 0 0 #282828;
    border-left: 4px solid #404040;
    padding: 0;
    position: absolute;
    right: -550px;
    top: -138px;
    width: 500px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    opacity: 0;
    visibility: hidden;
    
}
.mainMenu ul li:hover .submenuHolder{
    opacity: 1;
    visibility: visible;
    right: -500px;
}
.subContainer{
    width: 49%;
    float: left;
}
.subContainer2{
    width: 60%;
    float: right;
    padding: 0px 20px;
}
.subContainer ul{
    width: 100%;
    padding: 0px;
    border: none;
}
.subContainer ul li{
    width: 100%;
    padding-left: 10px;
    border-top: thin solid #3e3e3e;
}
.subContainer ul li a{
   
    text-transform: capitalize;
    text-align: left;
    border: none;
    
    font-size: 12px;
    padding-bottom: 15px;
}
.subContainer2 h3{
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 15px;
}
.menuImages{
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 110px;
    margin-bottom: 15px;
}

.menuImages img{
    display: inline-block;
    max-width: 100%
}
.subContainer2 p{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    text-align: left;
    margin: 0px;
}
.subContainer ul li:first-child{
    border: none;
}
.searchForm{
    width: 100%;
    padding: 0 40px 0px;
    display: none;
    margin-top: 45px; 
    height: 40px;
    overflow:  hidden;
}
.searchForm input[type="text"]{
    float: left;
    background: #ffffff;
    width: 120px;
    height: 40px;
    padding-left: 20px;  Z-index:99999999999; 
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #282828;
    border-radius: 0px;
    border: none;
}
.searchForm button[type="submit"]{
    float: left;
    height: 40px;
    background: #714f9a;
    border: none;
    border-radius: 0px;
    width: 40px;
    color: #282828;
    font-size: 20px;
}
.headerSocial{
    width: 100%;
    bottom: 30px;
    position: relative ;
    left: 0px;
}
.headerSocial a{
    color: #656565;
    display: inline-block;
    font-size: 15px;
    line-height: 11px;
    margin-bottom: 17px; margin-top:50px;
    text-align: center;
    width: 100%;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.headerSocial a:last-child{
    margin-bottom: 0px;
}
.opened .headerSocial{
    bottom: 0%;
    text-align: center;
}
.opened .headerSocial a{
    margin-bottom: 0px;
    margin-right: 24px;
    width: auto;
}
.opened .headerSocial a:last-child{
    margin-right: 0px;
}
.headerSocial a.fac:hover{
    color: #3B5998;
}
.headerSocial a.twi:hover{
    color: #5EA9DD;
}
.headerSocial a.goo:hover{
    color: #DF4B38;
}
.headerSocial a.lin:hover{
    color: #007BB6;
}
.headerSocial a.dri:hover{
    color: #F26798;
}
/*=========================================================================
// Slider
===========================================================================*/
body{
    background: #FFFFFF; text-align:justify; font-family:"Century Gothic", Courier, monospace;  
 	  
}
.slider{
    position: relative;
    width: 100%;
}
.sliderItem{
    width: 100%; 
    min-height: 656px;
    background-size: cover !important; 
}
.sliderCaption{
    width: 100%;
    text-align: center;
    padding-top: 14.5%;
    position: relative;
    z-index: 9;
}
.sliderCaption h1{
    font-size: 80px;
	color:#714f9a;
	
    margin: 0px;
    font-weight: 300;
    line-height: 77px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}


.sliderCaption p{
    margin: 0px;
    font-size: 28px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif   ;
    font-weight: 300;
    color: #282828;
    line-height: 25px; font-weight:bold;
    text-transform: none;
    margin-top: 25px;
    margin-bottom: 50px; font-style:italic;
}
.redCaption.sliderCaption h1{
    color: #714f9a;
} 
.sliderCaption a{
    display: inline-block;
    width: 170px;
    height: 60px;
    text-align: center;
    background: #714f9a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 11px;
    padding-top: 25px;
    margin-right: 8px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.sliderCaption a.black{
    background: #282828;
    
}
.sliderCaption a:last-child{
    margin-right: 0px;
}
.sliderCaption a:hover{
    color: #282828;
}
.sliderCaption a.black:hover{
    color: #714f9a;
}
.slideroverlay{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#mainSlider .carousel-indicators{
    bottom: 43%;
    left: auto;
    margin: 0;
    right: 30px;
    width: 20px;
}
#mainSlider .carousel-indicators .active {
    background-color: #000000;
    height: 20px;
    margin: 0;
    width: 20px;
}
#mainSlider .carousel-indicators li{
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #842DCE;
	-webkit-box-shadow: -4px -4px 5px 0px rgba(28,5,28,1);
-moz-box-shadow: -4px -4px 5px 0px rgba(28,5,28,1);
box-shadow: -4px -4px 5px 0px rgba(28,5,28,1);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0px;
    text-indent: -999px;
    width: 20px;
}
.carousel.carfade {
    opacity: 1;
}
.carousel.carfade .item {
    -moz-transition: opacity ease-in-out 700ms;
    -o-transition: opacity ease-in-out 700ms;
    -webkit-transition: opacity ease-in-out 700ms;
    transition: opacity ease-in-out 700ms;
    left: 0 !important;
    opacity: 0;
    top:0;
    position:absolute;
    width: 100%;
    display:block !important;
    z-index:1;
}
.carousel.carfade .item:first-child {
    top:auto;
    position:relative;
}
.carousel.carfade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out 700ms;
    -o-transition: opacity ease-in-out 700ms;
    -webkit-transition: opacity ease-in-out 700ms;
    transition: opacity ease-in-out 700ms;
    z-index:2;
}
.scroll{
    position: absolute;
    bottom: 55px;
    text-align: center;
    left: 0px;
    z-index: 998;
    width: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.scroll a{
    display: inline-block;
    font-size: 11px;
    line-height: 9px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.scroll .scrollIcon{
    border: 2px solid #000000;
    border-radius: 16px;
    color: #370077;
    display: inline-block;

    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 9px;
    margin-bottom: 7px;
    padding-top: 5px;
    width: 30px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.scroll a:hover{
    color: #282828;
}
.scroll a:hover .scrollIcon{
    border-color: #282828;
    color: #282828;
}
/*=========================================================================
// Features Home
===========================================================================*/
#features{
    background: url(../images/bg/bg4.jpg) no-repeat fixed center center;
}
.whiteOverlay{
    background: rgba(255, 255, 255, .85);
}
.featuresAllInone{
    width: 100%;
    position: relative;
    background: url(../images/bg/bg5.png) no-repeat center center;
}
.singleFeaturOne{
    width: 310px;
    text-align: center;
}
.singleFeaturOne i{
    font-size: 96px;
    color: #714f9a;
    margin-bottom: 25px;
    display: inline-block;
}
.singleFeaturOne h5{
    font-size: 30px;
    text-transform: capitalize;
    color: #282828;
    margin: 0px;
    line-height: 23px;
    margin-bottom: 15px;
    font-weight: 300;
}
.singleFeaturOne h5 a{
    color: #282828;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.singleFeaturOne h5 a:hover{
    color: #714f9a;
}
.singleFeaturOne p{
    font-weight: 300;
    font-size: 18px;
    margin: 0px;
    line-height: 28px;
    color: #555555;
}
.firstFeatures{
    margin: 0 auto;
}
.featuresMiddleRow{
    margin-top: 95px;
    margin-bottom: 95px;
}

/*=========================================================================
// Features
===========================================================================*/
.featuresHeadingHOme{
    width: 100%;
    text-align: center;
    margin-bottom: 55px;
}
.featuresHeadingHOme h2{
    font-size: 50px;
    line-height: 39px;
    font-weight: 300;
    color: #282828;
    margin: 0px;
}
.featuresHeadingHOme h1{
    font-size: 50px;
    line-height: 39px;
    font-weight: 700;
    color: #714f9a;
    margin: 0px;
    margin-top: 12px;
}
.featuresHeadingHOme p{
    font-size: 24px;
    font-weight: 300;
    color: #999999;
    line-height: 18px;
    margin: 0px;
    margin-top: 35px;
    margin-bottom: 40px;
}
.featuresHeadingHOme a{
    display: inline-block;
    width: 170px;
    height: 60px;
    text-align: center;
    background: #714f9a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 11px;
    padding-top: 25px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.featuresHeadingHOme a:hover{
    background: #282828;
}
.singleFeatures{
    width: 100%;
    position: relative;
    padding-left: 50px;
    margin-bottom: 45px;
}
.singleFeatures i{
    color: #714f9a;
    font-size: 32px;
    position: absolute;
    left: 0px;
    top: -2px;
}
.singleFeatures h5{
    font-size: 20px;
    text-transform: uppercase;
    color: #282828;
    margin: 0px;
    line-height: 15px;
    margin-bottom: 15px;
    font-weight: 300;
}
.singleFeatures h5 a{
    color: #282828;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.singleFeatures h5 a:hover{
    color: #714f9a;
}
.singleFeatures p{
    font-weight: 300;
    font-size: 18px;
    margin: 0px;
    line-height: 28px;
}

/*=========================================================================
// Our Blog
===========================================================================*/
#our_blog{
    background: #f2f2f2; border-bottom:1px solid #714f9a;
}
.singleBlog{
    width: 100%;
}
.singleBlogThumb{
    width: 100%;
    position: relative;
}
.singleBlogThumb img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}
.blogAuthor{
    width: 72px;
    height: 72px;
    border: 3px solid #000000;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -36px;
    z-index: 9999;
}
.blogAuthor img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
}
.authorHover{
    display: inline-block;
    background: none repeat scroll 0 0 rgba(186,85,211, 0.9);
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    height: 100%;
    left: 0;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}
.singleBlogDetails{
    width: 100%;
    background: #ffffff; 
    border: 4px solid #000000; margin-bottom:40px;
    padding-top: 45px; 
    border-top: none;
    text-align: center;-moz-box-shadow: 0px 2px 1px #000000;
-webkit-box-shadow: 0px 2px 1px #000000;
box-shadow: 0px 2px 1px #000000;  
}
.singleBlogDetails h4{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 14px;
    text-transform: uppercase; text-decoration:underline;  
    color: #282828;
    margin: 0px;
    font-weight: bold;
    margin-bottom: 10px;
}
.singleBlogDetails h4 a{
    color: #282828;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.singleBlogDetails h4 a:hover{
    color: #714f9a;
}
.singleBlogDetails p{
    color: #734f96;
   
    line-height: 28px; height:100px; font-size:15px; 
    margin: 0;
    padding: 0 5px; 
    margin-bottom: 8px; font-style:italic; 
}
.blogAction{
    width: 100%;
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
}
.blogAction .baSingle{
    width: 50%;
    float: left;
    height: 55px;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    padding-top: 1px;
}
.blogAction .baSingle a{
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.baSingle i{
    font-size: 20px;
    color: #714f9a;
    margin-bottom: 8px; margin-right:5px;
    display: inline-block;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.baSingle p{ padding-top:10px;   
    margin: 0px;
    line-height: 15px;
    font-size: 16px;
    text-transform: capitalize ;
    color: #714f9a;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.blogAction .baSingle a:hover i, .blogAction .baSingle a:hover p{
    color: #282828;
}
.blogAuthor:hover .authorHover{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.authorHover:hover{
    color: #FFFFFF;
}


.homeBlogBig{
    width: 100%;
}
.hb_thumb{
    width: 100%;
}
.hb_thumb img{
    width: 100%;
    height: auto;
    
}
.hb_details{
    width: 100%;
    border: 1px solid #e6e6e6;
    border-top: none;
}
.hb_meta{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
}
.singleMeta{
    text-align: center;
    display: inline-block;
    width: 33.333333%;
    border-right: 1px solid #e6e6e6;
    height: 60px;
    float: left;
}
.singleMeta a{
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #282828;
    padding-top: 20px;
    text-transform: uppercase;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.singleMeta a i{
    color: #714f9a;
    margin-right: 3px;
}
.singleMeta a:hover{
    color: #714f9a;
}
.hb_det{
    width: 100%;
    padding: 20px 30px 17px;
    text-align: center;
}
.hb_det h1{
    font-size: 30px;
    margin: 0px;
    line-height: 23px;
    color: #282828;
}
.hb_det h1 a{
    color: #282828;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.hb_det h1 a:hover{
    color: #714f9a;
}
.hb_det p.des{
    font-size: 18px; text-align:justify;
    color: #999999;
    line-height: 30px;
    margin-top: 5px;
}
.home_blog_thumb{
    width: 100%;
    margin-bottom: 30px;
}
.hbt_thumb{
    width: 100%;
}
.hbt_thumb img{
    width: 100%;
    height: auto;
}
.hbt_meta{
    width: 100%;
    border: 1px solid #e6e6e6;
    border-top: none;
}
.hbt_singleMeta{
    width: 50%;
    float: left;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    height: 60px;
}
.hbt_singleMeta a{
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #282828;
    padding-top: 18px;
    text-transform: uppercase;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.hbt_singleMeta a i{
    color: #714f9a;
    margin-right: 3px;
}
.hbt_singleMeta a:hover{
    color: #714f9a;
}
.moreBlogbutton{
    margin-top: 50px;
}
.moreBlogbutton a.wcf_button{
    margin-top: 0px;
}
/*=========================================================================
// Service
===========================================================================*/
#service{
    background: url(../images/bg/bg1.jpg) no-repeat fixed center center;
    padding: 0px;
    overflow: visible;
    z-index: 999;
}
.singleService{
    width: 25%;
    float: left;
    padding: 115px 0px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-right: 1px solid rgba(229, 229, 229, 0.1);
}
.singleService i{
    font-size: 96px;
    color: #714f9a;
}
.singleService p{
    margin: 0px;
    font-size: 20px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 28px;
}
.serviceHover{
    position: absolute;
    width: 110%;
    height: 110%;
    background: #714f9a;
    left: -5%;
    top: -5%;
    padding-top: 70px;
    visibility: hidden;
    z-index: 9999;
    opacity: 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.serviceHover i{
    color: #282828;
}
.hoverDes{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    padding: 0px 9.37%;
}
.singleService:hover .serviceHover{
    opacity: 1;
    visibility: visible;
}
.firstService .serviceHover{
    width: 105%;
    left: 0;
}
.lastService .serviceHover{
    width: 105%;
    
}
.lastService{
    border-right: none;
}
.serviceHover a{
    display: inline-block;
    width: 170px;
    height: 60px;
    text-align: center;
    background: #282828;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 11px;
    padding-top: 25px;
    margin-right: 8px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
}
.serviceHover a:hover{
    color: #714f9a;
}

/*=========================================================================
// Project
===========================================================================*/
#project{
    padding-bottom: 0px;
}
a.pp_close {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    position: absolute;
    right: 30px !important;
    text-transform: uppercase;
    top: 3px !important;
    color: #282828;
    text-indent: 0px !important;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
a.pp_close:hover{
    color: #714f9a;
}
.featuredProjects{
    width: 100%;
    position: relative;
}
.singleProject{
    width: 100%;
    float: left;
    overflow: hidden;
}
.projectThumb{
    width: 100%;
    position: relative;
    text-align: center;
}
.projectThumb img{
    width: auto;
    height: 383px;
    display: inline-block;
}
.projectDetails{
    width: 100%;
    height: 110px;
    background: #fafafa;
    text-align: center;
    padding-top: 37px;
}
.projectDetails h4{
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #282828;
    line-height: 20px;
    margin: 0px;
}
.projectDetails h4 a{
    color: #714f9a;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.projectDetails h4 a:hover{
    color: #714f9a;
}
.projectDetails p{
    font-size: 14px;
    color: #714f9a;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px;
    margin-top: 5px;
}
.projectDetails p a{
    color: #714f9a;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.projectDetails p a:hover{
    color: #282828;
}
.projectHover{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, .8);
    text-align: center;
    padding-top: 62%;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    visibility: hidden;
    opacity: 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.projectHover a{
    width: 48px;
    height: 48px;
    background: #714f9a;
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 11px;
    margin-right: 10px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.projectHover a:last-child{
    margin-right: 0px;
}
.projectHover a:hover{
    background: #ffffff;
    color: #282828;
}
.singleProject:hover .projectHover{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.projectCarouselController{
    width: 100%;
    text-align: center;
    margin-bottom: 40px; 
}
.projectCarouselController a{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #e6e6e6;
    color: #714f9a;
    text-align: center;
    margin-right: 10px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    padding-top: 11px; background-color:#000000;
}
.projectCarouselController a:last-child{
    margin-right: 0px;
}
.projectCarouselController a:hover{
    color: #282828;
}

/*=========================================================================
// Testimonial
===========================================================================*/
#testimonial{
    
}
.testimonials{
    width: 100%;
    position: relative;
}
.testimonial_carousel{
    width: 100%;
}
.testimonialThumb{
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
}
.testimonialThumb img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.test_head{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.test_head h4{
    font-size: 20px;
    margin: 0px;
    line-height: 14px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 5px;
}
.test_head a{
    font-size: 14px;
    line-height: 10px;
    text-transform: uppercase;
    color: #714f9a;
    display: inline-block;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.test_head a:hover{
    color: #999999;
}
.testimonialDetails{
    border: 1px solid #e6e6e6;
    height: 165px;
    margin-top: 40px;
    padding: 37px 75px;
    width: 100%;
    background: url(../images/testiback.png) no-repeat center 45px;
    position: relative;
}
.testimonialDetails p{
    font-size: 20px;
    color: #999999;
    font-style: italic;
    text-align: center;
    margin: 0px;
    line-height: 29px;
}
.testimonialDetails:before{
    content: "";
    width: 22px;
    height: 11px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: url(../images/arrow.png) no-repeat center center;
    top: -11px;
}
.testimonialControl{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #714f9a;
    border: 1px solid #714f9a;
    color: #FFFFFF;
    text-align: center;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    padding-top: 11px;
    z-index: 999;
}
.testimonialControl:focus{
    color: #FFFFFF;
}
.testimonialControl:hover{
    color: #282828;
}
.testimonialControl.tprev{
    position: absolute;
    left: 0px;
    top: 60px;
}
.testimonialControl.tnext{
    position: absolute;
    right: 0px;
    top: 60px;
}

/*=========================================================================
// Price
===========================================================================*/
#price{
    padding: 0px;
}
.singlePrice{
    width: 100%;
    position: relative;
}
.PriceHeiding{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 99;
}
.PriceHeiding a{
    display: inline-block;
    color: #FFFFFF;
    line-height: 14px;
    padding: 22px 50px;
    background: #714f9a;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.PriceHeiding a:hover{
    color: #282828;
}
.priceBody{
    width: 100%;
    padding: 35px 10% 0;
    position: relative;
    z-index: 99;
}
.priceOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    left: 0px;
    top: 0px;
}
.priceBody ul{
    margin: 0;
    padding: 0;
}
.priceBody ul li{
    border-bottom: thin solid #4a4d50;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    list-style: outside none none;
    margin: 0 0 8px;
    padding-bottom: 8px;
    width: 100%;
}
.priceBody ul li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.priceBody ul li i{
    font-size: 12px;
    color: #714f9a;
}
.priceFooter{
    width: 100%;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 14px;
    margin-top: 45px;
    margin-bottom: 50px;
}
.priceFooter span{
    font-size: 40px;
    color: #714f9a;
}
.spOne{
    background: url(../images/price/pbg1.jpg) no-repeat center center;
    background-size: cover;
}
.spTwo{
    background: url(../images/price/pbg2.jpg) no-repeat center center;
    background-size: cover;
}
.spThree{
    background: url(../images/price/pbg3.jpg) no-repeat center center;
    background-size: cover;
}
.spFour{
    background: url(../images/price/pbg4.jpg) no-repeat center center;
    background-size: cover;
}

/*=========================================================================
// Twitter
===========================================================================*/
#twitter{
    background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px;
 }
.singleTwitt{
    width: 100%;
    text-align: center;
}
.twittIcon{
    background: none repeat scroll 0 0 #714f9a;
    border-radius: 50%;
    color: #ffffff;
    font-size: 50px;
    height: 75px;
    margin: 0 auto;
    text-align: center;
    width: 75px;
    padding-top: 15px;
}
.twittDetails{
    width: 100%;
    font-size: 30px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    margin-top: 10px; height:58px;
}
.twittDetails a{
    color: #714f9a;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.twittDetails a:hover{
    color: #FFFFFF;
}
.twittMeta{
    width: 100%;
    text-align: center;
}
.twittMeta p{
    margin: 0px;
    font-size: 20px;
    color: #999999;
    line-height: 14px;
    text-transform: uppercase;
    margin: 20px 0px 5px;
}
.twittMeta a{
    display: inline-block;
    font-size: 14px;
    line-height: 11px;
    color: #714f9a;
    text-transform: uppercase;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.twittMeta a:hover{
    color: #FFFFFF;
}
#twitterCarousel{
    padding-bottom: 0px;
}
#twitterCarousel .carousel-indicators{
    bottom: 0px !important;
    margin-bottom: 0px !important;
}
#twitterCarousel .carousel-indicators li{
    width: 20px;
    height: 20px;
    border: 2px solid #FFFFFF;
}


@media (min-width: 240px) and (max-width: 320px){
  #twitter {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 480px){
  #twitter {
    display: none !important;
  }
}
/*=========================================================================
// Our Partner
===========================================================================*/
.singlePartner{
    width: 20%;
    float: left;
    text-align: center;
    min-height: 70px;
    margin-bottom: 70px;
}
.singlePartner img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
#partnerCarousel{
    padding-bottom: 50px;
}
#partnerCarousel .carousel-control{
    border: 1px solid #e6e6e6;
    color: #714f9a;
    display: inline-block;
    height: 50px;
    padding-top: 11px;
    text-align: center;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    width: 50px;
    z-index: 999;
    background: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
    bottom: 0px;
    top: auto;
}
#partnerCarousel .carousel-control:hover{
    color: #282828;
}
#partnerCarousel .carousel-control.left{
    left: 30%;
}
#partnerCarousel .carousel-control.right{
    right: 30%;
}
/*=========================================================================
// Subscribe
===========================================================================*/
#subscribe{
    padding: 10px 0px;
    background: #714f9a;
}
.subscribeIcon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    color: #714f9a;
    font-size: 32px;
    background: #FFFFFF;
    padding-top: 20px;
}
.subscriveNote{
    width: 100%;
}
.subscriveNote h1{
    font-size: 30px;
    line-height: 24px;
    margin: 0px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 9px;
    margin-bottom: 15px;
}
.subscriveNote h1 span{
    font-weight: 300;
}
.subscriveNote p{
    font-size: 14px;
    line-height: 11px;
    color: #282828;
    margin: 0px;
    text-transform: uppercase;
}
.subscriveForm{
    width: 100%;
    padding-top: 15px;
}
.subscriveForm form{
    width: 100%;
    margin:0;
    padding: 0;
}
.subscriveForm input[type="email"]{
    width: 320px;
    float: left;
    height: 40px;
    background: #FFFFFF;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    font-style: italic;
    padding-left: 20px;
}
.subscriveForm input[type="email"].errorSubscribe{
    color: #714f9a;
}
.subscriveForm input[type="email"].successSubscribe{
    color: #398439;
}
.subscriveForm button{
    width: 40px;
    height: 40px;
    background: #282828;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.subscriveForm button:hover{
    color: #714f9a;
}

/*=========================================================================
// Footer
===========================================================================*/
#footer{
    background: #282828;
}
.footerWeidget{
    width: 100%;
}
.introWedget{
    width: 100%;
}
.introWedget h1{
    margin: 0px;
}
.introWedget h1{
    font-weight: 300;
    color: #FFFFFF;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 24px;
    word-wrap: break-word;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.introWedget h1 span{
    color: #714f9a;
    font-weight: 700;
    line-height: 24px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.introWedget h1:hover{
    color: #714f9a;
}
.introWedget h1:hover span{
    color: #FFFFFF;
}
.intorSubTitle{
    margin: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 11px;
    margin-top: 6px;
}
.aboutWecanfly{
    font-size: 16px;
    color: #999999;
    margin-bottom: 0px;
    line-height: 16px;
    margin-top: 23px;
    margin-bottom: 23px;
}
.conInfo{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 11px; 
   
    width: 100%;
   
    margin-bottom: 15px;
}
.conInfo a{
    color: #FFFFFF;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.conInfo a:hover{
    color: #714f9a;
}
.conInfo i{
    color: #714f9a;
    font-size: 16px;
    margin-right: 30px;
}
#footer aside.widget{
    width: 100%;
}
#footer .widget-title{
    font-size: 20px;
    line-height: 15px;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0px 0px 0px;
    font-weight: 300;
    margin-bottom: 40px;
}
.latestPostsBody{
    width: 100%;
}
.singleLatestPost{
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.singleLatestPost img{
    left: 0;
    max-width: 80px;
    position: absolute;
    top: 0;
}
.ld{
    display: inline-block;
    padding-left: 98px;
}
.ld a{
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    margin-top: -6px;
    text-transform: uppercase;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.ld a:hover{
    color: #714f9a;
}
.borderp{
    width: 100%;
    height: 1px;
    background: #3e3e3e;
    margin-top: 10px;
    margin-bottom: 12px;
}
.bMeta{
    margin: 0px;
    width: 100%;
}
.singleLatestPost .bMeta span{
    font-size: 16px;
    text-transform: capitalize;
    color: #999999;
    display: inline-block;
    width: 50%;
    float: left;
    line-height: 12px;
}
.singleLatestPost .bMeta span i{
    color: #714f9a;
    padding-right: 10px;
}
.flickrBody{
    width: 100%;
    
}
#flickerCarousel .carousel-control.left, #flickerCarousel .carousel-control.right{
    background: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
    display: inline-block;
    width: 1em;
    height: 1em;
    left: 20px;
    right: 20px;
    top: 44%;
    color: #FFFFFF;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
#flickerCarousel .carousel-control.left i:before, #flickerCarousel .carousel-control.right i:before{
    width: auto !important;
}
#flickerCarousel .carousel-control.right{
    right: 20px;
    left: auto;
}
#flickerCarousel .carousel-control.left:hover, #flickerCarousel .carousel-control.right:hover{
    color: #714f9a;
}
.copyRight{
    width: 100%;
    background: #282828;
}
.copyRight .titleHR{
    margin: 0px;
    width: 100%;
    background: #3e3e3e
}
.copyRightText{
    font-size: 14px;
    line-height: 11px;
    font-weight: 300;
    text-transform: uppercase;
    color: #999999;
    text-align: center;
    margin: 40px 0px 40px;
}
.copyRightText a{
    color: #714f9a;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.copyRightText a:hover{
    color: #FFFFFF;
}



/*=========================================================================
// Page
===========================================================================*/

/******************************** Portfolio 1 ******************************/
#page{
    width: 100%;
    position: relative;
}
.portfolioGrid{
    width: 100%;
}
.portolioMenu{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.portolioMenu ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.portolioMenu ul li{
    display: inline-block;
    list-style: none;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 12px;
    color: #282828;
    padding: 20px 20px;
    border: thin solid #e6e6e6;
    margin-right: 10px;
    cursor: pointer; z-index:99;
    font-weight: 400;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.portolioMenu ul li:last-child{
    margin-right: 0px;
}
.portolioMenu ul li.active, .portolioMenu ul li:hover{
    border-color: #714f9a;
    color: #FFFFFF;
    background: #714f9a;
}
.singleP1{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.sp1_thumbD{
    width: 100%;
    position: relative;
}
.sp1_thumbD img{
    width: 100%;
    height: auto;
}
.sp1_details{
    width: 100%;
    text-align: center;
    padding: 40px;
    border: thin solid #e6e6e6;
    border-top: 0px;
}
.sp1_details h1{
    font-size: 30px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px;
    line-height: 22px;
}
.category{
    font-size: 14px;
    text-transform: uppercase;
    color: #282828;
    line-height: 11px;
    margin: 10px 0px 0px;
}
.category a{
    color: #714f9a;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.category a:hover{
    color: #282828;
}
.sp1d{
    font-size: 18px;
    line-height: 30px;
    margin-top: 18px;
}

/************************************* Portfolio 2 ****************************/
.portfolio2Holdedr{
    padding-left: 260px;
    margin-bottom: 30px;
}
.singleP2{
    width: 25%;
    float: left;
    position: relative;
}
.singleP2 img{
    width: 100%;
    height: auto;
}
.sp2Hover{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, .8);
    text-align: center;
    padding-top: 27%;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    visibility: hidden;
    opacity: 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
	
	
	
	
}
.sp2Hover a{
    width: 48px;
    height: 48px;
    background: #714f9a;
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 11px;
    margin-right: 10px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.sp2Hover a:last-child{
    margin-right: 0px;
}
.sp2Hover a:hover{
    background: #ffffff;
    color: #282828;
}
.singleP2:hover .sp2Hover{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible;
    opacity: 1;  
	
	
	
}
#Grid .mix{
    opacity: 0;
    display: none;
}

/****************************** Portfolio 3 ***********************************/
.singleP3{
    width: 100%;
    position: relative;
    margin-bottom: 0px;  border-left: 4px solid #000000;
border-right: 4px solid #000000; border-top: 4px solid #000000; border-bottom: 4px solid #714f9a;
-webkit-box-shadow: 10px 10px 33px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 33px -3px rgba(0,0,0,0.75);
box-shadow: 10px 10px 33px -3px rgba(0,0,0,0.75);

}
.singleP3 img{
    max-width: 100%; 
    height: auto; padding:5px; 
	
}
.img1{
    max-width: 100%; 
    height: auto; 
	

	
}




.singleP3:hover .sp2Hover{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible;
    opacity: 1;
		
}
/****************************** Portfolio Details *****************************/
.portfolioDetails{
    width: 100%;
}
.pDThumbs{
    width: 100%;
}
.pDThumbs img{
    width: 100%;
    height: auto;
}
.pDDetails{
    width: 100%;
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 40px 0px 0px;
    text-align: center;
}
.pDDetails h2{
    font-size: 30px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px;
    line-height: 22px;
}
.pDdet{
    font-size: 18px;
    line-height: 30px;
    margin-top: 18px;
    padding: 0px 40px;
    margin-bottom: 30px;
}
.pDsocial{
    width: 100%;
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    padding: 15px 0px;
}
.pDsocial a{
    display: inline-block;
    color: #656565;
    font-size: 15px;
    margin-right: 30px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.pDsocial a:last-child{
    margin-right: 0px;
}
.pDsocial a:hover{
    color: #714f9a;
}

/*=========================================================================
// Fun Facts
===========================================================================*/
#funfact{
    padding: 80px 0px;
    background: url(../images/bg/bg3.jpg) no-repeat fixed center center;
}
.singleCounter{
    width: 100%;
    text-align: center;
}
.singleCounter i{
    font-size: 32px;
    color: #ffffff;
}
.singleCounter .timer{
    font-size: 40px;
    line-height: 34px;
    color: #714f9a;
    margin: 0px;
    font-weight: 700;
    margin-top: 18px;
}
.singleCounter p{
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px;
    line-height: 11px;
    font-weight: 400;
    margin-top: 7px;
}


/*=========================================================================
// Related
===========================================================================*/
#related{
    background: #fafafa;
}
.related{
    width: 100%;
    position: relative;
}
.relatedThumb{
    width: 100%;
    position: relative;
}
.related img{
    max-width: 100%;
    height: auto;
}
.relatedDetails{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    border-top: none;
    text-align: center;
    color: #282828;
    padding: 30px 0px 28px;
}
.relatedDetails h4{
    font-size: 20px;
    line-height: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0px;
}
.relatedDetails h4 a{
    color: #282828;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.relatedDetails h4 a:hover{
    color: #714f9a;
}
.related .projectHover{
    padding-top: 30%;
}
.related:hover .projectHover{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible;
    opacity: 1;
}

/*=========================================================================
// Blog Page
===========================================================================*/

/******************************* Grid View *********************************/
.singleGridBlog{
    width: 100%;
    position: relative;
}
.sGthumb{
    width: 100%;
    position: relative;
}
.sGthumb img{
    max-width: 100%;
    height: auto;
}
.bGrid{
    margin-bottom: 30px;
}

/***************************** Blog with Sidebar ******************************/
.singleBlog2{
    width: 100%;
    position: relative;  border-left: 1px solid #000000;
    padding-left: 100px;
    margin-bottom: 48px;  
}
.blogDate{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 100%;
}
.bDate{
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #714f9a;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 34px;
    padding-top: 18px;
}
.bMy{
    font-weight: 400;
    color: #282828;
    font-size: 14px;
    display: inline-block;
    line-height: 16px;
    text-transform: capitalize ;
    width: 100%;
    text-align: center;
    padding-top: 2px;
}
.singleBlog2Thumb{
    width: 100%;
    position: relative;
}
.singleBlog2Thumb img{
    max-width: 100%;
    height: auto;
}
.singleBlog2Thumb iframe{
    width: 100%;
    height: 520px;
    border: none;
}
.singleBlog2Details{
    width: 100%;
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 40px;
}
.singleBlog2Details h1{
    font-size: 40px;
    font-weight: 300;
    color: #282828;
    line-height: 28px;
    margin: 0px;
    margin-bottom: 30px;
}
.singleBlog2Details h1 a{
    color: #282828;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.singleBlog2Details h1 a:hover{
    color: #714f9a;
}
.sb2Meta{
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0px;
    margin-bottom: 22px;
}
.sb2Meta p.category{
    margin: 0px;
}
.aut{
    padding-left: 2px
}
.divd{
    padding: 0px 15px;
    display: inline-block;
}
.sb2Content{
    width: 100%;
}
.sb2Content p{
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 10px;
}
.singleBlog3 .singleBlog2Details h1{
    line-height: 40px;
}
.singleBlog3 .singleBlog2Details{
    padding: 34px 25px 37px 38px;
    border-top: 1px solid #e6e6e6;
    border-left: none;
}
.singleBlog3 .singleBlog2Thumb img{
    width: 100%;
}
#postCarousel .carousel-indicators{
    bottom: 37px;
    margin-bottom: 0px;
}
#postCarousel .carousel-indicators li{
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    margin: 0px;
}

/******************************* Sidebar  **************************************/
.sidebar{
    width: 100%;
}
.sidebar aside.widget{
    width: 100%;
    padding: 38px 0px 0px 0px;
    
    margin-bottom: 48px;
}
.sidebar .widget form{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.sidebar .widget form input[type="text"]{
    width: 220px;
    height: 40px;
    border: thin solid #e6e6e6;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    padding-left: 20px;
    float: left;
}
.sidebar .widget form button[type="submit"]{
    width: 40px;
    height: 40px;
    float: left;
    background: #282828;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    font-size: 24px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.sidebar .widget form button[type="submit"]:hover{
    background: #714f9a;
}
.sidebar .widget-title{
   font-size: 26px;
    line-height: 28px;
    font-weight: 300;
    text-transform: capitalize;
    color: #282828;
    margin: 0px;
    margin-bottom: 25px;
}
.sidebar .widget_body{
    width: 100%;
}
.sidebar .widget ul{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.sidebar .widget ul li{
    width: 100%;
    list-style: none;
    line-height: 13px;
    border-bottom: thin solid #000000;
}
.sidebar .widget ul li:first-child a{
    padding-top: 0px;
}
.sidebar .widget ul li a{
    font-size: 18px; text-align:left; 
    line-height: 19px;
    text-transform: capitalize; padding-right:20px; 
    font-weight: 300;
    color: #000000; font-style:italic; font-weight:bold;
    display: inline-block;
    width: 100%;
    background: url(../images/li_arrow.png) no-repeat 98% center;
    padding-bottom: 14px;
    padding-top: 11px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.sidebar .widget ul li a:hover{
    color: #714f9a;
}
.single_populer{
    width: 100%;
    position: relative;
    padding-left: 100px;
    padding-bottom: 22px;
    border-bottom: 1px solid #000000;
    margin-bottom: 25px;
}
.single_populer .popImg{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
}
.spDetails{
    display: inline-block;
    width: 100%;
}
.spDetails p{
    font-size: 14px;
    line-height: 11px;
    font-weight: 400;
    color: #282828;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.spDetails a{
    font-size: 17px;
    color: #999999;
    font-weight: 300;
    line-height: 28px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.spDetails a:hover{
    color: #714f9a;
}
.tags{
    width: 100%;
}
.tags a{
    border: 1px solid #000000;
    color: #282828;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 11px;
    margin-bottom: 10px;
    margin-right: 8px;
    padding: 19px 15px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    text-transform: uppercase;
}
.tags a:hover{
    color: #FFFFFF;
    border-color: #714f9a;
    background: #714f9a;
}

.sidebar .textwidget{
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}
#calendar_wrap{
    width: 100%;
    border: 1px solid #000000;
    padding: 38px 0px;
}
#calendar_wrap table#wp-calendar{
    width: 100%;
}
#calendar_wrap table caption{
    font-size: 30px;
    line-height: 24px;
    font-weight: 300;
    color: #282828;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
#calendar_wrap table thead th{
    font-size: 18px;
    line-height: 13px;
    font-weight: 400;
    color: #282828;
    padding: 10px 8px;
    text-align: center;
}
#calendar_wrap table td{
    font-size: 18px;
    font-weight: 300;
    line-height: 13px;
    padding: 10px 8px;
    text-align: center;
}
#calendar_wrap table td#today{
    font-weight: 400;
    color: #714f9a;
}
/*=========================================================================
// Single Post
===========================================================================*/
.singlePost{
    width: 100%;
    position: relative;
    padding-left: 100px;
}
.singlePostThumb{
    width: 100%;
    position: relative;
}
.singlePostThumb img{
    max-width: 100%;
    height: auto;
}
.singlePostHeader{
    width: 100%;
    padding-top: 4px;
}
.singlePostHeader h1{
    font-size: 40px;
    font-weight: 300;
    color: #282828;
    line-height: 28px;
    margin: 0px;
    margin-bottom: 30px;
    color: #282828;
}
.singlePost .sb2Meta{
    margin-bottom: 40px;
}
.singlePostDetails{
    width: 100%;
    margin-top: 32px;
}
.singlePostDetails p{
    font-size: 18px;
    line-height: 29px;
    color: #999999;
    font-weight: 300;
    margin-bottom: 15px;
}
.singlePostDetails .postExcerpt{
    font-size: 20px;
    margin: 0px;
    line-height: 32px;
    color: #282828;
    border-bottom: 1px solid #000000;
    padding-bottom: 22px;
    font-weight: 300;
    margin-bottom: 23px;
}
blockquote{
    border-left: 5px solid #714f9a;
    color: #282828;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 31px;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-top: 3px;
    margin-bottom: 15px;
}
.imgDet{
    width: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
}
.imgDet img{
    float: left;
    margin-right: 30px;
}
.singlePostAuthor{
    width: 100%;
    position: relative;
    margin-top: 30px;
    padding-left: 270px;
}
.auhorImage{
    width: 270px;
    height: 270px;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}
.auhorImage img{
    max-width: 100%;
    height: auto;
}
.authorDetails{
    width: 100%;
    border: thin solid #000000;
    padding: 40px 0px 0px;
}
.authorDetails h1{
    font-size: 40px;
    line-height: 30px;
    font-weight: 300;
    color: #282828;
    padding-left: 40px;
    margin: 0px 0px 10px;
}
.desigAuth{
    font-size: 14px;
    line-height: 11px;
    text-transform: uppercase;
    color: #714f9a;
    margin: 0px;
    padding-left: 40px;
    font-weight: 400;
}
.authDes{
    font-size: 18px;
    line-height: 31px;
    font-weight: 300;
    margin: 0px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 18px;
}
.authorSocial{
    background: none repeat scroll 0 0 #fafafa;
    border-top: 1px solid #000000;
    height: 50px;
    margin: 16px 0 0;
    padding-left: 40px;
    padding-top: 11px;
}
.authorSocial a{
    font-size: 16px;
    color: #656565;
    margin-right: 27px;
    display: inline-block;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.authorSocial a:hover{
    color: #714f9a;
}
.singlePostComment{
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.singlePostComment h1{
    font-size: 30px;
    line-height: 24px;
    color: #282828;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 30px;
}
.singlePostComment ol{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.singlePostComment ol li{
    width: 100%;
    list-style: none;
    margin: 0px;
    border-bottom: thin solid #000000;
    position: relative;
    padding-left: 100px;
    padding-bottom: 22px;
    margin-top: 24px;
}
.singlePostComment ol li:first-child{
    margin-top: 0px;
}
.singlePostComment ol li img{
    position: absolute;
    left: 0px;
    top: 0px;
}
.commentDetails{
    width: 100%;
}
.commentMeta{
    margin: 0px;
    width: 100%;
    line-height: 11px;
}
.commentMeta span{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    text-transform: uppercase;
    line-height: 11px;
}
.commentMeta a{
    float: right;
    font-weight: 300;
    text-transform: uppercase;
    color: #714f9a;
    line-height: 11px;
    font-size: 14px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.commentMeta a:hover{
    color: #282828;
}
.come{
    width: 100%;
    line-height: 30px;
    font-weight: 300;
    margin: 0px;
    margin-top: 10px;
}
.singlePostComment ol li.childLI{
    padding-left: 200px;
}
.singlePostComment ol li.childLI img{
    left: 100px;
    width: 80px;
}
.singlePostComment ol li.childLI2{
    padding-left: 300px;
}
.singlePostComment ol li.childLI2 img{
    left: 200px;
    width: 80px;
}
.commentForm{
    width: 100%;
    border: 1px solid #000000;
    padding: 40px;
    margin-top: 50px;
}
.commentForm h1{
    font-size: 30px;
    line-height: 24px;
    color: #282828;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 30px;
}
.commentForm form{
    margin: 0;
    padding: 0;
    width: 100%;
}
.commentForm input[type="text"], .commentForm input[type="email"]{
    width: 49%;
    height: 40px;
    padding-left: 20px;
    border: thin solid #000000;
    font-size: 16px;
    color: #999999;
    border-radius: 0px;
    font-style: italic;
    margin-bottom: 10px;
}
.commentForm textarea{
    width: 100%;
    height: 200px;
    padding: 12px 20px;
    border: thin solid #000000;
    font-size: 16px;
    color: #999999;
    border-radius: 0px;
    font-style: italic;
    margin-bottom: 10px;
    resize: none;
}
.commentForm button.wcf_button{
    margin-right: 10px;
    margin-top: 0px;
}

/*=========================================================================
// About Us
===========================================================================*/
.aboutDetails{
    width: 100%;
    float: left;
    position: relative;
    padding: 35px 30px 34px 40px;
    border: 1px solid #000000;
    
}

.aboutDetails h1{
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #282828;
    line-height: 23px;
    margin: 0px;
    margin-bottom: 25px;
}
.aboutDetails p{
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 12px;
    text-align: left;
}
.aboutImage{
    width: 50%;
    float: left;
}
.aboutImage img{
    max-width: 100%;
    height: auto;
}
#clients.aboutclients{
    background: #fafafa;
}
/*=========================================================================
// Our Team
===========================================================================*/
.singleMember{
    width: 100%;
    position: relative;
}
.sMThumb{
    width: 100%;
}
.sMThumb img{
    max-width: 100%;
    height: auto;
}
.sMDetails{
    width: 100%;
    border: 1px solid #000000;
    border-top: 0px;
    text-align: center;
    padding: 30px 0px;
}
.sMDetails h1{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    color: #282828;
    line-height: 14px;
    margin: 0px;
}
.sMDetails h1 a{
    color: #282828;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.sMDetails h1 a:hover{
    color: #714f9a;
}
.sMDetails p{
    font-weight: 400;
    font-size: 14px;
    line-height: 11px;
    margin: 0px;
    text-transform: uppercase;
    color: #714f9a;
    margin-top: 9px;
}
.sMSocial{
    background: #fafafa;
    border: 1px solid #000000;
    border-top: none;
    text-align: center;
    height: 55px;
    padding-top: 17px;
}
.sMSocial a{
    display: inline-block;
    color: #656565;
    font-size: 18px;
    margin-right: 30px;
    line-height: 13px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.sMSocial a:hover{
    color: #714f9a;
}
.sMSocial a:last-child{
    margin-right: 0px;
}
.memberHolder{
    width: 100%; 
    border: 0px solid #000000;
    position: relative;
}
.memberThumb{
    width: 100%;
    position: relative;
    z-index: 9; border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 3px solid #714f9a;
}
.memberThumb img{
    max-width: 100%;
    height: auto;
}
.memberDetails{
    width: 100%;
    border-left: none;
    padding-right: 25px;
}

.memberDetails h5{ text-decoration: underline; margin-bottom:0; margin-top:10px;}


.memberDetails h1{
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
    color: #282828;
    margin: 0px;
    margin-top: 37px;
    margin-bottom: 22px;
}
.memberDetails p{ 
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0px;    
}
.memberDetails a:link { color: #714f9a;}
.memberDetails a:hover { color: #000; font-weight:bold; }

.memberDetails ul{
    margin: 20px 0 0;
    padding: 0px;
    width: 100%;
}
.memberDetails ul li{
    border-bottom: 1px solid #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    list-style: outside none none;
    margin: 0;
    padding-bottom: 6px;
    padding-left: 7px;
    padding-top: 2px;
    width: 100%;
}
.memberDetails ul li:last-child{
    border-bottom: none;
}
.memberDetails ul li i{
    color: #714f9a;
    font-size: 22px;
    margin-right: 12px;
    text-align: left;
    width: 35px;
}
.memberDetails ul li span{
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    text-transform: capitalize;
}
.memberFooter{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 53px;
    border-top: 1px solid #000000;
    background: #fafafa;
    
}
.memverSocial{
    width: 100%;
    text-align: left;
    padding-top: 13px;
}
.memverSocial a{
    display: inline-block;
    color: #656565;
    margin-right: 30px;
    line-height: 13px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.memverSocial a:hover{
    color: #714f9a;
}

/*=========================================================================
// 404
===========================================================================*/
.forZeroFour{
    text-align: center;
    padding-top: 65px;
    padding-bottom: 25px;
}
.fourZeroForHeading{
    font-size: 300px;
    color: #714f9a;
    margin: 0px;
    font-weight: 700;
    line-height: 240px;
    margin-bottom: 30px;
}

/*=========================================================================
// Events
===========================================================================*/
.single_events{
    width: 100%;
    border: 1px solid #000000;
    position: relative;
    margin-bottom: 30px;
}
.eventThumb{
    width: 100%;
    
}
.eventThumb img{
    max-width: 100%;
    height: auto;
}
.eventsDetails{
    width: 100%;
    padding-top: 38px;
    position: relative;
}
.eventsDetails h1{
    font-size: 30px;
    font-weight: 300;
    line-height: 23px;
    color: #282828;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.eventsDetails h1 a{
    color: #282828;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.eventsDetails h1 a:hover{
    color: #714f9a;
}
.eventsDetails p{
    font-size: 18px;
    line-height: 30px;
    padding-right: 35px;
    margin: 0px;
}
.eventFooter{
    width: 100%;
    height: 55px;
    float: right;
    border: 2px solid #714f9a;
    background: #fafafa;
    border-bottom: none;
    border-right: none;
    margin-top: 39px;
    line-height: 11px;
    padding-left: 5px;
    padding-top: 20px;
}
.eventFooter span{
    font-size: 18px;
    font-weight: 400;
    color: #282828;
    text-transform: capitalize ;
    line-height: 11px;
    padding-right: 30px;
}
.eventFooter span i{
    color: #714f9a;
    margin-right: 5px;
}




.eventsLoadMore{
    width: 100%;
    text-align: center;
}
.eventsLoadMore a.wcf_button{
    margin-top: 40px;
}

/*=========================================================================
// Single Events
===========================================================================*/
.eventSingle{
    width: 100%;
}
.esThumb{
    width: 100%;
    position: relative;
}
.esThumb img{
    max-width: 100%;
    height: auto;
}
.esDetails{
    width: 100%;
    padding: 38px 38px 85px 40px;
    border-left: 1px solid #000000;
    border-top: none;
}
.esDetails h1{
    font-size: 40px;
    line-height: 28px;
    font-weight: 300;
    text-transform: capitalize;
    color: #282828;
    margin: 0px;
    margin-bottom: 25px;
}
.esDetails h1 a{
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    color: #714f9a;
    line-height: 45px;
}
.eventExcerpt{
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    color: #282828;
    line-height: 29px; 
    border-bottom: thin solid #000000;
    padding-bottom: 25px;
}
.evenDet{
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    margin-top: 25px;
}
.evenDet p{
    margin-bottom: 15px;
}
.evenDet p:last-child{
    margin-bottom: 0px;
}
.tribe-events-event-meta{
    width: 100%;
    border: 1px solid #000000;
    padding: 40px 40px 20px;
    border-top: none;
}
.tribe-events-meta-group{
    width: 50%;
    float: left;
}
.tribe-events-meta-group h3{
    font-size: 30px;
    line-height: 24px;
    font-weight: 300;
    color: #282828;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 20px;
}
.tribe-events-meta-group dt{
    width: 25%;
    float: left;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    color: #282828;
}
.tribe-events-meta-group dd{
    width: 75%;
    font-weight: 300;
    color: #999999;
    font-size: 18px;
    margin-bottom: 24px;
    float: left;
}
.tribe-events-meta-group-venue{
    width: 40%;
    float: left;
}
.tribe-events-venue-map{
    width: 60%;
    float: left;
}
.tribe-events-meta-group-venue h3{
    font-size: 30px;
    line-height: 24px;
    font-weight: 300;
    color: #282828;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 20px;
}
.tribe-events-meta-group-venue dd{
    font-size: 18px;
    color: #999999;
    margin-bottom: 10px;
}
.tribe-events-meta-group-venue dt{
    
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    color: #282828;
}
dd a{
    color: #714f9a;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
dd a:hover{
    color: #282828;
}
#eventMap{
    width: 100%;
    height: 300px;
}

/*=========================================================================
// Contact
===========================================================================*/
.contactMap{
    width: 100%;
    height: 500px; margin-bottom:50px; paddding-top:50px; 
}

.contactDetails{
    width: 100%;
    position: relative;
}
.contactDetails h1{
    font-size: 30px;
    font-weight: 300;
    color: #282828;
    line-height: 23px;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.contactDetails p{
    font-size: 18px;
    line-height: 30px;
    margin: 0px;
}

.contactDetails ul{
    margin: 20px 0 0;
    padding: 0px;
    width: 100%;
}
.contactDetails ul li{
    border-bottom: 1px solid #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    list-style: outside none none;
    margin: 0;
    padding-bottom: 6px;
    padding-left: 7px;
    padding-top: 2px;
    width: 100%;
    position: relative;
    padding-left: 50px;
}
.contactDetails ul li:last-child{
    border-bottom: none;
}
.contactDetails ul li i{
    color: #714f9a;
    font-size: 25px;
    margin-right: 12px;
    text-align: left;
    width: 35px;
    position: absolute;
    left: 7px;
    text-align: left;
}
.contactDetails ul li span{
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    text-transform: capitalize;
}
.contact_form{
    width: 100%;
    position: relative;
}
.contact_form input[type="text"], .contact_form input[type="email"]{
    width: 100%;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 16px;
    color: #282828;
    font-style: italic;
    padding: 0px 20px;
    margin-bottom: 10px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.contact_form input[type="text"]:focus, .contact_form input[type="email"]:focus, .contact_form input.conError{
    border-color: #714f9a;
}
.contact_form textarea{
    width: 100%;
    height: 150px;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 16px;
    color: #282828;
    font-style: italic;
    padding: 0px 20px;
    resize: none;
    margin-bottom: 30px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.contact_form textarea:focus, .contact_form textarea.conError{
    border-color: #714f9a;
}
.contact_form button{
    margin-right: 10px;
}
#contactForm{position: relative;}
.contact_loader{
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    display: none;
}
.contact_loader img{
    position: absolute;
    width: 82px;
    height: 82px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.contact_loader p{
    position: absolute;
    width: 100%;
    height: 25px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    color: #714f9a;
    text-transform: capitalize;
    text-align: center;
}

/*=========================================================================
// Coming Soon
===========================================================================*/
.comingSoon{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 120px 0px 70px;
}
.comingSoon .sectionTitle{
    font-size: 70px;
    font-weight: 200;
    letter-spacing: 15px;
    line-height: 55px;
}
.comingSoon .titleHR span{
    background: #282828;
}
.comingSoon .subTitle{
    color: #282828;
}
.countdownarea{
    width: 100%;
    text-align: center;
}
.countdown-section{
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #714f9a;
    margin-right: 10px;
    border-radius: 50%;
    color: #282828;
    padding-top: 16px;
}
.countdown-amount {
    display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
    color: #282828;
}
.countdown-period{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 12px;
}
.comingsoonsubscribe{
    width: 360px;
    margin: 30px auto 0px;
}
.comingSoon .subscriveForm input[type="email"]{
    border: 1px solid #282828;
}

/*=========================================================================
// Elements
===========================================================================*/
.featuresHeading{
    background: none repeat scroll 0 0 #714f9a;
    border-radius: 0;
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    line-height: 23px;
    margin: 0 auto;
    padding: 13px 23px;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
    word-wrap: break-word;
}
.featuresBorder{
    width: 100%;
    margin-bottom: 30px;
    height: 1px;
    background: #714f9a;
}
.marginTop40{
    margin-top: 40px;
}
.marginTop40 .wcf_button, .marginTop40 .wcf_button2{
    margin-top: 0px;
}
.marginTop20{
    margin-top: 20px;
}
.colText{
    width: 100%;
    background: #000000;
    font-size: 14px;
    line-height: 11px;
    color: #282828;
    padding: 15px 0 15px 10px;
}

/*=========================================================================
// Loader
===========================================================================*/
.loader{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(125,126,125); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    text-align: center;
    z-index: 99999999;
}

.spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; 
    top: 0px;
    bottom: 0;
    width: 880px;
    height: 90px;
    text-align: center;
    font-size: 30px; text-transform: lowercase; color: #000; font-weight:bold; font-style:italic;  
}

.spinner > div {
    background-color: #FFFFFF;
    height: 100%;
    width: 25px;
    margin-right: 2px; padding-top: 22px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner > div:nth-child(even){
    background: #714f9a;  
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.spinner .rect6 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.spinner .rect7 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.spinner .rect8 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.spinner .rect9 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.spinner .rect10 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect11 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect12 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect13 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.spinner .rect14 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.spinner .rect15 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.spinner .rect16 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.spinner .rect17 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}



@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
}

#backToTop{
    background: none repeat scroll 0 0 #714f9a;
    border-radius: 3px;
    bottom: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    height: 60px;
    padding-top: 16px;
    position: fixed;
    right: 40px;
    text-align: center;
    transition: all 700ms ease 0s;
    width: 60px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    display: none;
    z-index: 999999;
}
#backToTop:hover{
    color: #282828;
}

.pickerDiv{
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    position: fixed;
    right: -150px;
    top: 80px;
    z-index: 999999;
}
.paletSwitch{
    background: none repeat scroll 0 0 #714f9a;
    border-radius: 2px 0 0 2px;
    color: #ffffff;
    font-size: 22px;
    height: 45px;
    left: -45px;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.paletSwitch:hover{
    color: #282828;
}
.paletSwitch:focus{
    outline: 0;
    color: #FFFFFF;
}
.colors{
    width: 100%;
}
.colors a{
    background: none repeat scroll 0 0 #714f9a;
    display: inline-block;
    float: left;
    height: 75px;
    width: 75px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    position: relative;
}
.colors a.green{
    background: #b6b229;
}
.colors a.yellow{
    background: #f7c175;
}
.colors a.dark{
    background: #282828;
}
.colors a:hover:after, .colors a.active:after{
    position: absolute;
    content: "";
    width: 17px;
    height: 13px;
    background: url(../images/active_switcher.png) no-repeat center center;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
