@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);



#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  margin-top:0px;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    z-index:999;
 
  
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
 
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {

 	font-family:"Trebuchet MS", Helvetica, sans-serif;
 	font-size:16px;
	font-weight:700;
	letter-spacing:1px;
	line-height:25.2px;
	width:100%;
	
	padding: 0px;
	margin: 0px;
	
	vertical-align: middle;
	 padding-top: 20px;
	 padding-bottom: 40px;
	
	

  
  
}
#cssmenu > ul > li {
  float: left;
  
 
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
 
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;

}
#cssmenu.align-center ul ul {
  text-align: left;
 
}
#cssmenu.align-right > ul > li {
  float: right;

}
#cssmenu > ul > li > a {

  padding: 17px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #000000;
  
  text-transform: uppercase;
font-family:"Trebuchet MS", Helvetica, sans-serif;
 	font-size:16px;
	font-weight:700;
	
}


#cssmenu > ul > li:hover > a {
  color: rgb(210, 35, 42);
  font-weight:900;
}

#cssmenu > ul > li.has-sub > a {

  
  
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 200px;
 
  text-decoration: none;
  color:  rgb(249, 249, 241);
  
  background:#000000;
  font-family:"Bree Serif", serif;
  font-size:12.96px;
  font-stretch:100%;
  font-style:normal;
  font-weight:400;
  
  
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: rgb(210, 35, 42);
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: rgb(249, 249, 241);
  content: '';
  
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background:rgb(249, 249, 241);
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
/* ==========================================================================
   FlexSlider
   ========================================================================== */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 auto 60px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 16px; height: 16px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.loading .flexSlider, .loading .slides {
  visibility: hidden !important;  
}
/* Circle Slider */
.circleSlider, .circleSlider .slides li, .circleSlider .slides li img {
  width: 375px;
  height: 375px;
  -webkit-border-radius: 375px;
  border-radius: 375px; 
  overflow: hidden;
}
.circleSlider {
  overflow: visible;
  border: 5px solid #000;
  margin: 0 auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.flex-direction-nav a:hover {
  background-color: #ffc123;
}
.flex-control-paging li a.flex-active { 
  background: #D2232A; 
}
.circleSlider:hover {
  border: 8px solid #000;
}
.lt-ie9 .circleSlider:hover {
  border: 5px solid #000;
}
.slideCaption {
  position: absolute;
   font-family:"Trebuchet MS", Helvetica, sans-serif;
   
  color: #fff;
}
.slideCaption a{
  color: #ffc123;
  font-family:"Trebuchet MS", Helvetica, sans-serif;
  font-size:30px;
  font-stretch:100%;
  font-style:normal;
  font-weight: 400;
  text-decoration-line: none;
}
 

.slideCaption h2{
     font-family:"Trebuchet MS", Helvetica, sans-serif;
     font-size:30px;
  
}
.circleSlider .slideCaption {  
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  background: #000;
  background: rgba(0,0,0,0.8);
  width: 275px;
  height: 275px;
  margin: 50px;
  -webkit-border-radius: 275px;
  border-radius: 275px;
  opacity: 0;
  display: table;
  margin-top: 60px;
  z-index: 1;
}
.slideCaption h2, .slideCaption p {
  padding: 0 10px;
  margin: 0.5em 0;
  font-size: 24px;
}
.slidecaption a{
 color: #ffc123;
}
p.excerpt {
  font-size: 21px;
}
.circleSlider:hover .slideCaption {
  opacity: 1;
  margin-top: 50px;
}
.lt-ie9 .circleSlider .slideCaption {
  visibility: hidden;
}
.lt-ie9 .circleSlider:hover .slideCaption {
  visibility: visible;
}
.flex-direction-nav {
  margin-top: -33px;
  position: absolute;
  top: 50%;
  height: 60px;
  width: 100%;
}
.flex-direction-nav a {
  width: 60px; 
  height: 60px; 
  -webkit-border-radius: 60px;
  border-radius: 60px;
  text-indent: -9999px;
  background-image: url(../img/sprite-nav.png);
  background-position: -145px 5px;
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.flex-direction-nav .flex-next {
  background-position: -195px 5px; right: -100px; 
}
.flex-direction-nav .flex-prev {
  left: -100px;
}
.flex-next:hover {
  right: -110px;
}
.flex-prev:hover {
  left: -110px;
}
.circleSlider .flex-control-nav {
  display: none;
}
.rectSlider .flex-direction-nav, .projectSlider .flex-direction-nav {
  display: none;
}
.rectSlider .flex-control-nav {
  z-index: 10;
}
.sliderContainer .shadow {
  display: block;
  width: 203px;
  height: 39px;
  margin: 15px auto 30px;
  background: url(../img/shadow-slider.png);
}
.sliderBg {
  position: absolute;
  margin-top: 50px;
  height: 275px;
  width: 100%;
  display: block;
}
/* Rectangle Slider */
.rectSlider {
  width: 70%;
  border: 3px solid #000;
  margin: 0 auto;
}
.shadows {
  position: relative;
  width: 960px;
  height: 17px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.rectSlider .slideCaption {
  top: 15px;
  font-size: 2.5em;
  text-align: left;
}
.rectSlider .slideCaption h2, .rectSlider .slideCaption p {
  float: left;
  clear: both;
  background: #000;
  background: rgba(0,0,0,0.8);
  margin: 0;
  max-width: 100%;
  padding: 15px;
}
/* Project Slider */
.projectSlider {
  margin: 0;
}
.projectSlider .flex-control-paging li a {
  text-indent: 0;
  width: 1.9em;
  height: 1.9em;
  line-height: 1.9em;
  text-align: center;
  color: #fff;
  font-family: 'Bree serif', Serif;
}
.projectSlider .flex-control-nav {
  bottom: 15px;
}
/* ==========================================================================
   Isotope
   ========================================================================== */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a,
  #cssmenu #menu-button {

      z-index:1;
   
    
}
  
  
  #cssmenu {
    width: 100%;
    
  }
 
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
    
  }
  #cssmenu ul li {
    width: 100%;
    
    
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
    
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    background: rgb(249, 249, 241);
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: rgb(249, 249, 241);
    background: #000000;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.actives > a {
    color: rgb(210, 35, 42);
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
    	font-size:23px;
    	font-style: normal;
    	font-weight:100;

  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 17px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #000000;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #000000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #000000;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: opx solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
    color: #000000;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: rgb(249, 249, 241);
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000000;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #000000;;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000000;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  p.excerpt {
    display: none;
  }
  .slideCaption a{
    display: none;
   
  }
  .rectSlider {
  width: 95%;
  }
  .slideCaption h2{
      display: none;
    
}
}

