/************************************************************************************/
/************************************************************************************/
/********************************* Maintenance page *********************************/
/************************************************************************************/
/************************************************************************************/

#maintenance-page {
  background-color: #fff;
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
}

#maintenance-page header {
  border-bottom: 0px;
}







/************************************************************************************/
/************************************************************************************/
/********************************** General styles **********************************/
/************************************************************************************/
/************************************************************************************/

body {
  color: #888;
  font-size: 13px;
  text-rendering: optimizeLegibility;
  margin-left: auto;
  margin-right: auto;
}

#main-wrapper {
  background-color: white;
}

.boxed-version {
  margin: 25px auto;
  max-width: 1170px;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  	 -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  	      box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
}

.margin-top {
  margin-top: 25px !important;
}

.margin-bottom {
  margin-bottom: 25px !important;
}

.margin-right {
  margin-right: 20px !important;
}

.margin-left {
  margin-left: 20px !important;
}

.no-margin {
  margin: 0px !important;
}

.no-margin-top {
  margin-top: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.larger-icon-width {
  min-width: 50px;
}






/************************************************************************************/
/************************************************************************************/
/************************************ Typography ************************************/
/************************************************************************************/
/************************************************************************************/

h1, h2, h3 {
  color: #555;
  line-height: normal;
  text-transform:uppercase;
}

h4, h5, h6 {
  color: #555;
  line-height: normal;
}

h1 {
  font-size: 36px;
  margin: 40px 0px 40px;
}

h2 {
  font-size: 28px;
  margin: 35px 0px 35px;
}

h3 {
  font-size: 22px;
  margin: 30px 0px 30px;
}

h4 {
  font-size: 18px;
  margin: 25px 0px 25px;
}

h5 {
  font-size: 16px;
  margin: 20px 0px 20px;
}

h6 {
  font-size: 14px;
  margin: 15px 0px 15px;
}

p, li, span {
  line-height: 22px;
}

small {
  font-size: 90%;
}

.strong {
  font-weight: bold;
}

.block-title {
  line-height: 28px;
  color: #555;
  margin-bottom: 40px;
  margin-top: 0px;
}

.block-title:before {
  font-size: 25px;
  font-family: 'FontAwesome';
  content: '\f105';
  padding-right: 10px;
  font-weight: 300;
}

.block-title-small {
  margin-top: 0px;
  margin-bottom: 25px;
}

.block-title-small:before {
  font-size: 16px;
  font-family: 'FontAwesome';
  content: '\f105';
  padding-right: 10px;
  font-weight: 300;
}

.page-title {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.highlighted-text {
  text-align: center;
  margin: 50px 50px;
}

.slogan h1,
.slogan h3 {
  margin: 10px 0px;
}

/* Blockquotes */
blockquote {
  margin: 10px 0;
}

blockquote.pull-right {
  float: none;
}

/* Dropcaps */
.dropcap {
  color: #555;
  font-weight: 600;
  display: block;
  float: left;
  font-size: 43px;
  padding: 0;
  margin: 0;
  margin: 10px 8px 0 0;
  text-transform: uppercase;
}






/***********************************************************************************/
/***********************************************************************************/
/************************************** Links **************************************/
/***********************************************************************************/
/***********************************************************************************/

a {
  -webkit-transition: color 0.25s, opacity 0.25s;
     -moz-transition: color 0.25s, opacity 0.25s;
       -o-transition: color 0.25s, opacity 0.25s;
          transition: color 0.25s, opacity 0.25s;
}

a:hover,
a:focus {
  color: #555;
  text-decoration: none;
}






/***********************************************************************************/
/***********************************************************************************/
/************************************* Regions *************************************/
/***********************************************************************************/
/***********************************************************************************/

/************************************/
/********** General styles **********/
/************************************/

.container-fluid {
  padding: 0px;
}

.wrapper {
  max-width: 1170px;
  margin: auto;
}

.block {
  padding-top: 35px;
  padding-bottom: 35px;
}

#header-region,
header,
#top-content-region,
#featured-region,
#help-region,
#main-content,
#content-wide1-region,
#content-wide2-main,
#content-wide3-region,
#content-wide4-region,
#before-footer-region,
#footer-four-columns,
footer {
  padding-left: 40px;
  padding-right: 40px;
}



/* redefining spacings for specific block regions */
#header-region .block,
#footer-left-region .block,
#footer-right-region .block {
  padding-top: 5px;
  padding-bottom: 5px;
}

#highlighted-region .block,
#top-content-region .block {
  padding: 0px;
}

#featured-region .block {
  padding-top: 5px;
  padding-bottom: 30px;
}

#contact-content-region .block {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* end redefining spacings for specific block regions */



/*************************************/
/*********** header region ***********/
/*************************************/

#header-region {
  padding-top: 3px;
}

#header-region .span6 {
  min-height: 15px;
}

#header-region p {
  padding: 0px;
}



/************************************/
/************** header **************/
/************************************/

header {
  background-color: #fff;
  min-height: 140px;
  padding-top:20px;
  padding-bottom:20px;
}

#logo {
  height: 105px;
  padding-left: 0px;
}

#site-name h1 {
  padding-top: 24px;
  margin: 17px 0px;
}



/************************************/
/******** top content region ********/
/************************************/

#top-content-region {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  min-height: 64px;
  line-height: normal;
  font-size: 11px;
  line-height: 11px;
  margin-top: -1px;
}

#top-content-left-region,
#top-content-right-region {
  padding-top: 16px;
  padding-bottom: 16px;
}



/************************************/
/******** highlighted region ********/
/************************************/



/*************************************/
/********** featured region **********/
/*************************************/

#featured-region {
  border-bottom: 1px solid #ededed;
}



/*************************************/
/************ help region ************/
/*************************************/

#help-region {
  background-color: #fff;
}



/************************************/
/********* sidebars regions *********/
/************************************/

#sidebar-first-region .block-title:before,
#sidebar-second-region .block-title:before {
  font-size: 18px;
}

#sidebar-first-region .block-title,
#sidebar-second-region .block-title {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 25px;
}



/*************************************/
/******** main content region ********/
/*************************************/

#main-content {
  padding-top: 25px;
  padding-bottom: 50px;
}

#contact-content-region {
  padding-top: 35px;
  padding-bottom: 35px;
}


/************************************/
/************** wide 2 region **************/
/************************************/

#content-wide2-main {
  padding-top: 50px;
  padding-bottom: 50px;
}





/**************************************/
/******** wide content regions ********/
/**************************************/

#content-wide1-region,
#content-wide3-region,
#content-wide4-region {
  padding-top: 50px;
  padding-bottom: 50px;
}



/************************************/
/******* before footer region *******/
/************************************/



/*************************************/
/**** footer four columns region ****/
/*************************************/

#footer-four-columns .block-title:before {
  font-size: 14px;
}

#footer-four-columns .block-title {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 15px;
}



/*************************************/
/*********** footer region ***********/
/*************************************/

footer {
  padding-top: 3px;
  padding-bottom: 3px;
}

footer .block-title {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 15px;
}



/*************************************/
/*** footer left and right regions ***/
/*************************************/






/**********************************************************************************/
/**********************************************************************************/
/************************************** Menu **************************************/
/**********************************************************************************/
/**********************************************************************************/

/*************************************/
/********** Main navigation **********/
/*************************************/

.navbar {
  margin: 0px;
}

.navbar-inner {
  background-color: transparent;
  padding: 0px;
  min-height: 40px;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 0px;
  *zoom: 1;
  box-shadow: none;
}

.navbar .brand {
  display: none;
  font-weight: normal;
  cursor: pointer;
}


/* nav floating left */


.navbar .nav {
  float: right;
  text-align: right;
}

.navbar .nav > li {
  display: block !important;
}

.navbar .nav > li > a {
  color: #888;
  border-bottom: 1px solid transparent;
  float: none;
  padding: 59px 10px 26px;
  margin: 0px 8px 0px;
  text-shadow: none;
  font-size: 15px;
  font-weight: normal;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  background-color: transparent;
  box-shadow: none;
}

/* Dropdown menu */
.dropdown i {
  padding-left: 5px;
}

.dropdown-menu {
  background-color: #f6f6f6;
  border: 0px;
  z-index: 1000;
  margin: 0px 8px 0px 0px;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-menu > li > a {
  color: #888;
  -webkit-transition: all 0.25s;
     -moz-transition: all 0.25s;
       -o-transition: all 0.25s;
          transition: all 0.25s;
  font-weight: normal;
  padding: 3px 18px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #ededed;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #ededed;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}

/* Open the dropdown on hover */
.navbar .nav li.dropdown > ul.dropdown-menu {
  display: block;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  margin-top: -1px;
}

.navbar .nav li.dropdown:hover > ul.dropdown-menu,
.navbar .nav li.dropdown.open > ul.dropdown-menu {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.navbar .nav > li > .dropdown-menu:before {
  display: none;
}

.navbar .nav > li > .dropdown-menu:after {
  display: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}

/* Third level menu */
.dropdown-submenu > .dropdown-menu {
  margin-top: 0px;
}



/*************************************/
/******** Administration menu ********/
/*************************************/

.nav-pills {
  border-bottom: 1px solid #ededed;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 25px !important;
}

.nav-pills li {
  float: none !important;
  display: inline-block !important;
}

.nav-pills > li > a {
  color: #888;
  padding: 10px 16px !important;
  margin: 0px;
  line-height: 14px;
  border-radius: 0px;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background-color: transparent;
}



/*************************************/
/************ Menu blocks ************/
/*************************************/

.nav {
  margin: 0px;
  text-align: center;
}

.nav > li {
  float: none;
  display: inline-block;
}

.nav > li > a {
  padding: 0px 16px;
  margin: 0px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  text-decoration: none;
}

#header-region .nav {
  text-align: inherit;
}







/************************************************************************************/
/************************************************************************************/
/************************************** Slider **************************************/
/************************************************************************************/
/************************************************************************************/

/*************************************/
/************ Nivo slider ************/
/*************************************/

#slider {
  max-height: 480px;
}

.nivo-controlNav {
  font-size: 10px;
}

.theme-default .nivo-controlNav {
  text-align: center;
  bottom: 0px;
  padding: 5px 0px;
  z-index: 20;
}

.theme-default .nivo-controlNav a {
  color: #dfdfdf;
  margin: 0 4px;
}

/* Direction nav styles (e.g. Next & Prev) */
.theme-default .nivo-directionNav a {
  color: #888;
  display: block;
	position: absolute;
	line-height: 56px;
	font-size: 56px;
	top: 50%;
	margin-top: -33px;
	z-index: 9;
	cursor: pointer;
	border: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
     -moz-transition: all 200ms ease-in-out;
       -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
}

.theme-default .nivo-directionNav a:hover {
	color: #555;
}

.theme-default:hover .nivo-directionNav a {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.theme-default a.nivo-nextNav {
	right: 15px;
}

.theme-default a.nivo-prevNav {
	left:15px;
}

/* Slider Captions */
.theme-default .nivo-caption {
  background-color: #f6f6f6;
  padding-left: 40px;
}

.theme-default .nivo-caption h4 {
  margin: 0px 0px 5px;
}

.theme-default .nivo-caption p {
  color: #888;
  margin: 0px;
  padding: 0px;
}

.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
  color: #fff;
}



/**************************************/
/*********** Elastic slider ***********/
/**************************************/

.ei-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
}

.ei-slider-loading {
  background: rgba(0,0,0,0.9);
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	text-align: center;
	line-height: 400px;
}

.ei-slider-large {
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
	margin: 0;
}

.ei-slider-large li {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.ei-slider-large li img {
	width: 100%;
	max-width: none;
	position: absolute;
}

.ei-title {
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}

.ei-title h2, .ei-title h3 {
	text-align: right;
}

.ei-title h2 {
  color: #b5b5b5;
	font-size: 40px;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}

.ei-title h3 {
  color: #000;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
}

.ei-slider-thumbs {
	height: 13px;
	margin: 0 auto;
	position: relative;
	list-style: none;
}

.ei-slider-thumbs li {
	position: relative;
	float: left;
	height: 100%;
}

.ei-slider-thumbs li.ei-slider-element {
  background: #000;
	background: rgba(0,0,0,0.9);
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
}

.ei-slider-thumbs li a {
  background: #666;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
     -moz-transition: background 0.2s ease;
       -o-transition: background 0.2s ease;
      -ms-transition: background 0.2s ease;
          transition: background 0.2s ease;
	display: block;
	text-indent: -9000px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.ei-slider-thumbs li a:hover {
	background-color: #f0f0f0;
}

.ei-slider-thumbs li img {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
	-webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
          transition: all 0.4s ease;
	position: absolute;
	bottom: 50px;
	z-index: 999;
	max-width: 100%;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
}

.ei-slider-thumbs li:hover img {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
	bottom: 13px;
}



/*************************************/
/********** Sequence slider **********/
/*************************************/

#sequence {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  color: white;
  font-size: 0.625em;
  margin: 0 auto;
  position: relative;
  height: 500px;
}

#sequence > .sequence-canvas {
  height: 100%;
  width: 100%;
  margin: 0px;
}

#sequence > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: -50%;
}

#sequence > .sequence-canvas > li img {
  height: 96%;
}

#sequence > .sequence-canvas li > * {
  position: absolute;
  -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
  -moz-transition-property: top, bottom, left, opacity, -moz-transform;
  -ms-transition-property: top, bottom, left, opacity, -ms-transform;
  -o-transition-property: top, bottom, left, opacity, -o-transform;
  transition-property: top, bottom, left, opacity, transform;
}

.sequence-next,
.sequence-prev {
  color: white;
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  z-index: 5;
  height: 75px;
  margin-top: -47.5px;
}

.sequence-pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}

.sequence-paused {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.sequence-prev {
  left: 3%;
}

.sequence-next {
  right: 3%;
}

.sequence-prev img,
.sequence-next img {
  height: 100%;
  width: auto;
}

#sequence-preloader {
  background: #d9d9d9;
}

.sequence-pagination {
  bottom: 1%;
  display: none;
  right: 6%;
  position: absolute;
  z-index: 10;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.sequence-pagination li {
  display: inline-block;
  *display: inline;
  /* Hack for IE7 and below as they don't support inline-block */
  height: 140px;
}

.sequence-pagination li img {
  cursor: pointer;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: margin-bottom, opacity;
  -moz-transition-property: margin-bottom, opacity;
  -ms-transition-property: margin-bottom, opacity;
  -o-transition-property: margin-bottom, opacity;
  transition-property: margin-bottom, opacity;
}

.sequence-pagination li img:hover {
  margin-bottom: 4px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sequence-pagination li.current img {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.sequence-canvas h2 {
  margin: 0px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.sequence-canvas a {
  text-decoration: none;
}

.sequence-canvas h3 {
  margin: 0px;
}

/*********** TITLE ***********/

.sequence-canvas .title {
  font-size: 50px;
  font-weight: 800;
  left: 65%;
  width: auto;
  max-width: 35%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  bottom: 1%;
  z-index: 50;
  padding: 10px;
  background-color: transparent;
}

.animate-in .title {
  left: 50%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.animate-out .title {
  left: 35%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* More Animations */

.sequence-canvas .title.effect2 {
  bottom: -40%;
  left: 0%;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.animate-in .title.effect2 {
  bottom: 10%;
  left: 0%;
}

.animate-out .title.effect2 {
  bottom: -40%;
  left: 50%;
}

.sequence-canvas .title.effect3 {
  left: 75%;
}

.animate-in .title.effect3 {
  left: 15%;
}

.animate-out .title.effect3 {
  left: 75%;
}


/*********** SUBTITLE ***********/

.sequence-canvas .subtitle {
  color: white;
  font-size: 20px;
  line-height: 1.5;
  left: 35%;
  width: auto;
  max-width: 35%;
  z-index: 50;
  margin: 0;
  padding: 10px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  top: 101%;
  background-color: transparent;
}


.animate-in .subtitle {
  left: 50%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.animate-out .subtitle {
  left: 65%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

/* More Animations */

.sequence-canvas .subtitle.effect2 {
  top: 70%;
  left: 0%;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.animate-in .subtitle.effect2 {
  top: 91%;
  left: 0%;
}

.animate-out .subtitle.effect2 {
  top: 70%;
  left: 50%;
}

.sequence-canvas .subtitle.effect3 {
  left: 75%;
}

.animate-in .subtitle.effect3 {
  left: 15%;
}

.animate-out .subtitle.effect3 {
  left: 75%;
}

/********* Link ***********/

.sequence-canvas .link {
  left: 0%;
  width: 100%;
  max-width: 100%;
  text-align: center;
  z-index: 50;
  margin: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  top: 110%;
}

.sequence-canvas .link a {
  display: inline-block\9;
  color: white;
  font-size: 20px;
  margin: 5px;
  line-height: 1.5;
  padding: 5px 20px;
  background-color: transparent;
  border: 2px solid white;
}

.animate-in .link {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
      -ms-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
      -ms-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.animate-out .link {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

/*********** LAYERS ***********/

.sequence-canvas .layer {
  left: 30%;
  bottom: -38%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: relative;
  height: auto !important;
  max-height: 400px !important;
  width: auto;
}

.animate-in .layer {
  left: 15%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.animate-out .layer {
  left: 30%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

/* More Animations */

.sequence-canvas .layer.effect2 {
  left: 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.animate-in .layer.effect2 {
  left: 15%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.animate-out .layer.effect2 {
  left: 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.sequence-canvas .layer.effect3 {
  left: 20%;
}

.animate-in .layer.effect3 {
  left: 55%;
}

.animate-out .layer.effect3 {
  left: 20%;
}

.sequence-canvas .layer.effect4 {
  left: 15%;
}

.animate-in .layer.effect4 {
  left: 15%;
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
      -ms-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.animate-out .layer.effect4 {
  left: 15%;
}



/*************************************/
/************ Mega slider ************/
/*************************************/

.md-slide-wrap {
  margin: 0 auto;
}






/***********************************************************************************/
/***********************************************************************************/
/************************************** Nodes **************************************/
/***********************************************************************************/
/***********************************************************************************/

/* node teaser */
.node-teaser {
  padding-bottom: 50px;
  padding-top: 0px;
}

.node-teaser:last-child {
  padding-bottom: 0px;
}

.node-submitted-teaser {
  border-bottom: 1px solid #ededed;
  margin-top: 5px;
  margin-bottom: 5px;
}

.node-content-teaser h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 24.5px;
}

.node-image-teaser {
  margin-bottom: 30px;
}
/* end node teaser */

/* node full post */
.node-image {
  text-align: center;
}

.node-submitted {
  border-bottom: 1px solid #ededed;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 25px;
}
/* end node full post */






/**********************************************************************************/
/**********************************************************************************/
/************************************** Blog **************************************/
/**********************************************************************************/
/**********************************************************************************/

/* latest posts block */
.news-block-item {
  max-width: 800px;
}

.news-block-date {
  border-bottom: 1px solid #ededed;
  padding-top: 6px;
  padding-bottom: 4px;
  text-align: center;
}

.news-content-teaser h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 24.5px;
}

.news-block-title h6 {
  margin: 10px 0px 5px;
}
/* end latest posts block */

/* blog teaser */
.blog-submitted-teaser {
  border-bottom: 1px solid #ededed;
  margin-top: 5px;
  margin-bottom: 5px;
}

.blog-content-teaser h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 24.5px;
}
/* end blog teaser */

/* blog full post */
.blog-image {
  text-align: center;
}

.blog-submitted {
  border-bottom: 1px solid #ededed;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 25px;
}


/* end blog full post */






/**********************************************************************************/
/**********************************************************************************/
/************************************ Comments ************************************/
/**********************************************************************************/
/**********************************************************************************/

#comments {
  margin-top: 30px;
  border-top: 1px solid #ededed;
}

#comments .comment {
  margin-bottom: 15px;
}

#comments h4 {
  margin-bottom: 0px;
}

#comments .submitted {
  padding-top: 0px;
  padding-bottom: 10px;
}

#comments .comment p:last-child {
  margin-bottom: 0px;
}

#comments .links {
  font-size: 11px;
}

#comments .links li:first-child {
  padding-left: 0px;
}

#comments .indented {
  margin-left: 35px;
  margin-bottom: 20px;
}

#comments .indented .comment {
  margin-bottom: 10px;
}

#comments .indented h4 {
  margin-top: 0px;
}

#comments .filter-wrapper {
  padding: 0px;
}

#comments h4.add-new-comment-title {
  margin-top: 30px;
  margin-bottom: 15px;
}

.comments {
	 border-top: 1px solid #ededed;
	 margin-top:50px;
}

.node-comments {
     border-top: 1px solid #ededed;
	 margin-top:50px;
	
}











/*********************************************************************************/
/*********************************************************************************/
/************************************ Isotope ************************************/
/*********************************************************************************/
/*********************************************************************************/

/* Isotope container responsive business */
#container-isotope {
  height: 100%;
  width: 100%;
}

#container-isotope .row-fluid .span3, #container-isotope .span3 {
  margin-left: 14px;
}

#container-isotope .row-fluid .span4, #container-isotope .span4,
#container-isotope .row-fluid .span6, #container-isotope .span6 {
  margin-left: 10px;
}

/* Isotope Filtering */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -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:      -o-transform, 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;
}






/********************************************************************************/
/********************************************************************************/
/************************************ Blocks ************************************/
/********************************************************************************/
/********************************************************************************/

/****************************/
/********** icons **********/
/****************************/

.panels {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Panels Version 1 */

.panel {
  margin-bottom: 0px;
}

.panel .panel-icon {
  text-align: center;
	margin: 0 auto;
}

.panel .panel-icon .icon {

  display: inline-block !important;
	font-size: 0px;
	margin: 3px 30px 15px;
	width: 100px !important;
	height: 100px !important;
	text-align: center;
	position: relative;
	z-index: 1;

}



.panel .panel-info {
  text-align: center;
}

.panel .panel-info h3 {
  -webkit-transition: color 0.25s linear;
     -moz-transition: color 0.25s linear;
       -o-transition: color 0.25s linear;
          transition: color 0.25s linear;
  margin: 10px 0px 20px;
}

.panel p {
  margin-bottom: 0px;
}

/* Panels Version 2 */

.panel-2 {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ededed;
  -webkit-transition: box-shadow 0.3s;
     -moz-transition: box-shadow 0.3s;
          transition: box-shadow 0.3s;
}

.panels-2:last-child .panel-2 {
  margin-bottom: 0px;
}

.panel-2:hover {
  -webkit-box-shadow: 0px 0px 10px #ededed;
     -moz-box-shadow: 0px 0px 10px #ededed;
          box-shadow: 0px 0px 10px #ededed;
}

.panel-2 h4 {
  margin: 10px 0px;
  font-weight: normal;
  line-height: normal;
  color: #555;
  -webkit-transition: color 0.3s;
     -moz-transition: color 0.3s;
          transition: color 0.3s;
}

.panel-2 p {
  margin-bottom: 0px;
}

.panel-2 .panel-icon {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: white;
  font-size: 30px;
  z-index: 1;
  -webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
	        transition: color 0.3s;
}

.panel-2 .panel-icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
	background: #ffb141;
	z-index: -1;
  content: '';
  -webkit-box-sizing: content-box; 
	   -moz-box-sizing: content-box; 
	        box-sizing: content-box;
	-webkit-transition: -webkit-transform 0.3s, visibility 0.3s;
	   -moz-transition: -moz-transform 0.3s, visibility 0.3s;
	     -o-transition: -moz-transform 0.3s, visibility 0.3s;
	        transition: transform 0.3s, visibility 0.3s;
}

.panel-2:hover .panel-icon:after {
  visibility: hidden;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.panel-2 .panel-icon i {
  position: absolute;
  width: 100%;
  line-height: 100px;
  text-align: center;
}

.panel-2 .panel-info {
  position: relative;
  display: table;
}

.panel-2-left .panel-icon {
  float: left;
  margin-right: 30px;
}

.panel-2-left .panel-info {
  text-align: left;
}

.panel-2-right .panel-icon {
  float: right;
  margin-left: 30px;
}

.panel-2-right .panel-info {
  text-align: right;
}



/****************************/
/******* movie quotes *******/
/****************************/

#testimonials {
  text-align: center;
}

#testimonials h4 {
  line-height: 30px;
}

#testimonials blockquote {
  border-left: 0px;
  padding: 0px 200px;
  margin: 0px;
}

#testimonials blockquote i {
  font-size: 25px;
}

#testimonials blockquote p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

#testimonials blockquote .author-img {
  width: 70px;
  height: 70px;
  display: block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

#testimonials blockquote .author {
  color: #555;
}

#testimonials blockquote .author > i {
  font-size: 16px;
  padding-right: 10px;
}



/*****************************/
/****** Social Networks ******/
/*****************************/

/* Social networks wide block */
#social-networks {
  padding-top: 20px;
  padding-bottom: 20px;
}

#social-networks a {
  font-size: 30px;
  padding: 0px 25px;
}

#social-networks a:hover {
  color: #fff;
}

/* Social networks sidebar block */
#social-widget-side {
  font-size: 30px;
}

#social-widget-side a {
  color: #888;
}

#social-widget-side a:hover {
  color: #555;
}

/* Social networks footer and header block */
#social-widget-footer a {
  font-size: 18px;
  padding: 0px 8px;
}

#social-widget-header a {
  font-size: 16px;
  padding: 0px 8px;
}

#social-widget-footer a:first-child,
#social-widget-header a:first-child {
  padding-left: 0px;
}

#social-widget-footer a:last-child,
#social-widget-header a:last-child {
  padding-right: 0px;
}



/******************************/
/******** Contact Info ********/
/******************************/

.contact-info-block {
  list-style: none;
  margin: 0px;
}

.contact-info-block li {
  padding-bottom: 8px;
}

.contact-info-block .map:before,
.contact-info-block .phone:before,
.contact-info-block .mail:before,
.contact-info-block .gps:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 14px;
  text-align: center;
  padding-right: 15px;
  width: 15px;
}

.contact-info-block .map:before {
  content: '\f041';
}

.contact-info-block .phone:before {
  content: '\f095';
}

.contact-info-block .mail:before {
  content: '\f01c';
}

.contact-info-block .gps:before {
  content: '\f124';
}




/******************************/
/********* Newsletter *********/
/******************************/

#simplenews-block-form-20 .form-item {
  margin: 0 0 15px;
}



/*******************************/
/** Recent posts and comments **/
/*******************************/

#block-blog-recent ul,
#block-comment-recent ul {
  list-style: none;
}

#block-blog-recent ul li,
#block-comment-recent ul li {
  margin-left: 0px;
}



/******************************/
/******** Popular tags ********/
/******************************/

.tags {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.tags li {
  list-style: none;
  float: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 7px;
}

.tags li:last-child {
  margin-right: 0px;
}



/*******************************/
/********* Login block *********/
/*******************************/

/* modal user login */
#myLoginModal h3 {
  color: #555;
}

#myLoginModal a:hover {
  color: #555;
}

#myLoginModal .item-list ul li {
  list-style: none;
  margin: 0px;
}

.login-block-link {
  text-align: inherit;
  display: block;
  line-height: normal;
}



/********************************/
/********* Search block *********/
/********************************/

#block-search-form {
  position: relative;
}

#block-search-form form {
  margin: 0px;
}

#block-search-form .form-item {
  margin: 0px;
}

#block-search-form .element-invisible {
  display: none;
}

#block-search-form .form-submit {
  display: none;
}






/********************************************************************************/
/********************************************************************************/
/******************************** Theme Features ********************************/
/********************************************************************************/
/********************************************************************************/

/*****************************/
/********* Carousels *********/
/*****************************/

.carousel {
  margin-bottom: 0px;
}

/* Arrows carousel */
.carousel-arrows .carousel-arrow-left,
.carousel-arrows .carousel-arrow-right {
  color: #555;
  position: absolute;
  top: -63px;
  font-size: 23px;
}

.carousel-arrows .carousel-arrow-left {
  right: 25px;
}

.carousel-arrows .carousel-arrow-right {
  right: 0px;
}

/* Fade carousel */
.carousel-fade .carousel-indicators {
  display: none;
}

.carousel-fade .item {
  -webkit-transition: opacity 1s ease-in-out;
     -moz-transition: opacity 1s ease-in-out;
      -ms-transition: opacity 1s ease-in-out;
       -o-transition: opacity 1s ease-in-out;
          transition: opacity 1s ease-in-out;
}

.carousel-fade .active.left {
  left: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 2;
}

.carousel-fade .next {
  left: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
}





/*****************************/
/*********** Forms ***********/
/*****************************/

form {
  margin-bottom: 0px;
}

label, input, button, select, textarea {
  font-size: 12px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #888;
  font-size: 12px;
  height:;
  padding: 5px 8px;
  margin-bottom: 0px;
  line-height: 20px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ededed;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border linear 0.2s;
     -moz-transition: border linear 0.2s;
       -o-transition: border linear 0.2s;
          transition: border linear 0.2s;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
  margin-top: -3px;
  *margin-top: -3px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #cdcdcd;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.resizable-textarea .grippie {
  display: none; /* antigripine */
}



.form-actions {
  background-color: transparent;
  border-top: 0px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.form-actions .btn {
  margin-bottom: 0px;
}

.form-item {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-right: 10px;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid red;
}

::-webkit-input-placeholder {
  color: #cdcdcd !important;
}

:-moz-placeholder {
  color: #cdcdcd !important;
}

::-moz-placeholder {
  color: #cdcdcd !important;
}

:-ms-input-placeholder {
  color: #cdcdcd !important;
}

/* Input sizes - responsive */
.large-input {
  max-width:;
}

.extra-large-input {
  max-width:;
}

/* Form on the search page */
#search-form .container-inline div {
  display: inline-block;
}

#search-form fieldset {
  height: auto;
}



/*****************************/
/********** Buttons **********/
/*****************************/

.btn {
  color: #fff;
  text-shadow: none;
  background-color: #888;
  *background-color: #888;
  background-image: none;
  border: 0px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  font-size: 12px;
  padding: 6px 25px;
  margin-bottom: 10px;
  *margin-bottom: 10px;
  margin-left: 0;
  *margin-left: 0;
  margin-right: 10px;
  *margin-right: 10px;
  line-height: 20px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
     -moz-transition: color 0.25s linear, background-color 0.25s linear;
       -o-transition: color 0.25s linear, background-color 0.25s linear;
          transition: color 0.25s linear, background-color 0.25s linear;
}

.btn:last-child {
  margin-right: 0px;
  *margin-right: 0px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #989898;
  *background-color: #989898;
  border: 0px;
}

.btn:focus {
  outline: 0px;
  outline-offset: 0px;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
     -moz-transition: color 0.25s linear, background-color 0.25s linear;
       -o-transition: color 0.25s linear, background-color 0.25s linear;
          transition: color 0.25s linear, background-color 0.25s linear;
}

.btn:hover {
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
     -moz-transition: color 0.25s linear, background-color 0.25s linear;
       -o-transition: color 0.25s linear, background-color 0.25s linear;
          transition: color 0.25s linear, background-color 0.25s linear;
}

.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

/* Button block */
.btn-block:last-child {
  margin-bottom: 0px;
}

/* Button Sizes */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 0px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 0px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 0px;
}

/* Buttons styles */
.btn-light {
  color: #888;
  background-color: #e3e3e3;
  *background-color: #e3e3e3;
  border: 0px;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
  color: #888;
  background-color: #f3f3f3;
  *background-color: #f3f3f3;
  border: 0px;
}

.btn-primary {
  color: #fff;
  text-shadow: none;
  background-image: none;
  border: 0px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  border: 0px;
  color: #fff;
}

.btn-warning {
  color: #ffffff;
  text-shadow: none;
  background-color: #faa732;
  *background-color: #f89406;
  background-image: none;
  border-color: transparent;
  filter: none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #ffb742;
  *background-color: #ffa416;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  text-shadow: none;
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: none;
  border-color: transparent;
}

.btn-danger {
  text-shadow: none;
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image:none;
  border-color: transparent;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #ea5f59;
  *background-color: #cd463f;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  text-shadow: none;
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: none;
  border-color: transparent;
  filter: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #6bc76b;
  *background-color: #61b361;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  text-shadow: none;
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: none;
  border-color: transparent;
  filter: none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #59bfdd;
  *background-color: #3fa6c4;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  text-shadow: none;
  background-color: #363636;
  *background-color: #222222;
  background-image:none;
  border-color: transparent;
  filter: none;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #464646;
  *background-color: #323232;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  color: rgba(0,0,0, 0.75);
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #555;
  background-color: transparent;
  text-decoration: none;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}



/* Hero Unit */
.hero-unit {
  border: 1px solid #ededed;
  background-color: #f6f6f6;
  font-weight: normal;
  border-radius: 0px;
}

.hero-unit h1 {
  color: #555;
  line-height: normal;
  font-weight: inherit;
}

.hero-unit p {
  margin-bottom: 30px;
}



/*****************************************/
/****  Modals, Tooltips and Popovers  ****/
/*****************************************/

/* Modals */
.modal {
  border: 1px solid #ededed;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #ededed;
  border-radius: 0px;
}

.modal-header {
  border-bottom: 1px solid #ededed;
}

.modal-footer {
  background-color: #f6f6f6;
  border-top: 1px solid #ededed;
  box-shadow: none;
  border-radius: 0px;
}

/* Modal Footer Buttons Fix */
.modal-footer .btn {
  margin-bottom: 0px;
}

.modal-footer .btn + .btn {
  margin-left: 0px;
}

/* Tooltips */
.tooltip-inner {
  border-radius: 0px;
}

.tooltip.left {
  margin-left: -15px;
}

/* Popovers */
.popover {
  border: 1px solid #ededed;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}

.popover-title {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ededed;
  border-radius: 0px;
}





/*********************************************************************************/
/*********************************************************************************/
/********************************* Shared styles *********************************/
/*********************************************************************************/
/*********************************************************************************/

/* Submitted list for portfolio, blog and articles */
.submitted {
  margin: 0px;
  list-style: none;
  padding: 5px 0px;
  font-size: 11px;
}

.submitted li {
  display: inline;
  padding-left: 15px;
}

.submitted li:first-child {
  padding-left: 0px;
}

/* more link that shows up in the drupal core blocks */

.more-link {
  display: none;
}



/*********************************************************************************/
/*********************************************************************************/
/******************************** Settings styles ********************************/
/*********************************************************************************/
/*********************************************************************************/

/* Theme Colors */

.aqua   { background-color: #9adada; }
.blue   { background-color: #5daed5; }
.brown  { background-color: #aa876d; }
.green  { background-color: #77d268; }
.orange { background-color: #ffb141; }
.red    { background-color: #e24f3d; }
.yellow { background-color: #eed271; }

/* Background colors */

.bg-color-white        { background-color: #ffffff; }
.bg-color-grayDark1    { background-color: #393939; }
.bg-color-grayDark2    { background-color: #494949; }
.bg-color-grayLight1   { background-color: #f3f3f3; }
.bg-color-grayLight2   { background-color: #f6f6f6; }
.bg-color-turquoise    { background-color: #1abc9c; }
.bg-color-greenSea     { background-color: #16a085; }
.bg-color-emerald      { background-color: #2ecc71; }
.bg-color-nephritis    { background-color: #27ae60; }
.bg-color-sunFlower    { background-color: #f1c40f; }
.bg-color-orange       { background-color: #f39c12; }
.bg-color-carrot       { background-color: #e67e22; }
.bg-color-pumpkin      { background-color: #d35400; }
.bg-color-peterRiver   { background-color: #3498db; }
.bg-color-belizeHole   { background-color: #2980b9; }
.bg-color-alizarin     { background-color: #e74c3c; }
.bg-color-pomegranate  { background-color: #c0392b; }
.bg-color-amethyst     { background-color: #9b59b6; }
.bg-color-wisteria     { background-color: #8e44ad; }
.bg-color-clouds       { background-color: #ecf0f1; }
.bg-color-silver       { background-color: #bdc3c7; }
.bg-color-wetAsphalt   { background-color: #34495e; }
.bg-color-midnightBlue { background-color: #2c3e50; }
.bg-color-concrete     { background-color: #95a5a6; }
.bg-color-asbestos     { background-color: #7f8c8d; }
.bg-color-custom       { background-color: #000000; } /* Change this color to match your needs */

/* Text colors */

.text-color-white      { color: #ffffff; }
.text-color-grayDark1  { color: #555555; }
.text-color-grayDark2  { color: #888888; }
.text-color-grayLight1 { color: #cdcdcd; }
.text-color-grayLight2 { color: #ededed; }
.text-color-grayLight3 { color: #f6f6f6; }
.text-color-custom     { color: #000000; } /* Change this color to match your needs */





/* homepage svg icons */

.img-icon-film {
  width: 100px;
  height: 100px;
  background: url('/sites/all/themes/specialone/img/img-icon/film-grey.svg') no-repeat center;
 }
 


.img-icon-film:hover {
  background:
url('/sites/all/themes/specialone/img/img-icon/film-pink.svg')
no-repeat center;
}


.img-icon-news {
  width: 100px;
  height: 100px;
  background: url('/sites/all/themes/specialone/img/img-icon/news-grey.svg') no-repeat center;
 }


.img-icon-news:hover {
  background:
url('/sites/all/themes/specialone/img/img-icon/news-purple.svg')
no-repeat center;
}

.img-icon-trailers {
  width: 100px;
  height: 100px;
  background: url('/sites/all/themes/specialone/img/img-icon/trailers-grey.svg') no-repeat center;
 }


.img-icon-trailers:hover {
  background:
url('/sites/all/themes/specialone/img/img-icon/trailers-yellow.svg')
no-repeat center;
}


.img-icon-social {
  width: 100px;
  height: 100px;
  background: url('/sites/all/themes/specialone/img/img-icon/social-grey.svg') no-repeat center;
 }


.img-icon-social:hover {
  background:url('/sites/all/themes/specialone/img/img-icon/social-blue.svg')
  no-repeat center;
}


.img-icon-reviews {
  width: 100px;
  height: 100px;
  background: url('/sites/all/themes/specialone/img/img-icon/reviews-grey.svg') no-repeat center;
}



.img-icon-reviews:hover {
  background:
url('/sites/all/themes/specialone/img/img-icon/reviews-pink.svg')
no-repeat center;
}


.img-icon-listings {
  width: 100px;
  height: 100px;
  background: url('/sites/all/themes/specialone/img/img-icon/listings-grey.svg') no-repeat center;
}



.img-icon-listings:hover {
  background:
url('/sites/all/themes/specialone/img/img-icon/listings-pink.svg')
no-repeat center;
}


.img-icon-filmguide {
  width: 100px;
  height: 100px;
  background: url('/sites/all/themes/specialone/img/img-icon/filmguide-grey.svg') no-repeat center;
}



.img-icon-filmguide:hover {
  background:
url('/sites/all/themes/specialone/img/img-icon/filmguide-pink.svg')
no-repeat center;
}


.img-icon-blog {
  width: 100px;
  height: 100px;
  background: url('/sites/all/themes/specialone/img/img-icon/blog-grey.svg') no-repeat center;
}



.img-icon-blog:hover {
  background:
url('/sites/all/themes/specialone/img/img-icon/blog-blue.svg')
no-repeat center;
}

.img-icon-competition {
  width: 100px;
  height: 100px;
  background: url('/sites/all/themes/specialone/img/img-icon/competition-grey.svg') no-repeat center;
}



.img-icon-competition:hover {
  background:
url('/sites/all/themes/specialone/img/img-icon/competition-blue.svg')
no-repeat center;
}


.img-icon-quiz {
  width: 100px;
  height: 100px;
  background: url('/sites/all/themes/specialone/img/img-icon/quiz-grey.svg') no-repeat center;
}



.img-icon-quiz:hover {
  background:
url('/sites/all/themes/specialone/img/img-icon/quiz-blue.svg')
no-repeat center;
}



/* film page */

.tags-actor {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tags-actor .field-item {
	display:inline;
	padding-right:7px;
}


.tags-genre {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tags-genre .field-item {
	display:inline;
	padding-right:8px;
}

.tags-director {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tags-director .field-item {
	display:inline;
	padding-right:8px;
}

.film-poster{
  margin-bottom: 15px;
}



/* youtube embed - responsive */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* VSU embed - responsive */

.vsu-container {
    position: relative;
    padding-bottom:50%;
    padding-top:10px; height: 0; overflow: hidden;

}
 
.vsu-container iframe,
.vsu-container object,
.vsu-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
	
	
/* film page - trailer and stills labels */	
	
.trailer .field-label {
 font-size: 28px;
  margin: 35px 0px 35px;
  color: #555;
  font:"Open Sans";
  font-style: normal;
  font-weight: normal;
	
}

.trailer .field-label:before {
  font-size: 25px;
  font-family: 'FontAwesome';
  content: '\f105';
  padding-right: 10px;
  font-weight: 300;
  color:#AA047C;
}

.film-stills .field-label {
  font-size: 28px;
  margin: 35px 0px 35px;
  color: #555;
  font:"Open Sans";
  font-style: normal;
  font-weight: normal;
	
}

.film-stills .field-label:before {
  font-size: 25px;
  font-family: 'FontAwesome';
  content: '\f105';
  padding-right: 10px;
  font-weight: 300;
  color:#AA047C;
}






/* top 10 styling */


#block-views-nodequeue-1-block {
	width:100%;
	overflow:hidden;
}


#block-views-nodequeue-1-block .views-field-position{
	padding-right:10px;
	padding-left:10px;
	
}

#block-views-nodequeue-1-block .views-field-title{
	padding-top:10px;
	padding-bottom:10px;
	/* CHANGE THIS DEPENDING ON FILM TITLE LENGTH */
	padding-right:100px;
}

#block-views-nodequeue-1-block .even{
	width:100%;
}

#block-views-nodequeue-1-block .odd{
	width:100%;
}

#block-views-nodequeue-1-block tr.odd{
	color:#888;
}

/* top 10 styling hover */

#block-views-nodequeue-1-block .even:hover{
	background-color:#AA047C;
	color:#FFF;
}

#block-views-nodequeue-1-block .odd:hover{
	background-color:#AA047C;
	color:#FFF;
}

#block-views-nodequeue-1-block a:hover{
	color:#FFF;
}

/* top 10 styling first row colour */

#block-views-nodequeue-1-block .views-row-first {
	background-color:#AA047C;
	color:#FFF;
}

#block-views-nodequeue-1-block .views-row-first .views-field-position {
	color:#FFF;
}

#block-views-nodequeue-1-block .views-row-first a{
	color:#FFF;
	padding-top:20px;
}



/* poll */

.poll .title{
	margin-bottom:15px;
}

/* news */

.news-tags {
  margin-top: 5px;
  margin-bottom: 5px;
}

.news-tags .field-item {
	display:inline;
	padding-right:5px;
}


.news-subtitle {
	margin-top:-35px;
}

.news-date {
	margin-top:10px;
	
}

.news-tags {
	padding-bottom:0px;
	
}

.news-provider {
	padding-bottom:30px;
}



/* reviews */

.review-rating {
	margin-top:-20px;
	margin-bottom:10px;
}

.review-caption {
	padding-top:10px;
	padding-bottom:20px;
}

.review-release-date {
	padding-bottom:24px;
}


.review-booknow {
	padding-bottom:20px;
}


.review-more {
	padding-bottom:20px;
}

.review-booknow a {
	color:#FFF;
	background-color:#c6017f;
	padding:8px;
}

.review-booknow a:hover {
	background-color:#d770b2;
	-webkit-transition: color 0.25s linear, background-color 0.25s linear;
-moz-transition: color 0.25s linear, background-color 0.25s linear;
-o-transition: color 0.25s linear, background-color 0.25s linear;
transition: color 0.25s linear, background-color 0.25s linear;
}


.review-more a {
	color:#FFF;
	background-color:#c6017f;
	padding:8px;
}

.review-more a:hover {
	background-color:#d770b2;
	-webkit-transition: color 0.25s linear, background-color 0.25s linear;
-moz-transition: color 0.25s linear, background-color 0.25s linear;
-o-transition: color 0.25s linear, background-color 0.25s linear;
transition: color 0.25s linear, background-color 0.25s linear;
}

.review-verdict {
	padding-bottom:20px;
}

.review-subtitle {
	margin-top:-35px;
}


/* FILM PAGE BOOK NOW LINK */

.filmpage-booknow {
	padding-bottom:20px;
	padding-top:20px;
}


.filmpage-booknow a {
	color:#FFF;
	background-color:#c6017f;
	padding:8px;
}

.filmpage-booknow a:hover {
	background-color:#d770b2;
	-webkit-transition: color 0.25s linear, background-color 0.25s linear;
-moz-transition: color 0.25s linear, background-color 0.25s linear;
-o-transition: color 0.25s linear, background-color 0.25s linear;
transition: color 0.25s linear, background-color 0.25s linear;
}

/* FILM SEARCH BOX */

#edit-submit-test {
	background-color:#737b82;
	color:#FFF;
	width:103px;
	margin-top:25px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	font:"Museo Sans";
	font-size:12px;
	border:none;
}

#edit-submit-test:hover {
	background-color:#acb0b4;
	-webkit-transition: color 0.25s linear, background-color 0.25s linear;
-moz-transition: color 0.25s linear, background-color 0.25s linear;
-o-transition: color 0.25s linear, background-color 0.25s linear;
transition: color 0.25s linear, background-color 0.25s linear;
	
}


.views-exposed-widget {
	margin-right:12px;
}


/* listings */

.booknow {
}

.booknow a {
	color:#FFF;
	background-color:#c6017f;
	padding:8px;
}

.booknow a:hover {
	background-color:#d770b2;
	-webkit-transition: color 0.25s linear, background-color 0.25s linear;
-moz-transition: color 0.25s linear, background-color 0.25s linear;
-o-transition: color 0.25s linear, background-color 0.25s linear;
transition: color 0.25s linear, background-color 0.25s linear;
}



.listings-screens-block {
	padding-bottom:40px;
	  border-bottom: 1px solid #ededed;
}

.listings-theatre-block {
	padding-bottom:40px;
	  border-bottom:1px solid #ededed;
}



.listings-city {
	padding-bottom:20px;
	border-bottom:1px solid #ededed;
}


#views-exposed-form-listings-page .views-exposed-form .views-exposed-widget {
	padding-bottom:0px;
	float:left;
}

#views-exposed-form-listings-page .form-item-distance-search-distance {
	float:right;
}


/***********************************/
  /*********  film guide  *********/
  /***********************************/

#genre {
	padding-bottom:30px;
	text-align:center;
}

#genre ul li {
	display:inline;
	padding-right:15px;
}


/***********************************/
  /*********  Poll  *********/
  /***********************************/

#block-poll-recent {
	width:100%;
	
}

/***********************************/
  /*********  remove search 'throbber'  *********/
  /***********************************/
html.js input.form-autocomplete {
    background-image: url("../../misc/throbber.gif");
    background-position: 100% 2px;
    background-repeat: no-repeat;
	z-index:100;
}

/***********************************/
  /*********  quiz  *********/
  /***********************************/
.selector-td .form-radio {
	display:none;
}

.form-radios table {
	width:100%;
}

.form-radios .multichoice_row {
	background-color:#F0F0F0;
	border-bottom:;
	text-align:center;
	color:#0089B4;
	font-size:18px;
	padding-bottom:50px;
	cursor: pointer;
}

.form-radios .multichoice_row p {
	padding:20px;
}


.form-radios tr.selected td {
    background: none repeat scroll 0% 0% #0089B4;
	color:#FFF;
}

.answering-form .quiz-question-body p {
	font-size:24px;
	padding-bottom:10px;
}


div.quiz-report .dt {
	background-color:#0089B4;
	color:#FFF;
	border:none;
}

.quiz-report table {
	width:100%;
}

.quiz-report tr.even, tr.odd {
	background-color:#F0F0F0;
	color:#0089B4;
}
.q-correct {
	background-color:#1CC620;
}

.q-wrong {
	background-color:#E20E1E;
}

#quiz_score_possible, #quiz_score_percent {
	font-size:20px;
	font-weight:100;
}

#quiz-start-quiz-button-form #edit-button {
	background-color:#0089B4;
	color:#FFF;
	width:103px;
	margin-top:25px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	font:"Museo Sans";
	font-size:12px;
	border:none;
}

#quiz-start-quiz-button-form #edit-button:hover {
	background-color:#73ceea;
	-webkit-transition: color 0.25s linear, background-color 0.25s linear;
-moz-transition: color 0.25s linear, background-color 0.25s linear;
-o-transition: color 0.25s linear, background-color 0.25s linear;
transition: color 0.25s linear, background-color 0.25s linear;
	
}

#quiz-question-answering-form #edit-submit {
	background-color:#0089B4;
	color:#FFF;
	width:90px;
	margin-top:10px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	font:"Museo Sans";
	font-size:12px;
	border:none;
}

quiz-question-answering-form #edit-submit:hover {
	background-color:#73ceea;
	-webkit-transition: color 0.25s linear, background-color 0.25s linear;
-moz-transition: color 0.25s linear, background-color 0.25s linear;
-o-transition: color 0.25s linear, background-color 0.25s linear;
transition: color 0.25s linear, background-color 0.25s linear;
}

#quiz-question-answering-form #edit-back {
	color:#0089B4;
	margin-right:4px;
	margin-top:10px;
}

#quiz-question-answering-form #edit-op {
	color:#0089B4;
	margin-left:4px;
	margin-top:10px;
}



/* Clone of listings page submit button */

#edit-submit-clone-of-listings {
	background-color:#737b82;
	color:#FFF;
	width:90px;
	margin-top:10px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	font:"Museo Sans";
	font-size:12px;
	border:none;
}


#edit-submit-clone-of-listings:hover {

background-color:#acb0b4;
	-webkit-transition: color 0.25s linear, background-color 0.25s linear;
-moz-transition: color 0.25s linear, background-color 0.25s linear;
-o-transition: color 0.25s linear, background-color 0.25s linear;
transition: color 0.25s linear, background-color 0.25s linear;
}


/* blogger info */

.blogger-name {
	text-align:center;
}

/* blog teaser spacing */

.blog-post-teaser {
	margin-bottom:30px;
}


/* news teaser spacing */

#latest-news .news-block-item {
	margin-bottom:50px;
}

/* trailer teaser spacing */

#latest-trailers .news-block-item {
	padding-bottom:50px;	
}


/* review teaser spacing */

#latest-reviews .news-block-item {
	margin-bottom:50px;
}


/* push up news & reviews blocks */

#latest-news {
	margin-top:-120px;
}

#latest-reviews {
	margin-top:-120px;
}

.film-post-teaser {
	padding-bottom:20px;
}



/* center names on friends page */

.friends-name {
	text-align:center;
}


.ccc-inner h2 {
	background-color:#0F0;	
}


/* poll button */

#block-poll-recent #edit-vote {
	background-color:#737b82;
	color:#FFF;
	width:90px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	font:"Museo Sans";
	font-size:12px;
	border:none;
	
}


#block-poll-recent #edit-vote:hover {

background-color:#acb0b4;
	-webkit-transition: color 0.25s linear, background-color 0.25s linear;
-moz-transition: color 0.25s linear, background-color 0.25s linear;
-o-transition: color 0.25s linear, background-color 0.25s linear;
transition: color 0.25s linear, background-color 0.25s linear;
}


/**************************/
/********** Tabs **********/
/**************************/

.tabbable {
  margin-bottom: 30px;
}

.nav-tabs {
  border-bottom: 1px solid #ededed;
  margin: 0px;
  text-align: inherit;
}

.nav-tabs li {
  float: left;
  display: block;
}

.nav-tabs > li > a {
  border-radius: 0px;
  line-height: normal;
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: transparent;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #888;
  border: 1px solid #ededed;
  border-bottom-color: transparent;
}

.tab-content {
  border: 1px solid #ededed;
  margin-bottom: 30px;
  margin-top: -1px;
  padding: 12px;
}

/* Left Tabs */
.tabs-left > .nav-tabs {
  border-right: 1px solid #ededed;
  margin: 0px;
  margin-right: -1px;
}

.tabs-left > .nav-tabs > li > a {
  border-radius: 0px;
  line-height: normal;
  margin: 0px;
  margin-right: -1px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: transparent;
}

.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  color: #888;
  border: 1px solid #ededed;
  border-right-color: transparent;
}

.tabs-left > .tab-content {
  margin: 0px;
}

/* Right Tabs */
.tabs-right > .nav-tabs {
  border-left: 1px solid #ededed;
  margin: 0px;
  margin-left: -1px;
}

.tabs-right > .nav-tabs > li > a {
  border-radius: 0px;
  line-height: normal;
  margin: 0px;
  margin-left: -1px;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: transparent;
}

.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  color: #888;
  border: 1px solid #ededed;
  border-left-color: transparent;
}

.tabs-right > .tab-content {
  margin: 0px;
}

/* Below Tabs */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ededed;
  margin: 0px;
  margin-top: -1px;
}

.tabs-below > .nav-tabs > li > a {
  border-radius: 0px;
  line-height: normal;
  margin: 0px;
  margin-bottom: -1px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  color: #888;
  border: 1px solid #ededed;
  border-top-color: transparent;
}

.tabs-below > .tab-content {
  margin: 0px;
}



/*************************/
/******** Toggles ********/
/*************************/

.accordion {
  margin-bottom: 30px;
}

.accordion-group {
  border: 1px solid #ededed;
  border-radius: 0px;
  margin-bottom: 5px;
}

.accordion-inner {
  padding: 0px 15px 10px;
  border-top: 0px;
}


/*************************/
/******** friends page ********/
/*************************/


#friends-view .news-block-item {
	margin-bottom:50px;
}

.field-name-field-cert-image {
	margin-bottom:50px;	
}

.listings-city {
	margin-bottom:10px;
	
}




/*** CALENDAR***/


.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  width: auto;
  overflow: hidden;
  background:#EBEBEB;
  text-align:center;
}


/** RESPONSIVE **/

 .calendar-calendar .month-view table.full {
    position: relative;
  }
  
  
  .calendar-calendar .month-view .full tr td {
    width: 100%;
    float: left;
    text-align: left;
  }

 .calendar-calendar .month-view .full tr td.single-day:before {
    content: attr(data-day-of-month);
	padding:10px;
	font-size:20px;
	color:#c6017f;

  }

 .calendar-calendar .month-view .full thead tr,
  .calendar-calendar .month-view .full tr th.days,
  .calendar-calendar .month-view .full tr td.date-box,
  .calendar-calendar .month-view .full tr td.no-entry,
  .calendar-calendar .month-view .full tr td.empty {
    display: none;
  }


.calendar-calendar td {
  border: none;

}



.calendar-calendar td a {
	font-weight:100;	
}


/*** Border around current week***/
.calendar-calendar .month-view .full tr td.today {
	background: none repeat scroll 0% 0% transparent;
    border-left: 2px solid #c6017f;
    border-right: 2px solid #c6017f;
}

.calendar-calendar .month-view .full tr td.single-day.today {
    border-bottom: 2px solid #c6017f;
}

/*** END OF CALENDAR***/