
@font-face {
  font-family: 'FontAwesome';
  src:  url('fonts/fontawesome-webfont.eot?v=4.0.0');
  src:  url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'), 
  		url('fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'), 
  		url('fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'), 
  		url('fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'FontAwesome';
	  src:  url('fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg'),
	  		url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'), 
			url('fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'), 
			url('fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype');
	  font-weight: normal;
	  font-style: normal;
	}
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.entry-content p {margin-bottom:0;}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
#instructions  .fa-stack {
  position: relative;
  display: inline-block;
  width: 4em;
  height: 4em;
  line-height: 4em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
#instructions .fa-stack-2x {
  font-size: 4em;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}


.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}

a { color: #3a823d; }
.hide-member-details:hover, #blog-navigation a:hover, .light .hide-member-details, .mm-button:hover:before, .mm-trigger.active .mm-button:before, .mobile-menu a:after { color: #3a823d; }
 p.lead span, .entry-title span, #cancel-comment-reply-link, .member-description-style-3 .member-title,.twitter-rotator h3 a { color: #3a823d; }
 .icons-ul i, .comments-title span, .member-social a:hover, .parallax-quote-title span, .member-style-2 .member-description .member-title { color:#3a823d; }
 .aboicon, .skill-overlay, .dropcap-one, .dropcap-two, .mobile-menu a:hover { background:#3a823d; }
 blockquote, div.wpcf7-validation-errors, .app-style-5 .app-description, #navigation ul.sub-menu, .member-style-3 .member-social a:hover { border-color:#3a823d; }
 .cta-section, .btn.theme-btn, .social-link:hover .social-icon, .member-style-2 .so-link:hover { background:#3a823d !important; }
 .social-title, .service-column h3 span, .rq-icon { color:#3a823d; }
 .count, .icon-list i { color:#3a823d; }
 .client-section { background:#3a823d !important; }
 ins, mark, .alert.themecolor { background:#3a823d; }
 .footer-content i { color:#3a823d; }
 .copyright a:hover, .footer-content a:hover, .toTop:hover, .footer-dark a.toTop:hover, .app-title span { color:#3a823d; }
 blockquote span { color:#3a823d; }
 .entry-meta a:hover, #secondary a:hover, .page-template-templatestemplate-archive-php a:hover { color:#3a823d; }
 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .header-dark .site-logo .logo a:hover { color:#3a823d; }
 a.more-link:hover, .fa-ul li .fa { color:#3a823d; }
 .button, input[type="submit"], input[type="button"], .dark button, .dark input[type="submit"], .dark input[type="button"], .light .button, .light input[type="submit"], .light input[type="button"] { background:#3a823d; }
 .img-hover { background:rgb(237,56,46);background:rgba(237,56,46, 0.85); }
 .portfolio-caption { background:rgb(237,56,46);background:rgba(237,56,46, 0.85); }
 .team-member-details { background:rgba(237,56,46, 0.85 ); }
 .avatar-overlay { background:rgb(237,56,46); background:rgba(237,56,46, 0.85 ); }
 .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,  .format-link .entry-header a { background:#3a823d !important; }
 .light .portfolio-menu li a:hover, .light .portfolio-pagination a:hover, .light .nav-tabs li a:hover, .light .accordion-heading a:hover { border-color:#3a823d !important; }
.light .portfolio-menu li a:hover, .light .portfolio-pagination a:hover, .portfolio-list li strong, .light .nav-tabs li a:hover, .light .accordion-heading a:hover, .custom-icon a:hover i:first-child { color:#3a823d !important; }
.portfolio-gallery-slider .flex-direction-nav a, .gallery-slider .flex-direction-nav a, .rotate-message .flex-direction-nav a, .rotate-quote .flex-direction-nav a { background:rgb(237,56,46);background:rgba(237,56,46, 0.85); }
#navigation li a:hover { color:#3a823d; }
#navigation .selected,#navigation ul li.current_page_parent a.active, #navigation ul li.current-menu-ancestor a.active { color: #3a823d; }
#navigation ul li a:hover,#navigation ul.sub-menu li a:hover { color: #3a823d; }
#navigation ul.sub-menu li > a { color: #999999; }
/*#navigation ul li.current-menu-item:not(.current_page_parent) a, #navigation ul li.current_page_item:not(.current_page_parent) a { color: #3a823d; }*/
#navigation ul .current-menu-parent a, #navigation ul .current-menu-item a { color: #3a823d !important; }
#navigation ul li.current-menu-item:not(.current_page_parent) .sub-menu li a { color: #999999; }
.header-dark #navigation li a:hover { color:#3a823d; }
.header-dark #navigation .selected,.header-dark #navigation ul li.current_page_parent a.active, .header-dark #navigation ul li.current-menu-ancestor a.active { color: #3a823d; }
.header-dark #navigation ul li a:hover,.header-dark #navigation ul.sub-menu li a:hover { color: #3a823d; }
.header-dark #navigation ul.sub-menu li > a { color: #999999; }
.header-dark #navigation ul li.current-menu-item:not(.current_page_parent) a, .header-dark #navigation ul li.current_page_item:not(.current_page_parent) a { color: #3a823d; }
.header-dark #navigation ul li.current-menu-item:not(.current_page_parent) .sub-menu li a { color: #999999; }
section {position:relative;}
.loader-overlay { background: #fff;}
.section-content .inaa {font-size: 24px;
    line-height: 30px;
    margin:0 75px 25px;
	}
#fakemenu {display:none;}	
.screen-reader-response ul {display:none;}	
.section-content .inaa:first-child {border-bottom:solid 1px #fff;padding-bottom:30px;}	
.phonee {margin:40px;padding-left:40px;}
.conte {display: inline-block;vertical-align:middle;}
.conte a {color:#fff;position:relative;}
.conte a:before {
	background: transparent url("../images/conta.png") no-repeat scroll center bottom;
    content: "";
    display: inline-block;
    height: 60px;
    left: -70px;
    position: absolute;
    top: -30px;
    vertical-align: middle;
    width: 60px;
}
.conte a:hover {color:#fff;text-decoration:underline;}
.phonee .ico {display: inline-block; width:60px;height:60px;background: url(../images/conta.png) no-repeat center top transparent;vertical-align:middle;}
.emaile {margin:40px;padding-left:40px;}
.emaile .ico {display: inline-block; width:60px;height:60px;background: url(../images/conta.png) no-repeat center bottom transparent;vertical-align:middle;}
body { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; }
h1 { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; }
h2 { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; }
h3 { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; }
h4 { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; }
h5 { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; }
h6 { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; }
.page-title { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; }
.app-title { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; }
.tablets-title { font-family: , "Helvetica Neue", Helvetica, Arial, sans-serif; }
#contact-section .parallax-title { color: #3a823d}
#contact-section .pt-style-6 .page-title:after, #contact-section .pt-style-6 .parallax-title:after, #contact-section .pt-style-6 .section-title:after {border-bottom: 1px dotted #3a823d}
#contact-section .parallax-title { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; }
#contact-section .left-footer-area {margin:25px 0; }
#contact-section .right-footer-area {margin:25px 0; }
#contact-section { padding-top:60px; padding-bottom:120px; }
blockquote { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; }
p.lead, .taxonomy-description { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; }
#loader-logo { background-image: url(../images/logobig.png); background-position: center center; background-repeat: no-repeat; }
#intro { padding-bottom:60px; }
.parallax-header, .section-header { padding-bottom:30px; }
#intro .parallax-title { font-family: 'Open Sans'; }
#intro .section-title, h3.section-title { padding-right: 30%;font-family: 'Open Sans';font-size:50px;font-weight:800;text-align:left; text-transform:none;border-bottom:solid 1px #fff;padding-bottom: 25px; }
.section-content ul {list-style:none; margin:0 75px;}
.section-content li, .section-content p { font-size: 24px;
    line-height: 30px;
    list-style: outside none none;
    margin-bottom: 25px;
    position: relative;}
.section-content li:before {font-family: 'FontAwesome'; display: block; content: '\f105';margin-right:20px;position:absolute;left:-35px;}
#intro .section-header.pt-style-1 .section-title span { background-color: #FFFFFF; }
#parallax-block { padding-top:80px; padding-bottom:60px; }
.parallax-header, .section-header { padding-bottom:30px; }
#parallax-block .parallax-title { font-family: 'Open Sans'; }
#parallax-block .section-title { font-family: 'Open Sans'; }
#parallax-block.parallax-section {background-repeat:no-repeat !important;background-size:cover !important;background-image:url("../images/ambulance.jpg")}
#parallax-block { background-color: ; }
#parallax-block .section-header.pt-style-1 .section-title span { background-color: ; }
#our-service { padding-top:80px; padding-bottom:40px; }
.parallax-header, .section-header { padding-bottom:30px; }
#our-service .parallax-title { font-family: 'Open Sans'; }
#our-service .section-title { font-family: 'Open Sans'; }

#our-service { background-color: #FFFFFF; }
#our-service .section-header.pt-style-1 .section-title span { background-color: #FFFFFF; }
#myway { padding-top:160px; padding-bottom:120px; }
.parallax-header, .section-header { padding-bottom:30px; }
#myway .parallax-title { font-family: 'Open Sans'; }
#myway .section-title { font-family: 'Open Sans'; }
#myway.parallax-section { background-image: url(../images/help.jpg); }

#myway .section-header.pt-style-1 .section-title span { background-color: ; }
#myway .parallax-overlay { background-color: rgba(44, 62, 80, 0.3);background-image: url("../images/overlay-pattern.png");}
#instructions { padding-top:80px; padding-bottom:60px; }
.parallax-header, .section-header { padding-bottom:30px; }
#instructions .parallax-title { font-family: 'Open Sans'; }
#instructions .section-title { font-family: 'Open Sans'; }

#instructions { background-color: #F9F9F9; }
#instructions .section-header.pt-style-1 .section-title span { background-color: #F9F9F9; }
#work { padding-top:80px; padding-bottom:0px; }
.parallax-header, .section-header { padding-bottom:30px; }
#work .parallax-title { font-family: 'Open Sans'; }
#work .section-title { font-family: 'Open Sans'; }

#work { background-color: #FFFFFF; }
#work .section-header.pt-style-1 .section-title span { background-color: #FFFFFF; }
#cta { padding-top:80px; padding-bottom:60px; }
.parallax-header, .section-header { padding-bottom:30px; }
#cta .parallax-title { font-family: 'Open Sans'; }
#cta .section-title { font-family: 'Open Sans'; }

#cta { background-color: #F5F5F5; }
#cta .section-header.pt-style-1 .section-title span { background-color: #F5F5F5; }
#team { padding-top:80px; padding-bottom:60px; }
.parallax-header, .section-header { padding-bottom:30px; }
#team .parallax-title { font-family: 'Open Sans'; }
#team .section-title { font-family: 'Open Sans'; }

#team { background-color: #FFFFFF; }
#team .section-header.pt-style-1 .section-title span { background-color: #FFFFFF; }
#last-call { padding-top:80px; padding-bottom:60px; }
.parallax-header, .section-header { padding-bottom:30px; }
#last-call .parallax-title { font-family: 'Open Sans'; }
#last-call .section-title { font-family: 'Open Sans'; }
#last-call.parallax-section {background-repeat: !important;background-size:cover !important;background-image:url("../images/street.jpg")}
#last-call .section-header.pt-style-1 .section-title span { background-color: ; }
#last-call .parallax-overlay { background-color: rgb(44,62,80); }
#last-call .parallax-overlay { background-color: rgba(44,62,80 , 0.3 ); }
.messageus { padding-top:20px; padding-bottom:20px; }
.messageus h2 { color:#fff; }
.parallax-header, .section-header { padding-bottom:30px; }
.messageus .parallax-title { font-family: 'Open Sans'; }
.messageus .section-title { font-family: 'Open Sans'; }

.messageus { background-color: #3a823d; }
.messageus .section-header.pt-style-1 .section-title span { background-color: #3a823d; }
#google-maps { padding-top:80px; padding-bottom:0px; }
.parallax-header, .section-header { padding-bottom:30px; }
#google-maps .parallax-title { font-family: 'Open Sans'; }
#google-maps .section-title { font-family: 'Open Sans'; }

/* @group Main Menu */

/* Main Menu */

#navigation {position: relative;}

#navigation ul,
#navigation ul li,
#navigation ul ul {list-style: none;margin: 0;padding: 0;}

#navigation ul {position: relative;z-index: 9999;}

#navigation ul li {zoom: 1}

#navigation ul li.hover, 
#navigation ul li:hover {position: relative;z-index: 9999;cursor: default;}

#navigation ul, 
#navigation ul li, 
#navigation ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	margin: 0;
	float:left;
	zoom: 1;
}
#navigation ul li.hover, 
#navigation ul li:hover {
	position: relative;
	z-index: 9999;
	cursor: default;
}
#navigation ul ul {
	visibility: hidden;
	position: absolute;
	min-width: 160px;
	z-index: 9998;
	width: auto;
	padding: 0px;
}
#navigation ul li li a {
	display: block;
	text-decoration: none;
	position: relative;
	border-right: none;
}
#navigation ul ul li {
	float: none;
	white-space: nowrap;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
}

#navigation ul ul ul {
	top: -1px;
	left: 100%;
}

#navigation ul li:hover > ul {
	visibility: visible;
}

.sf-sub-indicator {
	padding-left:2px;
}
/* @end */


/* #Reset
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
 border: 0;
 font-family: inherit;
 font-size: 100%;
 font-style: inherit;
 font-weight: inherit;
 margin: 0;
 outline: 0;
 padding: 0;
 vertical-align: baseline;
}
html {
	font-size: 100%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	line-height:1;
}
article, aside, details, figcaption, figure, footer, header, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover, a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
/* #General
================================================== */

* {
	margin:0;
	padding:0;
}
*, *:after, *::before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html {
	height:100% !important;
	min-height:100% !important;
}
body {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	width:100%;
	background: #FFFFFF;
	font: 14px/22px 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #888888;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	letter-spacing:0.5px;
}
.wrap {
	position:relative;
}
::-moz-selection {
color: #FFFFFF;
}
::selection {
	color: #FFFFFF;
}
/* #Typography & HTML Standard Tags
================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #222222;
	line-height:125%;
	font-weight: normal;
	margin-top:0;
}
h1 {
	font-size:30px;
	margin-bottom:5px;
}
h2 {
	font-size:22px;
	margin-bottom:10px;
}
h3 {
	font-size:17px;
	margin-bottom:15px;
}
h4 {
	font-size:15px;
	margin-bottom:12px;
}
h5 {
	font-size:14px;
	margin-bottom:5px;
}
h6 {
	font-size:12px;
	margin-bottom:5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#222222;
}
p img {
	margin: 0;
}
.children, .entry-content ol ol, .entry-content ol ul, .entry-content ul ul, .entry-content ul ol, .comment-content ol ol, .comment-content ol ul, .comment-content ul ul, .comment-content ul ol {
	margin-bottom: 0;
}
.comment-content ul, .entry-content ul {
	list-style-type: disc;
}
.comment-content ol, .entry-content ol {
	list-style-type: decimal;
}
ul, ol, dl {
	margin-left: 30px;
}
table {
	border: 1px solid #EFEFEF;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px 0;
	text-align: left;
	padding: 0 5px;
	width:100%;
}
table .even {
	background: #DDDDDD;
}
tr {
	border-bottom: 1px solid #EFEFEF;
}
th {
	font-weight:bold;
}
th, td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}
caption {
	text-align: left;
}
var, kbd, samp, code, pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #F1F1F1;
}
b, strong, dfn, kbd {
	font-weight: bold;
	color:#222222;
}
dfn, cite, em, i, address, q, samp, var {
	font-style: italic;
}
address {
	color:#222222;
}
q {
	color:#222222;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote {
	color:#222222;
	position:relative;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	font-size:20px;
	line-height:125%;
	padding-left:10px;
	border-left:2px solid;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
blockquote cite {
	font-size:11px;
	font-style:normal;
}
.format-quote blockquote {
	margin-left: 0;
	margin-right: 0;
	font-size:26px;
	line-height:120%;
}
pre {
	white-space: pre;
	overflow: auto;
	padding: 20px;
	clear: both;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
var, kbd, code {
	padding: 3px;
}
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666666;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
mark, ins {
	text-decoration: none;
	padding:3px;
	color:#FFFFFF;
}
sup {
	font-size: 11px;
	vertical-align: top;
}
sub {
	font-size: 11px;
	vertical-align: bottom;
}
small {
	font-size: 11px;
}
big {
	font-size: 200%;
}
figure {
	margin: 0;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
	margin-bottom: 20px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/* Removing the dotted outline */

object, embed {
	outline: 0;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

/* #Links
================================================== */

a {
	text-decoration: none;
	outline: 0;
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s color linear;
	-moz-transition:0.2s color linear;
	transition:0.2s color linear;
	cursor:pointer;
}
a:hover {
	color: #222222;
	cursor:pointer;
}
a img {
	border: none;
	vertical-align: bottom;
}
/* #Images & Media
================================================== */

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	width: auto\9; /* ie8 */
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align:bottom;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
i.alignleft, img.alignleft {
	margin: 5px 20px 5px 0;
}
i.alignright, img.alignright {
	margin: 5px 0 5px 20px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
	list-style-position: inside;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	width: 100% !important;
	margin:0 0 20px !important;
}
/* =Media
----------------------------------------------- */

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	vertical-align:middle;
}
.wp-caption {
	position:relative;
	height:auto !important;
	overflow:hidden;
	max-width: 100%;
	padding:0;
	text-align:left;
	margin-bottom:20px;
}
.gallery-item a img, .wp-caption a img {
	-webkit-box-shadow:0 0 0 #222222;
	-moz-box-shadow:0 0 0 #222222;
	box-shadow:0 0 0 #222222;
}
.gallery-item a img:hover, .wp-caption a img:hover {
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption img, img[class*="wp-image-"] {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	max-width: 100%;
}
.wp-caption .wp-caption-text {
	margin:0;
	padding:5px;
}
.wp-caption-text {
	background: #222222;
	bottom: -50px;
	left: 0;
	margin: 0 !important;
	opacity: 0;
	padding: 1em 0;
	position: absolute;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	width: auto;
	color:#FFFFFF;
	font-size:11px;
	-webkit-border-radius:0 0 0 3px;
	-moz-border-radius:0 0 0 3px;
	border-radius:0 0 0 3px;
}
.wp-caption:hover .wp-caption-text {
	bottom:0;
	opacity:0.8;
}
.site-content .gallery {
	margin-bottom: 20px;
}
.gallery-caption {
}
.gallery img {
	border:none !important;
}
.gallery-item {
	margin-top:0 !important;
	overflow:hidden;
}
.site-content .gallery a img {
	border: none;
	height: auto;
	width: 100%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}
embed, iframe, object {
	max-width: 100%;
}
.video {
	margin-bottom:20px;
}
/* #Header Section
================================================== */

#header-section {
	line-height:80px;
}
.ha-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	width:100%;
	padding: 0;
	z-index: 1000;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background:#f8f9fa;
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.25);
}
.ha-header.header-dark {
	background:rgb(18,18,18);
	background:rgba(18,18,18,0.95);
}
.ha-header-perspective {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}
.ha-header-perspective > div {
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;/*overflow: hidden; */
}
.ha-header-front {
	z-index: 2;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.ha-header-small {
	height: 80px;
}
.ha-header-hide {
	height: 80px;
	/*-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);*/
}
.ha-header-show {
	height: 80px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
.site-logo {
	text-align:left;
	margin:10px 0;
	height:62px;
	color:#3a823d;
	line-height:80px;
	position:relative;
}
.site-logo  h1{
	color:#3a823d;
	}
.header-dark .site-logo .logo a {
	color:#FFFFFF;
}
.site-logo .logo {
	font-size:20px;
	margin:0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	display:block;
	position:absolute;
	top:50%;
	margin-top:-12px;
	left:0;
}
.site-logo img {
	max-height:60px;
	vertical-align:middle;
}
.page-header, .parallax-header, .section-header {
	text-align:center;
	padding-bottom:30px;
	position:relative;
}
.page-title, .parallax-title, .section-title {
	font-size:30px;
	margin-bottom:20px;
	text-transform:uppercase;
	position:relative;
}
.pt-style-1 .parallax-title {
	background-attachment: scroll;
	background-image: url('../images/divider.png');
	background-repeat: repeat-x;
	background-position: top center;
	padding-top:20px;
	display:inline-block;
}
.pt-style-1 .page-title, .pt-style-1 .section-title {
	background-attachment: scroll;
	background-image: url('../images/divider.png');
	background-repeat: repeat-x;
	background-position: center center;
}
.pt-style-1 .page-title span, .pt-style-1 .section-title span {
	background:#FFFFFF;
	padding:0 20px;
}
.pt-style-2 .page-title:after, .pt-style-2 .parallax-title:after, .pt-style-2 .section-title:after {
	content: "";
	display: block;
	background-color: #222222;
	width: 30px;
	height: 1px;
	margin: 15px auto 0;
}
.light .pt-style-2 .page-title:after, .light .pt-style-2 .parallax-title:after, .light .pt-style-2 .section-title:after {
	content: "";
	display: block;
	background-color: #FFFFFF;
	width: 30px;
	height: 1px;
	margin: 15px auto 0;
}
.pt-style-3 .page-title, .pt-style-3 .parallax-title, .pt-style-3 .section-title {
	margin-bottom:25px;
}
.pt-style-3 .page-title span, .pt-style-3 .parallax-title span, .pt-style-3 .section-title span {
	color:#FFFFFF;
	padding:5px 10px;
	border: 3px solid #FFFFFF;
	display:inline-block;
}
.pt-style-4 .page-title span, .pt-style-4 .parallax-title span, .pt-style-4 .section-title span {
	display:inline-block;
	border:3px solid #222222;
	padding:4px 8px;
}
.light .pt-style-4 .parallax-title span, .light .pt-style-4 .section-title span {
	display:inline-block;
	border:3px solid #FFFFFF;
	padding:4px 8px;
}

.page-title span span, .page-title .vcard {
	padding:0 !important;
}
.page-title .vcard a:hover {
	color:#222222;
}
p.lead, .taxonomy-description {
	font-size:18px;
}


.home section {
	overflow:hidden;
	position:relative;
}
.offset-anchor {
	position:absolute;
	visibility:hidden;
	top: 0; /* must be the same pixel value as for header height */
}



.app-slider {
	border:none !important;
	height:100%;
	position:relative;
}
.hero.slider {
	background:#FFFFFF;
}
.hero.slider .parallax-overlay {
	z-index:3;
	display:none;
}
.app-slider .flex-viewport {
	width:100%;
	height:100%;
}
.app-slider .slides {
	height: 100%;
	position: relative;
	width: 100%;
}
.app-slider .slides li {
	background-position: center center !important;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	background-size: cover !important;
	height: 100%;
	position: relative;
}
.app-captions {
	position:absolute !important;
	width: 70%;
	left:25%;
	z-index:10;
	background: none;
	border: none;
	top: 0;
}
a.flex-control  { 
	display: block; 
	width: 60px; 
	height: 60px; 
	margin: 0; 
	position: absolute;
	top:50%; 
	z-index: 11;
	margin-top:-30px;
	overflow: hidden; 
	opacity: 1; 
	cursor: pointer; 
	color:#ffffff; 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease; 
	text-align:center;
}
a.flex-control:before  { font-family: 'FontAwesome'; font-size: 40px; line-height:60px; display: inline-block; content: '\f104'; }
a.flex-control.next:before  { content: '\f105'; }

a.flex-control.prev { left:0; -webkit-border-radius:0 3px 3px 0; -moz-border-radius:0 3px 3px 0; border-radius:0 3px 3px 0; }
a.flex-control.next { right:0; -webkit-border-radius:3px 0 0 3px; -moz-border-radius:3px 0 0 3px; border-radius:3px 0 0 3px; }

a.flex-control.prev:hover { background:rgba(255, 255, 255, 0.15); color:#FFFFFF; }
a.flex-control.next:hover { background:rgba(255, 255, 255, 0.15); color:#FFFFFF; }

/* font style for hero slider */
.hero.slider .app-title.extralight {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.hero.slider .app-title.light {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.hero.slider .app-title.regular {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.hero.slider .app-title.medium {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.hero.slider .app-title.semibold {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.hero.slider .app-title.bold {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; 
}



.hero {
	height:100%;
	min-height:100%;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.hero .grid-container {
	height:100%;
	min-height:100%;
	position:relative;
}
.hero .app-holder {
	display:table;
	position:relative;
	position:relative;
	width:100%;
	height:100%;
}
.app-inner {
	position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.main-header-small, .main-header-big {
	clear: both;
    display: block;
    float: left;
    margin: 0 auto;
    width: 40%;
}
.app-title {
	margin-bottom:0;
	text-transform:uppercase;
	color:#FFFFFF;
	display:inline-block;
	font-size:4.2em;
	line-height:1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.app-title span {
	font-weight:normal;
}
.app-description {
	color:#FFFFFF;
	letter-spacing:0.5px;
	font-size:12px;
	margin:0 auto;
	text-transform:uppercase;
	display:inline-block;
}
.app-style-1 .app-title {
	background-attachment: scroll;
	background-image: url('../images/divider.png');
	background-repeat: repeat-x;
	background-position: top center;
	padding-top:14px;
}
.app-style-1 .app-description {
	padding-bottom:5px;
}
.app-style-3 .app-description {
	border-bottom:3px solid rgb(255, 255, 255);
	border-bottom:3px solid rgba(255, 255, 255, 0.15);
	padding-bottom:4px;
	margin-bottom:0;
}
.app-style-4 .app-title {
	background:#FFFFFF;
	padding:8px 12px;
	color:#222222;
	border:3px solid #222222;
	 -webkit-box-shadow::0 0 0 3px #FFFFFF;
 	-moz-box-shadow::0 0 0 3px #FFFFFF;
	box-shadow:0 0 0 3px #FFFFFF;
}
.app-style-5 .app-title {
	font-size:120px;
}
.app-style-5 .app-description {
	font-size:17px;
	border-bottom:3px solid;
	padding-bottom:10px;
}
.app-style-6 .app-title {
	padding:30px;
	border:1px solid rgb(255, 255, 255);
	border:1px solid rgba(255, 255, 255, 0.15);
}
.app-style-4 .app-description,
.app-style-6 .app-description,
.app-style-7 .app-description,
.app-style-8 .app-description {
	margin-bottom:10px;
}
.app-style-7 .app-title {
	padding:8px 12px;
	border:3px solid rgb(255, 255, 255);
}
.app-style-8 .app-title {
	padding:10px 0;
	font-weight:800;
	color:#3a823d;
	font-size:60px !important;
	
}
.app-style-9 .app-title {
	border-right:3px solid rgb(255, 255, 255);
	border-left:3px solid rgb(255, 255, 255);
	padding:0 20px;
	margin-top:0;
}
.app-style-10 .app-title {
	border-right:3px dashed rgb(255, 255, 255);
	border-left:3px dashed rgb(255, 255, 255);
	padding:0 20px;
	margin-top:0;
}
.app-btn-holder {
	display:block;
	margin-top:5px;
}
.app-btn-holder1 {
	display: block;
    margin-top: 5px;
    width:200px;
	text-align:middle;
}
.app-btn-holder2 {
	display: inline-block;
    margin: 40px 110px 80px;
    width: auto;
}
.app-btn {
	background:transparent;
	color:#8D9092;
	padding:8px 25px;
	font-size:11px;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	display:inline-block;
	-webkit-transition:0.2s background linear;
	-moz-transition:0.2s background linear;
	transition:0.2s background linear;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background:rgba(255, 255, 255, 0.15);
	
}
.app-btn-app-line-button {
	background: none repeat scroll 0 0 transparent !important;
    border: 3px solid #dfc90b !important;
    color: #fff !important;
	width: auto;display: inline-block;cursor: pointer;font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 4px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.2s linear 0s;
}
.app-btn-app-line-button:hover {
	background:rgba(255, 255, 255, 0.4) !important;
}
.main-content-background .app-btn{
	background:transparent;
	color:#fff;
	border: 3px solid #dfc90b;
}
#app-captions .app-btn:hover {
	color:#74A038;
	background:rgba(255, 255, 255, 0.4);
}
.app-btn:hover {
	color:#222;
	background:rgba(255, 255, 255, 0.1);
}
.app-style-5 .app-btn {
	border:1px solid rgb(255, 255, 255);
	border:1px solid rgba(255, 255, 255, 0.15);
}
.app-style-4 .app-btn-holder, .app-style-6 .app-btn-holder, .app-style-7 .app-btn-holder, .app-style-8 .app-btn-holder {
	margin-top:20px;
}
.app-style-4 .app-btn, .app-style-7 .app-btn, .app-style-9 .app-btn, .app-style-8 .app-btn {
	border: 3px solid #64941f;
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
}
.app-style-10 .app-btn {
	border:1px dashed rgb(255, 255, 255);
}
.app-btn .fa-3x, .app-btn-app-line-button .fa-3x {
    font-size: 1em;
	margin-right:15px;
}
/* UT Slider Tablet */
.tablet-holder {
	height: 100%;
	width: 100%;
	display: table;
}
.tablet-inner {
    display:table-cell;
    position: relative;
    vertical-align: bottom;
    width: 100%;
	text-align:left;
	color:#FFFFFF;
}
.tablet-title {
	color:#FFFFFF;
	margin-bottom:30px;
}
.right-tablet-button {
	margin-right:0;
}
ul.tablet-nav {
	margin:0 0 40px 0;
	padding:0;
}
ul.tablet-nav a {
	color:#FFFFFF;
}
ul.tablet-nav li {
	position:relative;
	padding:0 0 0 15px;
	margin:0;
}
ul.tablet-nav li:before {
    content: "\f096";
    font-family: "FontAwesome";
    font-size: 12px;
	top: 0;
    left: 0;
    position: absolute;
}
ul.tablet-nav li.selected:before {
    content: "\f046";
    font-family: "FontAwesome";
    font-size: 12px;
	top: 0;
    left: 0;
    position: absolute;
}
.tablet-headline {

}
ul.tablet {
	margin:0;
	padding:0;
	background: #444444;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 1px 1px 1px #000000 inset,  
				0 0 0 0 #666666, 0 0 0 0 rgba(0, 0, 0, 0.2);
	border-top:25px solid #141414;	
	border-right:25px solid #141414;		
	border-left:25px solid #141414;
	overflow:hidden;
}
ul.tablet li {
	display:none;
	position:relative;
	padding:2px 2px 0;
	margin:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
ul.tablet li img {
	width:100%;
	margin:0;
	padding:0;
}
ul.tablet li.show {
	display:block;
}
.tablet-single-title {
	color:#FFFFFF;
}
.tablet-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.9);
	opacity:0;
	-webkit-transition:0.2s linear;
	-moz-transition:0.2s linear;
	transition:0.2s linear;
	padding:120px 50px 50px;
	text-align:center;
	color:#FFFFFF !important;
	overflow:hidden;
}
.tablet .show:hover .tablet-overlay {
	opacity:1;
}
.tablet-overlay-content {
	height:100%;
}

.tablet-overlay .btn {
	font-weight:bold;
}
#instructions .one-half  {vertical-align:middle;}

/* #Navigation
================================================== */

#navigation {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	float:right;
}
#navigation ul {
	position: relative;
	float:right;
}
#navigation ul li {
	position:relative;
	display:block;
	float:left;
	position:relative;
}
#navigation ul li a {
	white-space:nowrap;
	margin: 0 10px;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size:11px;
	position:relative;
	text-decoration: none;
	display:inline-block;
	padding: 0;
}
.header-dark #navigation ul li a {
	color: #777777;
}
#navigation ul li a:after {
	content:'';
	position:absolute;
	bottom:25px;
	width:100%;
	left:0;
}
#navigation ul li:hover a:after {border-bottom:solid 3px #3a823d;}
#navigation ul li:first-child:hover a:after {border-bottom:solid 3px #000;}
#navigation ul li:last-child:hover a:after {border-bottom:solid 3px #000;}

/* Nav Sublevel  */

#navigation ul.sub-menu {
	margin-left:25px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
#navigation ul.sub-menu ul, #navigation ul.sub-menu li {
	margin-left:0;
}
#navigation ul.sub-menu li a:after {
	display: none;
}
#navigation ul.sub-menu li > a {
	height: 32px;
	line-height: 32px;
	min-width: 165px;
	position: static;
	background:rgb(18,18,18);
	background: none repeat scroll 0 0 rgba(18, 18, 18, 0.4);
    color: #FFFFFF;
	margin:0;
	padding:0 15px;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
	font-size:10px !important;
}
#navigation ul.sub-menu {
	border-top:2px solid;
}
#navigation ul.sub-menu li a:hover {
	background:#fff;
	color:#ff0000;
}
#navigation ul li ul li ul li {
	display:block;
}
#navigation ul li ul li ul li {
	display:block;
}

/* Responsive Menu */

.mm-trigger {
	cursor:pointer;
	text-align:right;
	position:relative;
	line-height:80px;
	height:80px;
}
.mm-button {
	border:none;
	height:50px;
	cursor:pointer;
	margin:15px 0;
	padding:0;
	background:transparent;
}
.mm-button:before {
	content: "\f0ca";
	font-family:'FontAwesome';
	font-size:35px;
	text-align:center;
	background:transparent;
	color:#CCCCCC;
	-webkit-transition:.2s color linear;
	-moz-transition:.2s color linear;
	transition:.2s color linear;
}
.mm-button:hover,
.mm-button:focus,
.mm-button.active {
	background:transparent;
}
#mobile-nav {
	margin:0;
}
.mobile-menu {
	line-height: 125%;
	margin: 0;
}
#mobile-menu {
	margin:30px 0;
	padding:0;
	border-top:1px solid #EFEFEF;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
}
.mobile-menu .sub-menu {
	margin:0;
}
.header-dark .mobile-menu a,
.mobile-menu a {
	color:#555555;
	padding:10px 0;
	border-bottom:1px solid #EFEFEF;
	display:block;
	padding-left:30px;
	position:relative;
	-webkit-transition:none;
	-moz-transition:none;
	transition:none;
}
.header-light #mobile-nav {
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.95);
}
.header-dark #mobile-nav {
	background:rgb(18,18,18);
	background:rgba(18,18,18,0.95);
}
.header-dark #mobile-menu,
.header-dark .mobile-menu a {
	border-color:#222222;
}
.mobile-menu a:after {
	content:'•';
	position:absolute;
	top:10px;
	left:15px;
}
.mobile-menu a:hover:after,
.mobile-menu a:hover {
	color:#FFFFFF;
}
.mobile-menu li {
	padding:0;
	margin:0;
}


/* #Team Section
================================================== */

.member-wrap {
}
.member-box {
	margin-bottom:0;
	position:relative;
	overflow:hidden;
}
.hide-member-details {
	color:#222222;
	font-size:24px;
	float:right;
}
.light .hide-member-details:hover {
	color:#FFFFFF;
}
.light .overlay {
	background:#111111;
}
.overlay {
	background:#FFFFFF;
}
.mp-holder {
	margin: 0 auto 20px auto;
	position:relative;
	z-index:1;
}
.mp-holder .member-photo {
	margin: 0;
	position: relative;
}
.mp-holder .member-photo img {
	max-width: 100%;
	display: block;
	position: relative;
	-webkit-box-shadow:0 0 0 #000000;
	-moz-box-shadow:0 0 0 #000000;
	box-shadow:0 0 0 #000000;
}
.mp-holder .member-description {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #222222;
	background:rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
}
.mp-holder .member-description h3 {
	margin:0;
	padding:0;
	color: #FFFFFF;
	text-transform:uppercase;
}
.mp-holder .member-description .member-details i {
	padding-left:5px;
}
.mp-holder .member-description .member-details {
	display: inline-block;
	font-size:11px;
	text-transform:uppercase;
}
.mp-holder .member-description a:hover {
	color:#FFFFFF;
}
.mp-holder .member-description span {
	font-size:11px;
	text-transform:uppercase;
}
.mp-holder .member-photo {
	overflow: hidden;
}
.mp-holder .member-photo img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .mp-holder .member-photo:hover img, .mp-holder .member-photo.cs-hover img {
	-webkit-transform: translateY(-0px);
	-moz-transform: translateY(-0px);
	-ms-transform: translateY(-0px);
	transform: translateY(-0px);
}
.mp-holder .member-description {
	height: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .mp-holder .member-photo:hover .member-description, .mp-holder .member-photo.cs-hover .member-description {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mp-holder .member-description .member-details {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 998;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.modal-box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 100%;
	z-index: 999;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity:0;
}
.overlay-show {
	visibility: visible;
	opacity: 1;
}
.box-show {
	visibility: visible;
}
.modal-box-effect .member-detail-box {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.box-show.modal-box-effect .member-detail-box {
	opacity: 1;
}
.member-detail-box {
}
.member-name {
	margin-bottom:0;
	color:#222222;
	text-transform:uppercase;
	font-size:17px;
}
.member-title {
	display:block;
	font-size:11px;
	letter-spacing:0.5px;
	line-height:120%;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:20px;
}
.team-bio .member-box {
	text-align:center;
}
.team-bio .member-box h3 {
	margin-top:0;
}
.team-bio .member-photo {
	float:none;
	width:100%;
	height:auto;
	border:none;
	margin-right:0;
}
.mfh {
	position:relative;
}
.member-photo-large {
	margin-bottom:20px;
}
.team-bio .member-photo img {
	border:4px solid #F1F4F5;
}
.bio-desc h3 {
	color:#222222;
}
.member-social {
	margin:0;
	position:absolute;
	bottom:20px;
	left:30px;
}
.member-social a {
	text-align:center;
	display:inline-block;
	line-height:40px;
	color:#FFFFFF;
	margin-right:10px;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
.member-social a:hover {
	color:#FFFFFF;
}

/* Style 2 */ 

.no-touch .member-style-2 .mp-holder .member-photo:hover img, 
.member-style-2 .mp-holder .member-photo.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.member-style-2 .so-link {
	color:#FFFFFF;
	background:#222222;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	width:30px;
	line-height:30px;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
	margin-right:10px;
}
.member-style-2 .so-link:hover {
	color:#FFFFFF !important;	
}
.member-style-2 .so-link:last-child {
	margin-right:0;
}
.member-style-2 .member-description .member-title .member-name {
	color:#ffffff;
}
.member-style-2 .mp-holder .member-description {
	background:#121212;
	color:#898989;
}

/* Style 3 */

.member-style-3 .mp-holder {
	border-bottom:1px solid #EFEFEF;
}
.light .member-style-3 .mp-holder {
	border-bottom:1px solid #FFFFFF;
}
.member-description-style-3 {
	padding:20px;
	text-align:center;
}
.member-style-3 .member-social {
	position:relative;
	top:0;
	left:0;	
}
.member-style-3 .member-social a {
	color:#DDDDDD;
	border:1px solid #DDDDDD;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:40px;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
.light .member-style-3 .member-social a {
	color:#FFFFFF;
	border:1px solid #FFFFFF;
}
.member-style-3 .member-social a:last-child {
	margin-right:0;
}

/* #Parallax
================================================== */

.parallax-section {
	position:relative;
	overflow:hidden;
}
.parallax-content {
	color:#FFFFFF;
	position:relative;
}
.normal-background, .parallax-background {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat:repeat-y;
	
}
.normal-background {
	background-position:center center;
}
.parallax-background.fixed {
	background-attachment: fixed !important;
    display: block;
    height: 200px !important;
    padding: 300px 0;
    position: relative !important;
	
}
.parallax-background.fixedm {
	
    display: block;
    height: 200px !important;
    padding: 300px 0;
    position: relative !important;
	background-attachment: scroll !important;

}
.parallax-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:repeat;
}
/* #Blog
================================================== */
.page-header {border-bottom: 1px solid #EFEFEF;}
.site-header {
	margin-bottom:70px;
}
#primary {
	padding-top:80px;
	padding-bottom:80px;
}
#single-content {
	padding-top:120px;
	
}
#primary > .post:last-child {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}

.search .hentry, .post {
	margin-bottom:50px;
	padding-bottom:30px;
	border-bottom:5px solid #EFEFEF;
	padding-top:30px;
}
.single-post .post {
	margin:0;
	padding:0;
	border:none;
}
.posting {
    border-bottom: 5px solid #EFEFEF;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-top: 30px;
}
.qa-title {
   border-top: 5px solid #EFEFEF;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
	font-size:26px !important;
    
}
.q-a-holder {position:relative;}
.entry-title {
	margin:0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:36px;
	text-align:center;
	background: url("../images/light-heading-sp.png") repeat-x scroll left bottom transparent;
    padding-bottom: 20px;
    
}
h1.entry-title {
	font-size:36px;
}
.entry-header {
	margin-bottom:20px;
}
.post-thumbnail {
	margin-bottom:20px;
}
.entry-thumbnail {
	margin:0;
	position:relative;
}
.entry-thumbnail img {
	display: block;
    margin: 0 auto;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.page-links {
	margin:0 0 20px 0;
	font-size:11px;
	letter-spacing:0.5px;
	text-transform:uppercase;
}
.page-links ul {
	list-style:none;
	margin:0;
	padding:0;
}
.page-links ul li {
	display:inline;
	margin-right:10px;
}
.page-links ul li a {
	font-weight:bold;
}
/* #Blog Posts & Post Formats
================================================== */

.sticky {
	display:none;
}
.sticky .entry-meta .sticky {
	display:block;
}
.entry-meta {
	font-size:11px;
	text-align:center;
	margin-bottom:20px;
	color:#222222;
}
.entry-header .entry-meta {
	text-align:center;
	margin-top:5px;
	margin-bottom:0;
}
.reply-link i, .edit-link i, .tags-links i, .entry-meta i {
	padding-right:5px;
	color:#222222;
}
.entry-meta .author-links, .entry-meta .cat-links, .entry-meta .comments-link, .entry-meta .edit-link {
	color:#222222;
	display:block;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.entry-header .entry-meta .date-format, .entry-header .entry-meta .author-links, .entry-header .entry-meta .cat-links, .entry-header .entry-meta .comments-link {
	display:inline-block;
	margin-right:10px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.tags-links a, .entry-meta a {
	color:#888888;
}
.permalink {
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.tags-links {
	margin-bottom:20px;
	font-size:11px;
	color:#222222;
	display:block;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.date-format {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #EFEFEF;
	font-family:'Helvetica', Arial, Sans-serif !important;
}
.entry-header .date-format {
	margin:0;
	padding:0;
	border:none;
	font-family:inherit;
}
.date-format .day {
	font-size:60px;
	display:block;
	line-height:50px;
	font-weight:bold;
	color:#222222;
}
.date-format .month {
	color:#222222;
	display:block;
	text-transform:uppercase;
	font-size:14px;
}
a.more-link {
	color:#222222;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
a.more-link .more-link {
	text-align:right;
	display:block;
	width:auto;
}
.author-link i, a.more-link i {
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	transition:0.3s all ease;
	padding-left:5px;
}
.author-link:hover i, a.more-link:hover i {
	padding-left:10px;
}
/* About the Author */

.author-info {
	margin-top:30px;
	padding-top:50px;
	margin-bottom:20px;
	border-top:1px solid #EFEFEF;
}
.author-avatar {
	float:left;
	margin-right:20px;
}
.author-avatar img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.author-bio {
	color:#222222;
}
.the-author {
	display:block;
	font-weight:bold;
}
/* Format chat */

.format-chat p {
	margin:0;
	padding:3px;
}
.format-chat p:nth-child(2n+1) {
	background:#F0F0F0;
}
.format-chat .entry-content {
	margin-bottom:20px;
}
/* Format gallery */ 

.gallery-wrap {
	overflow:hidden;
}
.gallery-slider {
	margin: 0;
	padding: 0;
}
.gallery-slider {
	height:320px;
	background:url("../images/loaders/ajax-loader.gif");
	background-repeat:no-repeat;
	background-position:center center;
}
.gallery-slider.loaded {
	background:none;
}
.gallery-slider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.gallery-slider .slides > li img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.gallery-slider .slides {
	zoom: 1;
}
.gallery-slider {
	margin: 0 0 20px;
	background: #FFFFFF;
	position: relative;
	zoom: 1;
}
.gallery-slider .flex-direction-nav {
 	*height: 0;
	list-style:none;
}
.gallery-slider .flex-direction-nav a  { 
	display: block; 
	width: 30px; 
	height: 30px; 
	margin: 0; 
	position: absolute;
	bottom:10px; 
	z-index: 10; 
	overflow: hidden; 
	opacity: 1; 
	cursor: pointer; 
	color:#ffffff; 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease; 
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px; 
}
.gallery-slider .flex-direction-nav a:before  { font-family: 'FontAwesome'; font-size: 20px; line-height:30px; display: inline-block; content: '\f104'; }
.gallery-slider .flex-direction-nav a.flex-next:before  { content: '\f105'; }

.gallery-slider .flex-direction-nav .flex-prev { right:45px !important; }
.gallery-slider .flex-direction-nav .flex-next { right:10px; }

.gallery-slider .flex-direction-nav .flex-prev:hover { background:#121212; }
.gallery-slider .flex-direction-nav .flex-next:hover { background:#121212; }

/* Format Audio */

.mejs-container, .mejs-embed, .mejs-embed body {
	background:#222222 !important;
	margin-bottom:20px;
}
.mejs-container .mejs-controls {
	background:none !important;
}
.mejs-controls .mejs-button button:focus {
	outline:none !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background:none !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
	background:#222222 !important;
	color:#FFFFFF !important;
	border-color:#222222 !important;
}
/* Format Quote */
.format-quote blockquote {
	text-transform:uppercase;
	font-size:22px;
}
/* Format Link */ 

.format-link .entry-header a {
	padding:20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:block;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	transition:0.3s all ease;
}
.format-link .entry-header a .entry-title {
	color:#FFFFFF;
}
.format-link .entry-header a:hover {
	background:#222222 !important;
	color:#FFFFFF;
}
.format-link .entry-header .entry-title i {
	padding-right:5px;
}
/* #Blog Navigation
================================================== */

#blog-navigation {
	margin:0;
	padding:10px 0;
	color:#222222;
	background:#F1F1F1;
}
#blog-navigation a {
	color:#222222;
	font-size:60px;
	line-height:60px;
}
#blog-navigation .nav-previous {
	float:left;
}
#blog-navigation .nav-next {
	float:right;
}
/* #Comments
================================================== */

#comments {
	padding-top:50px;
	margin-top:30px;
	border-top:1px solid #EFEFEF;
}
.author-title, #reply-title, .comments-title {
	text-transform:uppercase;
	font-size:17px;
	margin-bottom:20px;
}
#reply-title {
	margin-bottom:10px;
}
.comment-body {
	background:#F1F1F1;
	overflow:hidden;
	padding:20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
}
.arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid #F1F1F1;
	position:absolute;
	left:90px;
	top:40px;
}
.comment-list {
	margin-left:0;
	padding-bottom:30px;
	margin-bottom:50px;
	border-bottom:1px solid #EFEFEF;
}
.comment-list li.comment {
	position:relative;
}
.comment-list li article {
	margin-bottom:20px;
}
#comment-nav-above, #comment-nav-below {
	margin-bottom:50px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	padding-bottom:50px;
	border-bottom:1px solid #EFEFEF;
}
.comment-avatar {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.comment-avatar .avatar {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.bypostauthor {
	color:inherit;
}
.fn {
	font-size:inherit;
	color:#222222;
	font-style:inherit;
	font-weight:bold;
}
.fn a {
	color:#222222;
}
.comment-footer {
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
}
.comment-footer .edit-link {
	margin-left:10px;
}
.comment-footer a {
	color:#222222;
}
.comment-metadata {
	font-size:11px;
	color:#888888;
	letter-spacing:0.5px;
	text-transform:uppercase;
}
.comment-metadata a {
	color:#888888;
}
.comment-header, .comment-metadata, .comment-footer {
}
.comment-header {
	margin-bottom:20px;
}
#commentform p.comment-form-author, #commentform p.comment-form-email {
	float: left;
	margin-right: 2%;
	width: 32%;
}
#commentform p.comment-form-url {
	float: left;
	width: 32%;
}
#commentform input#author, #commentform input#email, #commentform input#url {
	width:100%;
	display:block;
	margin-bottom:0;
}
#commentform textarea {
	width:100%;
	display:block;
	min-height:200px;
}
#commentform #submit {
	margin:0;
}
#searchform label, .comment-awaiting-moderation, #commentform label {
	color:#222222;
}
#searchform label, .comment-awaiting-moderation, #cancel-comment-reply-link, #commentform label {
	font-size:11px;
	letter-spacing:0.5px;
	text-transform:uppercase;
}
#cancel-comment-reply-link:hover {
	color:#222222;
}
.comment-edit-link:hover, .comment-reply-link:hover {
	color:#888888;
}
.pingback {
	margin-bottom:20px;
}

/* #Sidebar & Widgets
================================================== */

#secondary {
	padding-top:160px;
	font-size:12px;
	color:#888888;
	margin-bottom:80px;
}
#secondary ul.sidebar {
	padding-left:25px;
}
.blog #secondary {
	padding-top:80px;
}
.page-template-templatestemplate-archive-php a, #secondary a {
	color:#222222;
}
ul.sidebar, .widget-container ul {
	margin:0;
	padding:0;
	list-style:none;
}
.widget-title {
	font-size:13px;
	color:#222222;
	text-transform:uppercase;
	margin-bottom:20px;
}
.widget-container {
	margin-bottom:30px;
}
.widget-container select, .widget-container ul {
	margin-bottom:20px;
}
.widget-container ul.sub-menu, .widget-container ul.children {
	margin:0;
}
.widget_tag_cloud {
	margin-bottom:45px;
}
.archive-tags a, .widget_tag_cloud a {
	display:inline-block;
	font-size:10px !important;
	border:1px solid #888888;
	color:#888888 !important;
	padding:3px 6px;
	margin:0 2px 5px 0;
	text-transform:uppercase;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.archive-tags a:hover, .widget_tag_cloud a:hover {
	border-color:#222222;
	color:#222222 !important;
}
.widget_categories ul, .widget_pages ul, .widget_nav_menu ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_meta ul, .widget_archive ul {
	margin-bottom:15px;
}
.widget_categories li, .widget_pages li, .widget_nav_menu li, .widget_recent_entries li, .widget_recent_comments li, .widget_meta li, .widget_archive li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #EFEFEF;
	padding-left:10px;
	position:relative;
}
.widget_recent_comments li {
	padding-left:0;
}
.widget_categories li:before, .widget_pages li:before, .widget_nav_menu li:before, .widget_recent_entries li:before, .widget_meta li:before, .widget_archive li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	font-weight: normal;
	font-style: normal;
	position:absolute;
	top:0;
	left:0;
	color:#222222;
}
.widget_pages li.page_item_has_children, .widget_nav_menu li.menu-item-has-children {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
.widget_pages li.page_item_has_children .children, .widget_nav_menu li.menu-item-has-children .sub-menu {
	margin:0;
}
.widget_pages li.page_item_has_children .children li:first-child, .widget_nav_menu li.menu-item-has-children .sub-menu li:first-child {
	padding-top:5px;
	margin-top:5px;
	border-top:1px solid #EFEFEF;
}
.widget_pages li.page_item_has_children .children li:first-child:before, .widget_nav_menu li.menu-item-has-children .sub-menu li:first-child:before {
	top:5px;
}
.flickr-item {
	width:75px;
	height:75px;
	background:url("../images/loaders/ajax-loader.gif");
	background-repeat:no-repeat;
	background-position:center center;
}
.flickr-item.loaded {
	background:none;
}
.ut_widget_flickr .flickr_items {
	margin-bottom:15px;
}
.ut_widget_flickr li {
	float:left;
	margin:0 5px 5px 0;
}
.ut_widget_flickr li img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	opacity:1;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
.ut_widget_flickr li img:hover {
	opacity:0.5;
}
.widget_rss .rsswidget img {
	vertical-align:middle;
}
.widget_rss li {
	margin-bottom:10px;
}
.widget_rss .rss-date {
	display:block;
}
.tweet-left {
	display:none;
}
.tweet_list li {
	padding-left:20px;
	position:relative;
}
.tweet_list li:before {
	font-family: 'FontAwesome';
	content: "\f099";
	font-weight: normal;
	font-style: normal;
	position:absolute;
	top:0;
	left:0;
	color:#222222;
}

/* #Default Pages
================================================== */

.page-header .entry-meta {
	text-align:center;
}

/* #Archive Template
================================================== */

.archive-tags {
	margin-bottom:45px;
}
.daily-archive-list, .monthly-archive-list, .monthly-archive-list, .yearly-archive-list, .contributors-archive-list, .categories-archive-list, .latest-posts-list {
	list-style:none;
	margin:0 0 20px 0;
}
.daily-archive-list li, .monthly-archive-list li, .monthly-archive-list li, .yearly-archive-list li, .contributors-archive-list li, .categories-archive-list li, .latest-posts-list li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #EFEFEF;
	padding-left:10px;
	position:relative;
	list-style:none;
}
.daily-archive-list li:before, .monthly-archive-list li:before, .monthly-archive-list li:before, .yearly-archive-list li:before, .contributors-archive-list li:before, .categories-archive-list li:before, .latest-posts-list li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	font-weight: normal;
	font-style: normal;
	position:absolute;
	top:0;
	left:0;
}
.archive-template-title {
	text-transform:uppercase;
	font-size:17px;
}

/* #Contact Section
================================================== */

.wpcf7-not-valid-tip, .post-password-form label, .wpcf7-form {
	font-size:11px !important;
	text-transform:uppercase;
}
#contact-section .background-map {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:0;
}
#contact-section ul {
	text-transform:uppercase;
	font-size:11px;
}
.contact-section {
	position:relative;
}
.contact-section .wpcf7-form p, .contact-section .wpcf7-form .wpcf7-response-output {
	margin:30px 0 !important;
}
.contact-section .wpcf7-form .wpcf7-response-output {
	text-align:center;
	font-size:30px;
	color:#3a823d;
}

.wpcf7-submit {display:none !important}
.light#contact-section a:hover {
	color:#FFFFFF;
}
.contact-section .wpcf7-form .ajax-loader {
	display:none;
}
.dark .wpcf7-form {
	color:#222222;
}
.wpcf7-not-valid-tip {
	background:#222222 !important;
	color:#FFF !important;
	border:none !important;
	padding-left:10px !important;
}
.fa-ul li .fa {
	line-height:inherit;
}
.fa-ul, .fa-ul li {
	list-style:none !important;
}

/* #Footer
================================================== */

.footer {
	padding: 30px 0;
	text-align:left;
	background:#3a823d;
	position:relative;
	}
.footer .grid-container {margin:0 75px;}

.footer img {
	height: 45px;
    width: auto;
	float:right;
	}
.footer h1 {
	color:#fff;
	margin-bottom:20px;
	}
.footer .fa-stack-2x  {
    font-size: 4em;
}
.footer .fa-stack-1x {
    font-size: 2em;
}
.footer .fa-stack {
    display: inline-block;
    height: 4em;
    line-height: 4em;
    position: relative;
    vertical-align: middle;
    width: 4em;
	font-size:2em;
}
.footer.footer-dark {
	background:#f8f9fa;
}
.footer.footer-dark h1,
.footer.footer-dark h2,
.footer.footer-dark h3,
.footer.footer-dark h4,
.footer.footer-dark h5,
.footer.footer-dark h6,
.footer.footer-dark strong, 
.footer.footer-dark b {
	color:#000;
}
a.toTop {
	display: block;
	font-size: 14px;
	line-height: 18px;
	position: fixed;	
	right: 50px;
	bottom: 50px;
	margin: auto;
	color:#fff;
	text-align:center;
}
a.toTop i {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 28px;
	line-height: 38px;
	margin: auto;
	color:#fff;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	border:solid 1px #fff;
	text-align:center;
}

.toTop:hover {
	-webkit-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
}
.toTop i {
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
.footer h3 {
	text-transform:none;
	margin:0;
	position:relative;
}
.copyright {
	padding:0;
	margin:0;
	letter-spacing:0.5px;
	font-size:10px;
	color:#999999;
}
.footer-content a,
.copyright a {
	color:#222222;
	text-transform:uppercase;
}
.footer-dark .footer-content a,
.footer-dark .copyright a {
	color:#777777;
	text-transform:uppercase;
}

/* #Buttons
================================================== */

.light button, .light input[type="submit"], .light input[type="button"] {
	border: none;
	display: inline-block;
	text-align:center;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	color: #FFFFFF;
	padding:8px 12px;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:0.5px;
	text-align:center;
	-webkit-transition:0.2s background linear;
	-moz-transition:0.2s background linear;
	transition:0.2s background linear;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-appearance: none;
	width:auto;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.light button:hover, .light input[type="submit"]:hover, .light input[type="button"]:hover, .light button:focus, .light input[type="submit"]:focus, .light input[type="button"]:focus {
	color: #FFFFFF;
	background: #111111;
	border:none;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}

/* #Forms
================================================== */

form {
	margin:0;
}
.light input, .light textarea {
	border: 1px solid transparent;
	padding: 10px;
	outline: none;
	color: #FFFFFF;
	margin: 0;
	width:100%;
	max-width:100%;
	display: block;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	margin-bottom: 20px;
	-webkit-transition:0.2s background linear;
	-moz-transition:0.2s background linear;
	transition:0.2s background linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.50);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
	-webkit-appearance: none;
}
.contact-section textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	resize: vertical;
}
.light input:focus, .light textarea:focus {
	border: 1px solid transparent;
	color: #FFFFFF;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.85);
}
.success-message, .alert-message, .error-message {
	display:none;
	font-size:12px;
	letter-spacing:0.5px;
}
.widget_search .search-submit, .widget_search #searchform span {
	display:none;
}
select {
	width:100%;
	max-width:100%;
	color: #222222;
	padding:10px;
	border:none;
	outline:none;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius:0;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-transition:.2s border linear;
	-moz-transition:.2s border linear;
	transition:.2s border linear;
}
/* Global */
.copyright p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
}
.dark .wpcf7-form input, .dark .wpcf7-form textarea,
input, textarea {
	background: #fff;
	border: 1px solid #DDDDDD;
	color: #000;
	letter-spacing:0.5px;
	padding: 10px;
	outline: none;
	margin: 0;
	width:100%;
	max-width:100%;
	display: block;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	margin-bottom: 20px;
	-webkit-transition:0.2s border linear;
	-moz-transition:0.2s border linear;
	transition:0.2s border linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
	-webkit-appearance: none;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}
#secondary input, #secondary textarea, #secondary select {
	font-size:12px;
}
.small {display:block;clear:both;color:#fff;text-transform:none;}
input:focus, textarea:focus, select:focus, .dark .wpcf7-form input:focus, .dark .wpcf7-form textarea:focus, .dark .wpcf7-form select:focus {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	border-color: #cfcfcf;
	background: #FFFFFF;
	color: #222222;
}


/* #Misc
================================================== */

.add-padding {
	padding-right:20px !important;
	padding-left:20px !important;
}
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.half-height {
	height:50% !important;
}
.section-content {
	position:relative;
}
.dark blockquote {
	color:#fff;
}
.dark cite, .dark, .dark p.lead {
	color:#fff;
}
.dark p.lead {
	font-size:18px;
	line-height:125%;
}
.dark b, .dark strong {
	color:#fff;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color:#fff;
}
.light cite, .light blockquote, .light, .light p.lead {
	color:#FFFFFF;
}
.light p.lead {
	font-size:18px;
	line-height:125%;
}
.light b, .light strong {
	color:#FFFFFF;
}
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
	color:#FFFFFF;
}
.rounded {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.circle {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
span.word-rotator {
	color:inherit !important;
}
div.pp_default .pp_content .ppt {
	font-size:13px;
	color:#222222 !important;
}
.error404 .search-submit, .search-no-results .search-submit {
	margin-bottom:0;
}
#qLpercentage {
	font-size:12px !important;
	text-transform:uppercase;
	font-family: 'Open Sans';
}
.playerBox {
	max-width:inherit !important;
}
#wrapper_mbYTP_bgndVideo,
.mbYTP_wrapper  {
	z-index:-1 !important;
}
.video-control {
  bottom: 20px;
  position: absolute;
  text-indent:-9999px;
  width:25px;
  height:25px;
  left: 50%;
  margin-left:-12px;
  display:block;
}
.mute {
	background-attachment: scroll;
	background-image: url(../images/unmute.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.unmute {
	background-attachment: scroll;
	background-image: url(../images/mute.png);
	background-repeat: no-repeat;
	background-position: center center;	
	
}
#loader-logo {
	width:400px;
	height:300px;
	display:block;
	position: absolute;
	fontSize: 3em;
	top: 50%;
	left: 50%;
	margin-left: -200px !important;
	overflow:hidden;
}
.loader-overlay {
	position:fixed;
	height:100%;
	width:100%;
	z-index:2001;
	top:0;
	left:0;
	}
/* section animation */
.js .home .section-title,
.js .home .parallax-title, 
.js .home .lead,
.js .home .section-content {
	opacity:0;
}
/* message div for theme activation */
.install-note {
	margin-top:40px;
	margin-bottom:40px;
}
/* fit text fix for slider */
.js .slides .app-holder {
	opacity:0;
}
.js .slides .app-holder.show {
	opacity:1;
}
/* team member popup */
.modal-box {
	margin-left:-25%; /* center box */
}
/* hidden avatar fix for chrome */
.rotate-avatar {
	min-height:200px;
}
/* mobile menu scroll */
#mobile-nav {
	overflow:hidden;
	position:relative;
	left:-10px;
	top: -2px;
}
.scroll-pane {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}
/* background color for video backgrounds */
.main-content-background {
	padding:80px 0 0;
	position:relative;
}
.home:not(.blog) .main-content-background.light {
	background: #58595b;
}

/* #Media Queries
================================================== */
/* Tablet Landscape */
@media screen and  (max-width: 1024px) {
.app-style-8 .app-title {  font-size: 50px !important;}
.app-captions {left: 30%;}
#intro .section-title, h3.section-title {font-size: 40px;}
}


/* Phone & Small Tablets */
@media screen and (max-width: 768px) {
.app-style-8 .app-title {  font-size: 50px !important;}
.app-captions {left: 20%;}
#intro .section-title, h3.section-title {font-size: 40px;padding-right: 15%;}
.section-content ul {margin: 0 35px;}
.section-content .inaa {margin: 0 35px 25px;}
}
@media screen and (max-width: 600px) {
#app-captions {top:120px !important;}
.app-style-8 .app-title {  font-size: 36px !important;}
.app-captions {left: 5%;}
a.toTop { bottom: 5px;right: 5px;}
}
@media screen and (max-width: 480px) {
#intro .section-title, h3.section-title {font-size: 26px;padding-right: 15%;}
.section-content li {font-size: 18px;line-height: 20px;margin-bottom: 20px;}
.section-content .inaa {font-size: 18px;line-height: 20px;margin: 0 0 25px;}
.app-btn-holder2 {
    display: block;
    margin: 40px auto;
    width: auto;
}
.section-content ul {margin: 0 0 0 15px;}
.footer .grid-container {margin: 0 25px;}
.section-content li:before {left: -15px;}
.main-content-background .app-btn {
    display: block;
    margin: 0 auto;
    width: 90%;
}
#contact-section {
    padding-bottom: 60px;
    padding-top: 0;
}
.phonee, .emaile {
    margin: 40px 0;
    padding-left: 0;
}
.phonee .ico , .emaile .ico{display: block;}
.contact-section .wpcf7-form .wpcf7-response-output {display:none;}
}

/* #Grid
================================================== */

@media screen and (max-width: 400px) {
 @-ms-viewport {
 width: 320px;
}
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.grid-container:before, .clearfix:before, .grid-container:after, .clearfix:after {
	content: ".";
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.grid-container:after, .clearfix:after {
	clear: both;
}

.grid-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
}
.grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;

}

.grid-parent {
	padding-left: 0;
	padding-right: 0;
}


@media screen and (max-width: 1120px) {
#navigation ul li a {
	white-space:nowrap;
	margin: 0 5px;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size:10px;
	position:relative;
	text-decoration: none;
	display:inline-block;
	padding: 0;
}
}