/*
Compass Template
http://www.templatemo.com/preview/templatemo_454_compass
base highlight color is ff66cc

*/


/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #777777;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:active, a:focus {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services, #about, #contact {
  padding-top: 120px;
}

.nav-pills li a {background-color:#eeeeee;}
.nav-pills li.active a {background-color:#ff66cc;}

/*-----------------------------------------------------
This is a section for custom site features.  
--------------------------------------------------------*/
.section_box {margin-top: 2px;}
.section_box .thumbnail {margin-bottom: 1px;}


.image-right {float:right;padding-left: 20px;}
.blog-top {
    padding-top: 120px;
}


.blog-header h1 {color: white; font-size: 5rem;}
.blog-header h2 {color: white;font-size: 3.5rem;}
.prev-next {
    margin-top: 5rem;
    text-align: center;
}

a.btn-default {color: #337AB7 !important;}

.archives, .related-pages {
  padding: 0;
  list-style: none; }
  .archives li, .related-pages li {
    border-bottom: 1px solid #EEEEEE;
    line-height: 2rem; }
    .archives li:last-child, .related-pages li:last-child {
      border-bottom: 0; }

.related-pages li a {
  display: block; }
.related-pages .score {
  display: block;
  float: right;
  color: #999;
  font-size: 85%; }

.grid-item { width: 220px; }
.grid-item-sp { width: 200px; }
.grid-item--width2 { width: 400px; }
.grid-item_home { width: 280px; }
.grid-item_home .thumbnail {margin:5px;}



    #sidebar .sidebar-content h4 {
      margin-bottom: 1rem; }
    #sidebar .sidebar-content p, #sidebar .sidebar-content ul {
      margin-top: 1rem; }

.blog-header-image {
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 9rem;
    padding-bottom: 9rem;
    
}
.list-item {
    border-bottom: 1px solid #EEE;
    margin-bottom: 3rem;
    
}

.pagination {
    list-style: outside none none;
    padding: 0px;
    margin: 3rem 0px 1rem;
    text-align: center;
    display: block;
}

 .list-item .list-blog-date {
    float: right;
    text-align: center; }
    .list-item .list-blog-date span {
      display: block;
      font-size: 1.75rem;
      font-weight: 600;
      line-height: 110%; }
    .list-item .list-blog-date em {
      display: block;
      border-top: 1px solid #EEEEEE;
      font-style: normal;
      text-transform: uppercase; }

.list-item .list-blog-header img {
    display: block;
    margin-top: 1rem;
    border-radius: 3px;
}
.tags a {text-transform: uppercase;}

  #sidebar .sidebar-content {
    margin-bottom: 3rem; }
    #sidebar .sidebar-content h4 {
      margin-bottom: 1rem; }
    #sidebar .sidebar-content p, #sidebar .sidebar-content ul {
      margin-top: 1rem; }

.archives, .related-pages {
    padding: 0px;
    list-style: outside none none;
}



.breadcrumb i {padding-right: .7rem;}
.lightbg {background-color: #f6f6f6; padding-bottom:20px;}
.pinkbg {background-color: #F6C; padding-bottom:20px;}
.pinkbg p, .pinkbg h1, .pinkbg h2, .pinkbg h3{color:white;}
.pinkbg h1 {color:white; text-align:center;}
.pinkbg .container .title-section span {background: #3d3f3f;}

.whitebg {background-color: #fff; padding-bottom:20px;}
.whitebg h1, .title-section h1 {text-align:center;}
.align-right {float:right; padding: 20px 0 20px 20px; }
.align-left {float:left; padding: 20px 20px 20px 0px; }
.modal-body p{color:#000000}
h3.director a { text-decoration:underline;}
h3.director a:hover { text-decoration:none; color: #D9D2D2}
.left-header span a {color:#FFFFFF;}
.shop .thumbnail { min-height:590px;}

/*------------------------------------------------------
    
p { padding-bottom:10px}

	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #ff66cc;
  color: white;
  padding: 10px 0;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #ff66cc;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 30px 0px 10px 0px;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) !important ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) !important ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -ms-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}
.main-header .logo {
  margin-top: 5px;
}
.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}

/* This is for the menu style */
 #header #navbar {
  margin-top: 10px;
  float: right;
}
 #header #navbar ul.navigation li {
  display: inline-block;
  margin-left: 4px;
}



/* Adjust font colour and size for the Main Menu.*/
#header #navbar ul.navigation li a {
  text-transform: uppercase;
  color: #777777;
  font-size: inherit;
  padding: 4px 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.main-header .menu ul li a.current, #header #navbar ul.navigation li.active a{
  background: #ff66cc;
  color: white;
}

.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #ff66cc;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #ff66cc;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 20px;
  margin-top: 140px;
}
.title-section h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 2.0;
    letter-spacing: 0px;
    text-transform: none;
    text-align: center;
}

.title-section h3 {
    font-weight: bold;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0px;
    text-transform: none;
    text-align: center;    
}

.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #ff66cc;
  margin: 0 auto;
}
.title-section p {
  margin-top: 20px;
}
.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #ff66cc;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

/*------------------------------------------------------
	Highlights Styles 
--------------------------------------------------------*/
.highlights {padding: 20px 0 20px 0;}
.highlights .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
.highlights .service-item .service-header i {
  color: #ff66cc;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
.highlights .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}



/*------------------------------------------------------
.panel-body ul li {line-height:1.7em; list-style:disc; margin-left:28px}
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio, .darkbg {
  padding-bottom: 30px;
  margin-top: 0px;
  background: #3d3f3f;
}

#portfolio .row h2, .darkbg .row h2 {color:#FFFFFF; font-size:18px;}
#portfolio .row p {color:#ccc;}
.legacy h1 {color:#ffffff;}

#portfolio .title-section h2, 
.darkbg .title-section h2,
.darkbg .title-section h3, 
.darkbg .title-section h4 {
  color: white;
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(212, 71, 222, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.imgright { float:right; padding: 0 0 10px 20px; }

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #ff66cc;
  text-transform: uppercase;
}
#about .our-team {
  margin-top: 80px;
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ff66cc;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #ff66cc;
  font-size: 16px;
  margin-right: 12px;
}

.flexslider {
  margin-top: 114px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 25%;
  width: 90%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.flex-caption h4 {
  font-size: 25px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 2px;
  background-color: #ff66cc;
  color: white;
  padding: 25px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: white;
  display: block;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }    
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .flex-caption h4 {
    display: none !important;
  }

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 60px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 60px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
*******************************
*/

.panel-activation {
      padding: 1rem;
      font-size: 2.2rem;
      cursor: pointer;
	  color: #ff66cc;
      float: right; }
/**/
#panel {
  padding-top: 1rem;
  color: #ddd; }
  #panel .navigation {
    list-style: none;
    padding: 0; }
    #panel .navigation li {
      border-bottom: 1px solid #3d3d3d; }
      #panel .navigation li a {
        color: #ddd;
        display: block;
        padding: 0.5rem 1rem;
        font-weight: 600; }
        #panel .navigation li a:hover {
          color: white;
          background-color: #262626; }
        #panel .navigation li a:last-child {
          border-bottom: 0; }
      #panel .navigation li.active > a {
        background: #fff;
        color: #444; }
        #panel .navigation li.active > a:hover {
          color: #444; }
      #panel .navigation li:first-child {
        border-top: 1px solid #3d3d3d; }
      #panel .navigation li ul {
        list-style: none;
        padding: 0; }
        #panel .navigation li ul li {
          border: 0 !important; }
          #panel .navigation li ul li a {
            color: #c4c4c4;
            padding: 0.2rem 1rem 0.2rem 2rem;
            font-size: 0.9rem; }
          #panel .navigation li ul li li a {
            padding-left: 3rem; }
            #panel .navigation li ul li li a li a {
              padding-left: 4rem; }
          #panel .navigation li ul li.active > a {
            background: #ccc; }
		  
		  
.navbar-left {float: right !important;}

  body.modal-open #sb-site {
    position: static;
    -webkit-transform: none !important;
    transform: none !important;
  }
/*
.sb-slidebar {z-index: 11 !important;}
*/

.btn-default {
    color: #fff !important;
    background-color: #ff66cc;
    border-color: #ff22cc;}

a.btn-default {
    color: #fff !important;
    background-color: #ff66cc;
    border-color: #ff22cc;}


.btn-default:hover {
    color: #fff !important;
    background-color: #ff00cc;
    border-color: #ff22cc;}
