@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.svg#icomoon') format('svg'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icomoons */
[data-icomoon]:before {
	font-family: 'icomoon';
	content: attr(data-icomoon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icomoon */
[class^="icomoon-"]:before, [class*=" icomoon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.icomoon-arrow-left:before {
	content: "\e007";
}
.icomoon-arrow-right:before {
	content: "\e006";
}
.icomoon-cross:before {
	content: "\e005";
}
.icomoon-facebook:before {
	content: "\e001";
}
.icomoon-twitter:before {
	content: "\e000";
}
.icomoon-google-plus:before {
	content: "\e002";
}
.icomoon-vimeo:before {
	content: "\e003";
}
.icomoon-yahoo:before {
	content: "\e004";
}
.icomoon-feed:before {
	content: "\e008";
}
.icomoon-dribbble:before {
	content: "\e009";
}
.icomoon-flickr:before {
	content: "\e00a";
}
.icomoon-tag-fill:before {
	content: "\e00b";
}
.icomoon-map-pin-alt:before {
	content: "\e00c";
}
.icomoon-plus:before {
	content: "\e00d";
}
.icomoon-info:before {
	content: "\e04b";
}
.icomoon-expand:before {
	content: "\e03c";
}
.icomoon-search:before {
	content: "\e00e";
}
.icomoon-comments:before {
	content: "\e010";
}
.icomoon-anchor:before {
	content: "\e058";
}
.icomoon-email:before {
	content: "\e011";
}
.icomoon-magnifying-glass:before {
	content: "\e012";
}
.icomoon-electricity:before {
	content: "\e03e";
}
.icomoon-stats:before {
	content: "\e023";
}
.icomoon-cog:before {
	content: "\e01f";
}
.icomoon-zoom-in:before {
	content: "\e026";
}
.icomoon-movie:before {
	content: "\e00f";
}
.icomoon-user:before {
	content: "\e028";
}
.icomoon-calendar:before {
	content: "\e013";
}
.icomoon-folder:before {
	content: "\e014";
}
.icomoon-pencil:before {
	content: "\e015";
}
/* Custom CSS */
div.layer1 div.layer2 div.encap li { color: #049cdb; }
.layer1 {
        width: 1500px;
}
.layer2 {
        margin: 0;
        padding: 0;
        float: left;
        width: 115px;
}
 
.encap_heading {
        width: 85px;
        margin: 1px;
        color: #fff;
        padding: 3px 10px;
        cursor: pointer;
        position: relative;
        background-color:#2DC800;
}

.encap {
        width:85px;
        padding: 5px 10px;
        background-color:#fff;
}

.encap p { padding: 5px 0; }
.box.bg { background-color:#fff; }
.technology-text {
        padding:10px;
        margin:10px;
        font-size:14px;
        color:red;
}

.has-border {
        border: 1;
        border-style:solid;
        border-color:#ff0000 #0000ff;
}


/*
Theme created for use with Sequence.js (http://www.sequencejs.com/)

Theme:   Sliding Horizontal Parallax (Responsive)
Version:   0.2.2 Beta
Theme Author:   Ian Lunn @IanLunn
Author URL:   http://www.ianlunn.co.uk/
Theme URL:   http://www.sequencejs.com/themes/sliding-horizontal-parallax/

This is a FREE theme and is dual licensed under the following: 
http://www.opensource.org/licenses/mit-license.php | http://www.gnu.org/licenses/gpl.html

Sequence.js and its dependencies are (c) Ian Lunn Design 2012 unless otherwise stated.
Aside from these comments, you may modify and distribute this file as you please. Have fun!
 */


.sequence_slider #header-container{
	width: 100%;
}

.sequence_slider #header {
	height: 450px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	max-width: 1280px;
	width: 100%;
}

.sequence_slider #main, .sequence_slider #aside{
	font-size: 1.6em;
}


.sequence_slider .next, .sequence_slider .prev {
	color: white;
	cursor: pointer;
	display: none;
	font-weight: bold;
	/*padding: 10px 15px;*/
	position: absolute;
	top: 50%;
	z-index: 1000;
	height: 75px;
	margin-top: -47.5px;
}

.sequence_slider .next:before, .sequence_slider .prev:before {
	position: absolute;
	font-family: 'icomoon';
	font-size: 25px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	/*background: #000;*/
	display: block;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #fff;
}

.sequence_slider .next:before {
	content: '\e006';
	right: 0;
}

.sequence_slider .prev:before {
	content: '\e007';
	left: 0;
}

.sequence_slider .pause {
	bottom: 0;
	cursor: pointer;
	position: absolute;
	z-index: 1000;
}

.sequence_slider .paused {
	opacity: 0.3;
}

.sequence_slider .prev {
	left: 0;
}

.sequence_slider .next {
	right: 0;
}

.sequence_slider .prev img, .sequence_slider .next img{
	height: 100%;
	width: auto;
}

#sequence-preloader{
	background: #fff;
}

#nav {
	bottom: 1%;
	display: none;
	right: 6%;
	position: absolute;

	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

#nav li {
	display: inline-block;
	height: 140px;
}

#nav li img {
	cursor: pointer;
	opacity: 0.5;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}

#nav li img.active {
	opacity: 1;
}

@media only screen and (min-width : 1224px) {
	/*only display the hover effect on desktops/laptops*/
	#nav li img:hover {
		opacity: 1;
	
		-webkit-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-o-transition-duration: 1s;
		-ms-transition-duration: 1s;
		transition-duration: 1s;
	}

}

#sequence li{
	height: 100%;
	position: absolute;
	top: -50%;
	width: 100%;
}

#sequence li * {
	position: absolute;
}

#sequence li img{
	height: 96%;
}

#sequence {
	display: block;
	height: 100%;
	margin: 0;
	position: absolute;
	max-width: 1280px;
	width: 100%;
	backface-visibility: hidden;
}


.sequence_slider .next,.sequence_slider .prev {
	position: absolute;
	opacity: 0.6;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}

.sequence_slider .next:hover,.sequence_slider .prev:hover {
	opacity: 1;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}

.sequence_slider .title {
	font-size: 2em;
	left: 65%;
	width: 35%;
	opacity: 0;
	bottom: 4%;
	z-index: 50;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 10px;
	margin-top:0;
	line-height: 1em;
	margin-bottom: 10px;
	z-index: 3;
}

.sequence_slider .title.animate-in {
	left: 50%;
	opacity: 1;

	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.sequence_slider .title.animate-out {
	left: 35%;
	opacity: 0;

	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.sequence_slider .subtitle {
	font-size: 1.2em;
	left: 35%;
	width: 35%;
	opacity: 0;
	top: 97%;
	line-height: 1.4em;
	z-index: 3;
}

.sequence_slider .subtitle.animate-in {
	left: 50%;
	opacity: 1;

	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.sequence_slider .subtitle.animate-out {
	left: 65%;
	opacity: 0;

	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.sequence_slider .model {
	left: 15%;
	bottom: -48%;
	opacity: 0;
	position: relative;
	height: auto !important;
	max-height: 568px !important;
	width: 40%;
	/*min-width: 225px;*/ /*prevents the model from shrinking when the browser is resized*/
	max-width: 550px;
}

.sequence_slider .model.animate-in {
	left: 5%;
	opacity: 1;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}

.sequence_slider .model.animate-out {
	left: 15%;
	opacity: 0;

	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

@media only screen and (min-width : 992px) {
	.sequence_slider .title{
		width: 42%;
	}
}

@media only screen and (max-width : 838px) {
	.sequence_slider #header{
		height: 550px;
	}
	
	.sequence_slider .model{
		max-height: 530px !important;
		width: auto;
	}
}

@media only screen and (max-width : 825px) {
	.sequence_slider #header{
		height: 500px;
	}
	
	.sequence_slider .title{
		font-size: 1.5em;
		z-index: 3;
		background: #000;
		background: hsla(0, 0%, 0%, 0.7);
		padding: 15px;
		border-bottom: none;
	}
	
	.sequence_slider .subtitle{
		font-size: 1em;
		z-index: 3;
		background: #000;
		background: hsla(0, 0%, 0%, 0.7);
		padding: 15px;
	}
	
	.sequence_slider .next,.sequence_slider .prev {
		height: 60px;
		margin-top: -40px;
	}
	
	.sequence_slider .model{
		max-height: 480px !important;
		width: auto;
	}
}


@media only screen
and (max-width : 568px) {
	.sequence_slider .model{
		left: 50%;
		min-width: 40%; /*prevents the model from shrinking when the browser is resized*/
			width: 40%;	
	}
	
	.sequence_slider .model.animate-in {
		left: 50%;
		margin-left: -20%;
	}
	
	.sequence_slider .model.animate-out {
		left: 50%;
		margin-left: -20%;
	}
	
	.sequence_slider .title{
		background: #a1a1a1;
		background: rgba(0,0,0,0.3);
		bottom: 0;
		left: 100%;
		padding: 4%;
		bottom: -50%;
		width: 100%;
		z-index: 10;
	}
	
	.sequence_slider .title.animate-in{
		left: 0%;
	}
	
	.sequence_slider .title.animate-out{
		left: -100%;	
	}
	
	.sequence_slider .subtitle{
		visibility: hidden;
	}
	
	#nav{
		bottom: 40px;
	}
	
	#nav li img{
		height: 100px;
	}
}



@media only screen
and (max-width : 518px) {
	.sequence_slider #header{
		height: 450px;
	}
}

@media only screen
and (max-width : 468px) {
	.sequence_slider #header{
		height: 415px;
	}
	
	#nav{
		opacity: 0;
		visibility: hidden;
	}
}

@media only screen
and (max-width : 418px) {
	.sequence_slider #header{
		height: 375px;
	}
}

@media only screen
and (max-width : 368px) {
	.sequence_slider #header{
		height: 325px;
	}
	.sequence_slider .title{
		font-size: 2.2em;
	}
}

@media 	only screen
		and (max-width : 320px)
		and (orientation : portrait) { /*iphone portrait*/
	.sequence_slider #header{
		height: 320px;
	}
	
	.sequence_slider .model{
		min-width: 45%;
		width: 45%;
	}
	
	.sequence_slider .model.animate-in{
		margin-left: -22.5%;
	}
	
	.sequence_slider .model.animate-out{
		margin-left: -22.5%;
	}
}

/************************************************
Typoraphy
************************************************/
body {
  color: #333333;
  font-size: 12px;
  background: #000;
  color: #f2f2f2;
  font-family: "wf_SegoeUI", "Segoe UI", "Segoe", "Segoe WP", "Tahoma", "Verdana", "Arial", "sans-serif";
}
a {
  color: #049cdb;
}
a:hover {
  color: #0378a9;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.6em;
  font-family: Arial, Helvetica, sans-serif;
  //text-transform: uppercase;
}
h1 {
  font-size: 45.6px;
}
h2 {
  font-size: 36px;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1em;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
h2 small {
  font-size: 11px;
  color: white;
  text-shadow: none;
}
h3 {
  font-size: 28.8px;
}
h4 {
  font-size: 21.6px;
}
h5 {
  font-size: 15.6px;
}
small {
  font-size: 9.6px;
}
.page_title {
  color: white;
  padding: 30px 0 50px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.page_title h1 {
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 68.4px;
}
.page_title h1 small {
  font-size: 12px;
  color: white;
  text-shadow: none;
}

/************************************************
Main elements 
************************************************/
::selection {
  background: #0378a9;
}
::-moz-selection {
  background: #0378a9;
}
::-webkit-selection {
  background: #0378a9;
}
img.left {
  float: left;
  margin-right: 20px;
}
img.right {
  float: right;
  margin-left: 20px;
}
p.left {
  text-align: left;
}
p.right {
  text-align: right;
}

.box {
  background: #f5f5f5 url(img/dig_bg.png) repeat;
  box-shadow: inset 0 0 1px #fff;
  color: #444;
  padding: 20px;
}
.box p {
  text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}
.block {
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 0 1px #fff;
  border-bottom: 2px solid #049cdb;
  overflow: hidden;
}
section.main {
  padding-top: 60px;
}
.sidebar_right {
  padding-left: 30px;
}
.sidebar_left {
  padding-right: 30px;
}

/************************************************
iMac holder for video and slider on home page
************************************************/
.mac_holder {
  position: relative;
}
.mac_holder .fluid-width-video-wrapper,
.mac_holder .inner {
  position: absolute;
  margin: 5%;
  max-width: 89.5%;
  height: 4.2%;
  top: 0;
  left: 0;
  z-index: 5;
}

/************************************************
services styles on home page
************************************************/
.service {
  position: relative;
}
.service [class^="icomoon-"] {
  font-size: 25px;
  color: #fff;
  display: block;
  text-align: center;
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  top: 14px;
  left: 14px;
  border: 2px solid #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.service .counter {
  display: block;
  font-family: arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #808080;
  float: left;
  margin-right: 15px;
  line-height: 1em;
}
.service .inner {
  display: table;
}
.service .inner h5 {
  margin: 0;
}

/************************************************
pager and pagination nav
************************************************/
.pager {
  text-align: left;
  margin-top: 0;
}
.pager li {
  margin-right: 10px;
}
.pager li a {
  border-radius: 0;
}
.pagination {
  float: right;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.pagination a {
  border-radius: 0 !important;
}

/************************************************
blog sidebar feed
************************************************/
.feed .hover_image {
  float: left;
  margin-right: 10px;
}
.feed .content {
  display: table;
}
.feed article {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
.feed article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.feed article:last-child:before {
  display: none;
}
.feed article:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #dedede;
}
.feed h5 {
  margin: 0;
  font-size: 12px;
}
.feed .date {
  font-family: arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #808080;
}

/************************************************
footer styles
************************************************/
footer.main {
  overflow: hidden;
  padding-bottom: 20px;
}
footer.main small {
  //text-transform: uppercase;
  float: right;
}
footer.main nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.main nav ul li {
  float: left;
  margin-right: 10px;
}
footer.main nav ul li a {
  //text-transform: uppercase;
  font-size: 10px;
}


/************************************************
Main navigation
************************************************/
.navbar-inner {
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
  padding: 0;
  border-bottom: 1px solid #fff;
}
.navbar {
  margin: 0;
  padding: 30px 0;
}
.navbar .nav {
  bottom: -1px;
}
.navbar .brand {
  text-shadow: none;
  color: #fff;
  //text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 0;
  background: url(img/logo.png) no-repeat;
  text-indent: -99999px;
  width: 61px;
}
.navbar li {
  overflow: hidden;
}
.navbar li > ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  list-style: none;
  margin: 0;
  width: 180px;
  visibility: hidden;
  background: #fcfcfc;
  display: block;
  z-index: 999;
}
.navbar li > ul a {
  padding: 7px 15px 7px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  color: #444 !important;
  text-decoration: none;
  border-top: 1px solid #f2f2f2;
  //text-transform: uppercase;
  font-size: 11px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar li > ul a:hover {
  background: #048ac2;
  color: white !important;
}
.navbar li:hover > ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #262626 !important;
  background-color: #fff !important;
  box-shadow: none;
}
.navbar .nav > li > a {
  text-shadow: none;
  color: #fff;
  //text-transform: uppercase;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 15px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .nav > li > a:hover {
  color: #fff;
  background: #04a3e5;
}
.nav-tabs.nav-stacked > li > a {
  border: none !important;
  border-radius: 0 !important;
  color: white;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-tabs.nav-stacked > li > a:hover {
  color: #0378a9;
}
.nav-tabs.nav-stacked > li.active > a {
  background: #0378a9;
  background: #049cdb;
  color: #fff;
  position: relative;
}
.nav-tabs.nav-stacked > li.active > a:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  background: #049cdb;
  right: -12px;
  top: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}


/************************************************
blog styles
************************************************/
.post {
  margin-bottom: 30px;
}
.post h3 {
  margin-left: 197px;
  margin-bottom: 0;
}
.post h3 a {
  color: white !important;
}
.post h3 a:hover {
  text-decoration: none;
}
.post .meta {
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.post .meta li {
  position: relative;
  margin-bottom: 15px;
  padding-right: 32px;
}
.post .meta li:before {
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  text-align: center;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.post .meta .date {
  font-family: arial, Helvetica, sans-serif;
  //text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
.post .meta .date:before {
  content: '\e013';
  top: -2px;
}
.post .meta .date span {
  font-weight: normal;
}
.post .meta .autor:before {
  content: '\e028';
  top: 2px;
}
.post .meta .autor img {
  margin-right: 5px;
}
.post .meta .category {
  margin-bottom: 21px;
}
.post .meta .category:before {
  content: '\e015';
  top: -1px;
}
.post .meta .comments:before {
  content: '\e010';
  top: -1px;
}
.post_page .box {
  padding: 35px;
}
.post_page h3 {
  margin-left: 0;
}
.post_page .meta {
  overflow: hidden;
  float: none;
}
.post_page .meta li {
  float: left;
  margin-right: 20px;
  padding-right: 0;
  padding-left: 32px;
}
.post_page .meta li:before {
  right: auto;
  left: 0;
}
.post_page .meta .autor {
  top: -3px;
}
.post_page .meta .date {
  top: 1px;
}


/************************************************
comments
************************************************/
.comments  ul {
  list-style: none;
  margin: 0;
}
.comments img.avatar {
  float: left;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.comments .autor {
  display: table;
  font-size: 11px;
  margin-bottom: 3px;
  font-weight: normal;
  position: relative;
  padding-right: 22px;
  bottom: 0;
}
.comments .autor:before {
  font-family: 'icomoon';
  position: absolute;
  content: '\e028';
  right: 0;
  bottom: 2px;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 11px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.comments .comment_inner {
  background: #f5f5f5;
  color: #444;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 0 1px #fff;
  border-bottom: 1px solid #049cdb;
  overflow: hidden;
  padding: 20px;
  display: table;
  position: relative;
}
.comments .comment_inner p {
  margin: 5px 0;
  text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}
.comments li {
  margin: 0px;
  display: block;
  padding: 20px 0;
}
.comments li:last-child {
  padding-bottom: 0;
}
.comments > ul > li:first-child {
  padding-top: 0;
}
.comments li li {
  margin-left: 61px;
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,0.2);
  position: relative;
}
.comments li li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  border-top: 1px solid rgba(255,255,255,0.2);
  left: 0;
  top: 70px;
}
.comments .reply {
  font-size: 10px;
  font-weight: bold;
}
.leave_comment {
  margin: 30px 0 0 50px;
}

/************************************************
buttons
************************************************/
.btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #e6e6e6;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  box-shadow: none;
}
.btn:hover {
  background: #cccccc;
  border: 1px solid #bfbfbf;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-inverse {
  background: #333333;
  border: 1px solid #1a1a1a;
  color: #ffffff;
  text-shadow: none;
}
.btn-inverse:hover {
  background: #1a1a1a;
  border: 1px solid #000;
}
.btn-primary {
  background: #048ac2;
  color: #fff;
  text-shadow: none;
  border: 1px solid #0378a9;
  box-shadow: none;
}
.btn-primary:hover {
  background: #036690;
  border: 1px solid #025577;
}
.btn-primary:active {
  background: #025577;
  border: 1px solid #02435e;
}
.btn-primary.active,
.btn-primary.disabled,
.btn-group.open .btn-primary.dropdown-toggle {
  background: #025577;
  border: 1px solid #02435e;
}
.dropdown-menu li > a,
.dropdown-menu li > a,
.dropdown-submenu > a {
  -webkit-transition: all 0.08s;
  -moz-transition: all 0.08s;
  -ms-transition: all 0.08s;
  -o-transition: all 0.08s;
  transition: all 0.08s;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background: #048ac2;
}

/************************************************
forms
************************************************/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  box-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #036690;
  outline: 0;
  /* IE6-9 */
  outline: thin dotted \9;
  box-shadow: inset 0 0 0 1px rgba(4,138,194,0.8);
}

/************************************************
hover image effect
************************************************/
.hover_image {
  position: relative;
  display: block;
  overflow: hidden;
}
.hover_image .icon_hover {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  z-index: 5;
  font-size: 16px;
  margin-top: -25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.hover_image .icon_hover:before {
  font-size: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}
.hover_image .icon_visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  margin-top: 0;
}
.hover_image .desc {
  position: absolute;
  background: rgba(0,0,0,0.5);
  padding: 5% 6%;
  box-shadow: 0 0 1px rgba(255,255,255,0.2) inset;
  display: table;
  bottom: 0;
  color: white;
  z-index: 4;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 102%;
  left: -1%;
}
.hover_image .desc h5 {
  margin: 0;
  font-size: 12px;
}
.hover_image .desc p {
  margin: 0;
  line-height: 1.5em;
  font-size: 11px;
}
.hover_image img {
  display: block;
}
.hover_image .mask {
  top: 0;
  position: absolute;
  display: block;
  background: #049cdb;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  z-index: 3;
  box-shadow: inset 0 0 55px rgba(0,0,0,0.25);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 102%;
  left: -1%;
}
.hover_image:hover .icon_hover {
  margin-top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.hover_image:hover .mask {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.hover_image:hover .hover_text {
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/************************************************
background image
************************************************/
#bg_main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  /* height: 100%; */
  width: 100%;
  height: auto;
}
.bgwidth {
  width: 100%;
}
.bgheight {
  height: 100%;
}

/************************************************
tooltip
************************************************/
.tooltip {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tooltip-inner {
  background: rgba(255,255,255,0.6);
  color: #111111;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(255,255,255,0.6);
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(255,255,255,0.6);
}
.tooltip.left .tooltip-arrow {
  border-left-color: rgba(255,255,255,0.6);
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(255,255,255,0.6);
}

/************************************************
carousel slider
************************************************/
.carousel {
  margin-bottom: 0;
}
.carousel img {
  width: 100%;
}
.carousel_big .carousel-control {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  font-size: 33px;
}
.carousel_big .carousel-caption {
  text-align: center;
}
.carousel-control {
  font-family: 'icomoon';
  border: none;
  background: none;
  display: block;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff !important;
  border-radius: 50%;
  border: 3px solid #fff;
  font-size: 22px;
}
.carousel-control.left:before {
  content: '\e007';
}
.carousel-control.right:before {
  content: '\e006';
}
.carousel-caption {
  background: rgba(0,0,0,0.55);
}

/************************************************
twitter plugin
************************************************/
.twitter ul.tweet_list {
  list-style: none;
  margin-left: 0;
}
.twitter ul.tweet_list li {
  position: relative;
  padding: 0.8em;
  padding-left: 30px;
}
.twitter ul.tweet_list li:before {
  content: '\e000';
  position: absolute;
  color: #0378a9;
  text-shadow: 0 1px 1px #ffffff;
  left: 0;
  top: 16px;
  font-size: 18px;
  font-family: "icomoon";
}
.tweet_list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}
.tweet_list li {
  overflow: hidden;
  list-style-type: none;
}

/************************************************
google map
************************************************/
.gmap3 {
  width: 100%;
  height: 400px;
}
.gmap3 img {
  max-width: none;
}

/************************************************
Responsive styles
************************************************/
@media (max-width: 979px) {
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    border-radius: 0;
  }
  .navbar li > ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    margin-left: 20px;
    box-shadow: none;
    width: 100%;
    background: none;
  }
  .nav-collapse .nav > li {
    margin-bottom: 10px;
  }
  .navbar li > ul a {
    border-top: none;
    color: white !important;
    font-size: 10px;
  }
  .nav-collapse .nav {
    padding-top: 20px;
  }
  .pull-right li {
    display: inline-block;
  }
  .navbar .btn-navbar {
    background: none;
  }
  .navbar .btn-navbar:hover {
    background: none;
    border: 1px solid #000;
  }
  .navbar .brand {
    margin-bottom: 10px;
  }
}

/************************************************
*************************************************
Color Schemes styles
*************************************************
************************************************/



/************************************************
Red color scheme
************************************************/
body.color_red a {
  color: #fe3636;
}
body.color_red a:hover {
  color: #fe0303;
}
body.color_red ::selection {
  background: #fe0303;
}
body.color_red ::-moz-selection {
  background: #fe0303;
}
body.color_red ::-webkit-selection {
  background: #fe0303;
}
body.color_red .block {
  border-bottom: 2px solid #fe3636;
}
body.color_red .navbar li > ul a:hover {
  background: #fe1d1d;
}
body.color_red .navbar .nav > li > a:hover {
  background: #fe4040;
}
body.color_red .nav-tabs.nav-stacked > li > a:hover {
  color: #fe0303;
}
body.color_red .nav-tabs.nav-stacked > li.active a {
  background: #fe0303;
  background: #fe3636;
}
body.color_red .nav-tabs.nav-stacked > li.active a:before {
  background: #fe3636;
}
body.color_red .comments .comment_inner {
  border-bottom: 1px solid #fe3636;
}
body.color_red .btn-primary {
  background: #fe1d1d;
  border: 1px solid #fe0303;
  color: #fff;
}
body.color_red .btn-primary:hover {
  background: #e60101;
  border: 1px solid #cd0101;
  color: #fff;
}
body.color_red .btn-primary:active {
  background: #cd0101;
  border: 1px solid #b40101;
}
body.color_red .btn-primary.active,
body.color_red .btn-primary.disabled,
body.color_red .btn-group.open .btn-primary.dropdown-toggle {
  background: #cd0101;
  border: 1px solid #b40101;
}
body.color_red .dropdown-menu li > a:hover,
body.color_red .dropdown-menu li > a:focus,
body.color_red .dropdown-submenu:hover > a {
  background: #fe1d1d;
}
body.color_red textarea:focus,
body.color_red input[type="text"]:focus,
body.color_red input[type="password"]:focus,
body.color_red input[type="datetime"]:focus,
body.color_red input[type="datetime-local"]:focus,
body.color_red input[type="date"]:focus,
body.color_red input[type="month"]:focus,
body.color_red input[type="time"]:focus,
body.color_red input[type="week"]:focus,
body.color_red input[type="number"]:focus,
body.color_red input[type="email"]:focus,
body.color_red input[type="url"]:focus,
body.color_red input[type="search"]:focus,
body.color_red input[type="tel"]:focus,
body.color_red input[type="color"]:focus,
body.color_red .uneditable-input:focus {
  border-color: #e60101;
  box-shadow: inset 0 0 0 1px rgba(254,29,29,0.8);
}
body.color_red .hover_image .mask {
  background: #fe3636;
}
body.color_red .twitter ul.tweet_list li:before {
  color: #fe0303;
}

/************************************************
Green color scheme
************************************************/
body.color_green a {
  color: #0acd1c;
}
body.color_green a:hover {
  color: #089c15;
}
body.color_green ::selection {
  background: #089c15;
}
body.color_green ::-moz-selection {
  background: #089c15;
}
body.color_green ::-webkit-selection {
  background: #089c15;
}
body.color_green .block {
  border-bottom: 2px solid #0acd1c;
}
body.color_green .navbar li > ul a:hover {
  background: #09b519;
}
body.color_green .navbar .nav > li > a:hover {
  background: #0ad71d;
}
body.color_green .nav-tabs.nav-stacked > li > a:hover {
  color: #089c15;
}
body.color_green .nav-tabs.nav-stacked > li.active a {
  background: #089c15;
  background: #0acd1c;
}
body.color_green .nav-tabs.nav-stacked > li.active a:before {
  background: #0acd1c;
}
body.color_green .comments .comment_inner {
  border-bottom: 1px solid #0acd1c;
}
body.color_green .btn-primary {
  background: #09b519;
  border: 1px solid #089c15;
  color: #fff;
}
body.color_green .btn-primary:hover {
  background: #068412;
  border: 1px solid #056c0f;
  color: #fff;
}
body.color_green .btn-primary:active {
  background: #056c0f;
  border: 1px solid #04530b;
}
body.color_green .btn-primary.active,
body.color_green .btn-primary.disabled,
body.color_green .btn-group.open .btn-primary.dropdown-toggle {
  background: #056c0f;
  border: 1px solid #04530b;
}
body.color_green .dropdown-menu li > a:hover,
body.color_green .dropdown-menu li > a:focus,
body.color_green .dropdown-submenu:hover > a {
  background: #09b519;
}
body.color_green textarea:focus,
body.color_green input[type="text"]:focus,
body.color_green input[type="password"]:focus,
body.color_green input[type="datetime"]:focus,
body.color_green input[type="datetime-local"]:focus,
body.color_green input[type="date"]:focus,
body.color_green input[type="month"]:focus,
body.color_green input[type="time"]:focus,
body.color_green input[type="week"]:focus,
body.color_green input[type="number"]:focus,
body.color_green input[type="email"]:focus,
body.color_green input[type="url"]:focus,
body.color_green input[type="search"]:focus,
body.color_green input[type="tel"]:focus,
body.color_green input[type="color"]:focus,
body.color_green .uneditable-input:focus {
  border-color: #068412;
  box-shadow: inset 0 0 0 1px rgba(9,181,25,0.8);
}
body.color_green .hover_image .mask {
  background: #0acd1c;
}
body.color_green .twitter ul.tweet_list li:before {
  color: #089c15;
}


/************************************************
Brown color scheme
************************************************/
body.color_brown a {
  color: #cd9d0a;
}
body.color_brown a:hover {
  color: #9c7808;
}
body.color_brown ::selection {
  background: #9c7808;
}
body.color_brown ::-moz-selection {
  background: #9c7808;
}
body.color_brown ::-webkit-selection {
  background: #9c7808;
}
body.color_brown .block {
  border-bottom: 2px solid #cd9d0a;
}
body.color_brown .navbar li > ul a:hover {
  background: #b58a09;
}
body.color_brown .navbar .nav > li > a:hover {
  background: #d7a40a;
}
body.color_brown .nav-tabs.nav-stacked > li > a:hover {
  color: #9c7808;
}
body.color_brown .nav-tabs.nav-stacked > li.active a {
  background: #9c7808;
  background: #cd9d0a;
}
body.color_brown .nav-tabs.nav-stacked > li.active a:before {
  background: #cd9d0a;
}
body.color_brown .comments .comment_inner {
  border-bottom: 1px solid #cd9d0a;
}
body.color_brown .btn-primary {
  background: #b58a09;
  border: 1px solid #9c7808;
  color: #fff;
}
body.color_brown .btn-primary:hover {
  background: #846506;
  border: 1px solid #6c5305;
  color: #fff;
}
body.color_brown .btn-primary:active {
  background: #6c5305;
  border: 1px solid #534004;
}
body.color_brown .btn-primary.active,
body.color_brown .btn-primary.disabled,
body.color_brown .btn-group.open .btn-primary.dropdown-toggle {
  background: #6c5305;
  border: 1px solid #534004;
}
body.color_brown .dropdown-menu li > a:hover,
body.color_brown .dropdown-menu li > a:focus,
body.color_brown .dropdown-submenu:hover > a {
  background: #b58a09;
}
body.color_brown textarea:focus,
body.color_brown input[type="text"]:focus,
body.color_brown input[type="password"]:focus,
body.color_brown input[type="datetime"]:focus,
body.color_brown input[type="datetime-local"]:focus,
body.color_brown input[type="date"]:focus,
body.color_brown input[type="month"]:focus,
body.color_brown input[type="time"]:focus,
body.color_brown input[type="week"]:focus,
body.color_brown input[type="number"]:focus,
body.color_brown input[type="email"]:focus,
body.color_brown input[type="url"]:focus,
body.color_brown input[type="search"]:focus,
body.color_brown input[type="tel"]:focus,
body.color_brown input[type="color"]:focus,
body.color_brown .uneditable-input:focus {
  border-color: #846506;
  box-shadow: inset 0 0 0 1px rgba(181,138,9,0.8);
}
body.color_brown .hover_image .mask {
  background: #cd9d0a;
}
body.color_brown .twitter ul.tweet_list li:before {
  color: #9c7808;
}

/************************************************
Indigo color scheme
************************************************/
body.color_indigo a {
  color: #7500cb;
}
body.color_indigo a:hover {
  color: #580098;
}
body.color_indigo ::selection {
  background: #580098;
}
body.color_indigo ::-moz-selection {
  background: #580098;
}
body.color_indigo ::-webkit-selection {
  background: #580098;
}
body.color_indigo .block {
  border-bottom: 2px solid #7500cb;
}
body.color_indigo .navbar li > ul a:hover {
  background: #6600b2;
}
body.color_indigo .navbar .nav > li > a:hover {
  background: #7b00d5;
}
body.color_indigo .nav-tabs.nav-stacked > li > a:hover {
  color: #580098;
}
body.color_indigo .nav-tabs.nav-stacked > li.active a {
  background: #580098;
  background: #7500cb;
}
body.color_indigo .nav-tabs.nav-stacked > li.active a:before {
  background: #7500cb;
}
body.color_indigo .comments .comment_inner {
  border-bottom: 1px solid #7500cb;
}
body.color_indigo .btn-primary {
  background: #6600b2;
  border: 1px solid #580098;
  color: #fff;
}
body.color_indigo .btn-primary:hover {
  background: #49007f;
  border: 1px solid #3a0065;
  color: #fff;
}
body.color_indigo .btn-primary:active {
  background: #3a0065;
  border: 1px solid #2c004c;
}
body.color_indigo .btn-primary.active,
body.color_indigo .btn-primary.disabled,
body.color_indigo .btn-group.open .btn-primary.dropdown-toggle {
  background: #3a0065;
  border: 1px solid #2c004c;
}
body.color_indigo .dropdown-menu li > a:hover,
body.color_indigo .dropdown-menu li > a:focus,
body.color_indigo .dropdown-submenu:hover > a {
  background: #6600b2;
}
body.color_indigo textarea:focus,
body.color_indigo input[type="text"]:focus,
body.color_indigo input[type="password"]:focus,
body.color_indigo input[type="datetime"]:focus,
body.color_indigo input[type="datetime-local"]:focus,
body.color_indigo input[type="date"]:focus,
body.color_indigo input[type="month"]:focus,
body.color_indigo input[type="time"]:focus,
body.color_indigo input[type="week"]:focus,
body.color_indigo input[type="number"]:focus,
body.color_indigo input[type="email"]:focus,
body.color_indigo input[type="url"]:focus,
body.color_indigo input[type="search"]:focus,
body.color_indigo input[type="tel"]:focus,
body.color_indigo input[type="color"]:focus,
body.color_indigo .uneditable-input:focus {
  border-color: #49007f;
  box-shadow: inset 0 0 0 1px rgba(102,0,178,0.8);
}
body.color_indigo .hover_image .mask {
  background: #7500cb;
}
body.color_indigo .twitter ul.tweet_list li:before {
  color: #580098;
}
