/*@import url('http://fonts.googleapis.com/css?family=Droid+Sans');
@import url('http://fonts.googleapis.com/css?family=Carme');
*/
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Exo+2);
/*-----------------------------------------------------------------------------------*/
/*	1.	Global properties (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/
body {
    color: #787878;
    font-family: 'Exo 2';
    font-size: 12px;
}
/*
	background: url(images/topnew.jpg) repeat-x center 0;
	background-size: 780px;
*/

#bg { 
	background:url(images/topnew.jpg) repeat-x center top -67px;
	background-size: 1125px;
}

#bginner { 
	/*background:#024f85 url(images/topnew.jpg) repeat-x center top -94px; */
}

.intro1 {

}

::selection {
    background:#096bbe;
    color:#fff;
    text-shadow: none;

}

::-moz-selection {
    background:#096bbe;
    color:#fff;
    text-shadow: none;
}

::-webkit-selection {
    background:#096bbe;
    color:#fff;
    text-shadow: none;
   }
:active {
    -moz-outline-style: none;
}


header,
nav,
section,
article{display: block;}

figure {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
}

.last{
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.clear{clear: both;}

.alignleft{float: left !important;}
.alignright{float: right !important;}
.aligncenter {text-align: center !important;}
.span6.no-margin-left {margin-left: 0!important;}

.headerbg {
  background:#1975bb url(../images/headerbg.jpg) repeat-x fixed bottom;
  background-position: bottom center;
  z-index:1;
  }
  
/* Headers */
h1, h2, h3, h4, h5, h6 {
    color: #555555;
    font-family: 'Open Sans Condensed', sans-serif !important;
}

h1 {
    color: #1E1E1E;
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 15px;
}
h2{
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 20px;
}
h3{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 18px;
    font-weight:400;
}
h4{
    font-size: 16px;
    margin-bottom: 16px;
}
h5{
    font-size: 14px;
    margin-bottom: 14px;
}
h6{
    font-size: 12px;
    margin-bottom:12px;
}

p{
    margin-bottom: 15px;
    line-height: 20px;
}
* p:last-child{margin-bottom: 0 !important;}

.color, .color2{
    font-weight: 700;
    padding: 0 2px;
}

.color{color: #57b4e0;}
.color2{color: #096bbe;}

/* Link Styles */
a{
    outline: none;
    color: #096bbe;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #1d1d1c;}

.title a{
    color: #096bbe;
    font-weight: 600;
    font-size: 12px;
}
h4.title a{
    font-size:16px;
    font-weight:400;
    letter-spacing: 0.05em;
}
.title a:hover{color: #1d1d1c;}


.row {
/*font-family:'Exo 2'; */
font-family:'Exo 2';

}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/

#header {
	min-height:20px;
}
.message-top {
    background-color: #096bbe;
    border: 1px solid #096bbe;
    color: #E6E9E7;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.message-center {
    background-color: #096bbe;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1affffff',GradientType=0 ); /* IE6-8 */
    border:1px solid #A9A9A9;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 80px;
    margin-bottom: 60px;
}
.message-center h3 {
    color: #FFFFFF;
    max-width: 65%;
    display: inline-block;
    font-family: PT Sans,sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin: 10px 0 0 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.message-center p {
    color: #077789;
    display: table;
    padding: 0 0 10px 10px;
}
.message-center div{
    position: absolute;
    right:10px;
}
.message-center i{
    background-image: none;
}
button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}
.notification {
    background-color: transparent;
    color: #FFFFFF;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.notification a:last-of-type{
    margin-right: 5px
}
.notification [class^="modal"]{
    color:#000;
    text-shadow: none;
}
#top-menu {
    padding: 5px 0;
    background-color: #096bbe;
}
#top-menu ul.top-menu {
    margin-left:0;
    margin-top:3px;
}
#top-menu li{
    float: left;
    list-style: none;
}
#top-menu a, #top-menu .git{
    color: #323232;
    font-size: 11px;
}
#top-menu a:hover{color: #d9d9d9;}
#top-menu .top-menu li{margin-right: 10px;}
#top-menu a{padding-right: 8px;}
#top-menu .last{
    padding-right: 0;
    border-right: none;
}
#top-menu .top-social{float: right; margin-bottom: 4px; margin-top:3px;}
#top-menu .top-social li{
    margin-left: 10px;
    list-style: none;
}
#top-menu .top-social a{display:block; width:16px; height:16px; margin-top:2px;}
#top-menu .twitter2{background: url(../images/twitter.png) no-repeat center left;}
#top-menu .twitter2:hover{background: url(../images/twitterh.png) no-repeat center left;}
#top-menu .facebook{background: url(../images/facebook.png) no-repeat center left;}
#top-menu .facebook:hover{background: url(../images/facebookh.png) no-repeat center left;}
#top-menu .dribbble{background: url(../images/dribbble.png) no-repeat center left;}
#top-menu .dribbble:hover{background: url(../images/dribbbleh.png) no-repeat center left;}
#top-menu .vimeo{background: url(../images/vimeo.png) no-repeat center left;}
#top-menu .vimeo:hover{background: url(../images/vimeoh.png) no-repeat center left;}
#top-menu .delicious{background: url(../images/delicious.png) no-repeat center left;}
#top-menu .delicious:hover{background: url(../images/delicioush.png) no-repeat center left;}
#secondary {
    border-top: 1px solid #565E65;
    height: 63px;
    left: 0;
    opacity: 0.98;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 99;
    background: #414141; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: -moz-linear-gradient(top, #414141 0%, #393939 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#393939)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #414141 0%,#393939 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #414141 0%,#393939 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #414141 0%,#393939 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #414141 0%,#393939 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#393939',GradientType=0 ); /* IE6-8 */}
#secondary a:first-child {
    border-left: medium none;
    box-shadow: none;
}
#secondary a {
    background-color: #3B3B3B;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    background-image: -moz-linear-gradient(top, #414141 0%, #393939 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#393939)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #414141 0%,#393939 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #414141 0%,#393939 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #414141 0%,#393939 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #414141 0%,#393939 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#393939',GradientType=0 ); /* IE6-8 */
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-size: 13px;
    height: 73px;
    line-height: 73px;
    margin-left: -2px;
    width: 24.7%;
    text-align: center;
    vertical-align: top;
    transition:all 0.3s linear;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#secondary a:hover {
    background: #4c4c4c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: -moz-linear-gradient(top, #4c4c4c 0%, #2c2c2c 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#2c2c2c)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #4c4c4c 0%,#2c2c2c 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #4c4c4c 0%,#2c2c2c 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #4c4c4c 0%,#2c2c2c 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #4c4c4c 0%,#2c2c2c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-8 */    color: #096bbe;
}

#secondary .crabsbutton i {
    background: url("../images/crabbutton.png") no-repeat scroll 15px 4px transparent;
    height: 32px;
    width: 60px;
}
#secondary .crabsbutton:hover i{
    background-position: 15px -29px;
}
#secondary .octopusbutton i {
    background: url("../images/octopusbutton.png") no-repeat scroll 15px 4px transparent;
    height: 32px;
    width: 60px;
}
#secondary .octopusbutton:hover i{
    background-position: 15px -29px;
}#secondary .shrimpsbutton i {
    background: url("../images/shrimpbutton.png") no-repeat scroll 15px 4px transparent;
    height: 32px;
    width: 60px;
}
#secondary .shrimpsbutton:hover i{
    background-position: 15px -29px;
}
#secondary .squidbutton i {
    background: url("../images/squidbutton.png") no-repeat scroll 15px 4px transparent;
    height: 32px;
    width: 60px;
}
#secondary .squidbutton:hover i{
    background-position: 15px -29px;
}

#secondary i, #secondary a {
    display: inline-block;
}
#header{
    position: relative;

}


#header .logo img {
    float: left;
    margin-top: 0px;
	margin-left:0px;
	padding-bottom:0px;
	margin-bottom:0px;

}




/* Panels     background: url("../images/grey-bg.gif") repeat scroll 0 0 #F5F5F5; */
.grey-panel {

    border: 1px solid #E3E3E3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px #FDFDFD inset, 0 200px 200px -200px #FFFFFF inset;
    margin: 30px 0;
    padding: 60px 10px;
    text-shadow: 1px 1px 0 #FFFFFF;
    }
#Panel1{
    padding:50px 0;
}
#Panel1 h2:first-of-type {
   margin-top:0;
  }
#Panel1 h2 {
    line-height: 28px;
    margin:30px 0;
  }
#Panel1 h3 {
    line-height: 24px;
    margin: 30px 0;
}
#Panel1 li {
    font-size: 13px;
    list-style-image: none;
    list-style: none;
    line-height: 24px;
    padding-bottom: 10px;
}
#Panel1 li i[class^="icon-"] {
    background-image: none;
    color: #d81500;
    font-size: 16px;
}
#Panel1 li span{
    font-weight: 600;
}
#Panel2{
    padding:50px 0;
}
#Panel2 h1{
     text-align: center;
}
#Panel2 h2:first-of-type{
    margin-top: 0;
}
#Panel2 h2 {
    color: #4B4B4B;
    line-height: 28px;
    margin: 30px 0;
    text-indent: 12px;
}
#Panel2 li{
    font-size: 13px;
    list-style-image: none;
    list-style: none;
    line-height: 24px;
    padding-bottom: 10px;

}
#Panel2 li i[class^="icon-"] {
    background-image: none;
    color: #096bbe;
    font-size: 16px;
}



@media (min-width: 400px) and (max-width: 979px) {
	#layerslider {
		width:100%;
		height:auto;
	}
	.ls-layer {
		width:100%;
		height:100%;
	}
	#layerslider img {
		width:100%;
		height:100%;
	}

}
@media (min-width: 979px) and (max-width: 1199px) {
	.highlights-home .highlights-home-content {
		min-height:150px;
	}
}
/* Search Form */
.phone{
    color: #d0d0d0;
    float: right;
    font-size:18px;
}
.phone .color2 {font-weight:400;}

#search{
    float: right;
    position: relative;
    margin-top:5px;
}
#search,
#search p{margin-bottom: 0;}
#search input[type="text"]{
    color:#454545;
    width: 122px;
    height:26px;
    border: 1px inset rgba(0,0,0,0.1);
    padding:4px 25px 4px 10px ;
    line-height: 23px;
    font:11px 'Droid Sans', sans-serif;
    background-color: #1e1e1e;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
#search input[type="text"]:focus,
#search input[type="text"]:hover{
    width: 190px;
    -webkit-box-shadow: 0px 0px 3px 0px #444;
    box-shadow: 0px 0px 3px 0px #444;
}
#search .search-bt{
    right: 0;
    top: 3px;
    height: 30px;
    width: 30px;
    position: absolute;
    border: none !important;
    cursor: pointer;
    background: url(../images/search-bt.png) no-repeat center center;
}

/* Breadcrumbs 
    background: none repeat scroll 0 0 #F1F1F1;
*/
.breadcrumbs {
    padding: 20px 0 0 20px;
    position: relative;
}
.breadcrumbs h2 {
	color: #000000;
	font-size: 26px;
    margin-bottom: 5px;
	font-weight:bold;
    text-transform: capitalize !important;
}
.breadcrumbs>div {
    color: #000000;

    font-size: 16px;
    letter-spacing: 0.02em;
    padding: 0!important;
}
.breadcrumbs a{
    color: #000000;
    display: inline-block;
}
.breadcrumbs a:hover{color: #111;}


/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
.container{position: relative;}

/*    background-color: #fff; */
#container{

    position: relative;
	color:#000;
    font-family: 'Yanone Kaffeesatz';
	font-size:14px;
}
#container .container{padding: 15px;}

#container .container > .row{margin-bottom: 10px;}
#container .row.last{margin-bottom: 30px;}
.row.da-thumbs{margin-bottom: 0 !important;}



.slider-wrap {
    background:url('../images/top-shadow.png')top center no-repeat #fff;
    padding: 5px 0;
}

.mi-slider {
    height: 300px;
    margin-top: 60px;
    position: relative;
}

.mi-slider ul {
    list-style-type: none;
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
}

.no-js .mi-slider ul {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0;
    overflow: visible;
}

.mi-slider ul.mi-current {
    pointer-events: auto;
}

.mi-slider ul li {
    display: inline-block;
    padding: 20px;
    width: 20%;
    max-width: 300px;
    -webkit-transform: translateX(600%);
    transform: translateX(600%);
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.no-js .mi-slider ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
    display: block;
    margin: 0 auto;
}

.mi-slider ul li a {
    outline: none;
    cursor: pointer;
}

.mi-slider ul li img {
    max-width: 100%;
    border: none;
}

.mi-slider ul li h4 {
    color: white;
    display: inline-block;
    font-family: Pt Sans,sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 10px 0;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}



.ls-layertop {
    background:url('../images/top-shadow.png')top center no-repeat ;
    padding: 13px 0;
}

.ls-layerbottom {
    background:url('../images/top-shadow.png')top center no-repeat ;
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top:-50px;
	height:24px;
	opacity(0.65);
}

/* Media Queries */
@media screen and (max-width: 910px){
	#layerslider {
		width:100%;
		height:auto;
	}
}


/* Welcome Slogan */
.dropcaps {
    background: none repeat scroll 0 0 #096bbe;
    border: 1px solid #096bbe;
    border-radius: 18px 18px 18px 18px;
    color: #F5F5F5;
    display: block;
    float: left;
    height: 18px;
    margin: 0 25px 5px 0;
    padding: 8px;
    text-align: center;
    width: 18px;
}
#welcome {
    margin-bottom: 70px;
    padding: 0 150px;
    text-align: center;
    text-shadow: 1px 1px #FFFFFF;
}
.welcome2-wrap{
    padding: 15px !important;
}
#welcome2 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-bottom: 1px solid #DDDDDD;
    text-align: left;
    text-shadow: 1px 1px #FFF;
}
#welcome2 p {
    color: #343434;
    float: left;
    font-size: 16px;
    line-height: 24px;
    padding: 25px 35px 5px;
    text-align: justify;
	font-family: 'Calibri', Arial, sans-serif;
}
#welcome2 p > span {
    color: #1965d2;
    font-size: 20px;
	line-height: 32px;
    font-style: normal;
    font-weight: 500;

}
#welcome2 h1{
    font-family: 'PT Sans', Arial, sans-serif;
    display: inline-block;
}
.btn-welcome{
  display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 10px 20px;
    margin-top: -22px;
    margin-right: 20px;
    font-size: 14px;
    font-weight:600;
    text-transform: uppercase;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    background-color: #096bbe;
    background: #25a1ce; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #25a1ce 0%, #096bbe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25a1ce), color-stop(100%,#096bbe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #25a1ce 0%,#096bbe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #25a1ce 0%,#096bbe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #25a1ce 0%,#096bbe 100%); /* IE10+ */
    background: linear-gradient(to bottom, #25a1ce 0%,#096bbe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a1ce', endColorstr='#096bbe',GradientType=0 ); /* IE6-8 */
    border: 7px solid #E0E0E0;
    *border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-welcome:hover{
    color: #FFF;
    border-color: #d7d7d7;
}
#welcome h1 {
    color: #1E1E1E;
    font-family: PT sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}
#welcome h1 span{
    color: #096bbe;
}
#welcome p{
    line-height: 22px;
    font-size: 12px;
    color: #747474;
    margin-bottom: 50px;}
/* Divider */
.title-divider{
    margin-bottom: 30px;
    position: relative;
}

.title-divider h3{
    margin-bottom: 0 !important;
    padding-right: 5px;
    background-color: #fff;
    position: relative;
    display: inline-block;
    z-index: 1000;
    font-size: 17px;
    text-transform: uppercase;
}

.divider-arrow{
    top:7px;
    width: 100%;
    position: absolute;
}

/* Features */
.features > div{text-align: center;}
.features h3{margin: 15px !important;}

/* Bootstrap Carousel */
.carousel {position:relative;}
.carousel-wrapper{
    overflow:hidden;
    padding:2px 2px 0 2px;
    margin-top: -2px;
}
.carousel-wrapper ul{display: none;}
.carousel-wrapper ul li{
    height:100%;
    float:left;
    display:block;
}

/*Horizontal Tabs*/
.panel-tab{

}
.tabs-nav li {
    border: 1px solid #dddddd;
    list-style: none outside none;
    margin-bottom: 5px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */

}
.tabs-nav li a {
    color: #5F5F5F;
    text-shadow: 1px 1px white;
    -moz-box-sizing: border-box;
    display: inline-block;
    padding: 10px 20px;
    text-shadow: 1px 1px rgba(255, 255, 255, 1);
    width: 100%;
}

.tabs-nav li:hover{
    background-color: #096bbe;
    background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */
}
.tabs-nav li:hover a{
    color:#FFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.tabs-nav .active{
    background-color: #096bbe;
    background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */
     }
.tabs-nav .active a{
    color:#FFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.tabs-nav i[class^='icon-']{
    background-image: none;
}
.tab-pane{
    border: 1px solid #dddddd;
    list-style: none outside none;
    margin-bottom: 5px;
    padding: 10px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */

}
/* Our Projects */
.our-projects article{margin-bottom: 30px;}
.our-projects article img{display: block;}
.our-projects article h4{margin-bottom: 0;}
.our-projects article:nth-last-child(-n+4){margin-bottom: 0 !important;}

/* Our Blog */
.our-blog article p.l-meta{
    width: 100%;
    font-size: 12px;
    color: #b6b6b6;
    padding: 5px 0;
    margin: 0;
    background-color: #1d1d1c;
    font-weight: 100;
    margin-bottom: 20px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.our-blog p{margin-bottom: 10px}
.our-blog article p.l-meta span{
    display: block;
    padding: 0 10px;
}
.our-blog article p.l-meta a{color: #b6b6b6;}
.our-blog article p.l-meta a:hover{color: #096bbe;}
.our-blog img {
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
.our-blog {
    margin-bottom: 40px !important;
}
/* Our News */
.our-news{position: relative;}
.our-news p{margin-bottom: 10px;}
.our-news .news-data{
    float: left;
    width: 60px;
    height: 50px;
    color: #b6b6b6;
    text-align: center;
    text-transform: uppercase;
    font-size:20px;
}
.our-news .news-data span{
    display: block;
    font-weight:900;
    font-size: 42px;
    line-height: 42px;
}
.our-news .title{margin-bottom: 5px !important;}

.divider-blok{
    border-bottom: 1px dashed #efefef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
article.span3 h4{
    margin-top: 0px;
}
/*Highlights*/
.highlights{
    text-align: center;
  }
.highlights>div{
    margin-top: 30px;
}
.highlights h3 {
    font-family: 'PT Sans',arial,sans-serif;
    font-weight: 600;
    margin: 25px 0;
}
.highlights i[class^="icon-"] {
    background-image: none;
    color: #838383;
    display: inline-block;
    font-size: 96px;
    margin: 20px 0;
    text-shadow: 1px 1px #fff, 2px 2px rgba(0, 0, 0, 0.3);
    width: 110px;
    transition:all 0.2s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    }

.highlights div:hover i[class^="icon-"]{
    color: #096bbe;
    font-size: 108px;

}

.highlights div:hover>h3, .highlights div:hover>p{
    color: #096bbe;
}


/* Our Services */
.service4 {overflow: hidden; margin-bottom: 20px;}
.service-desc4 {overflow: hidden;}
.service-icon4 {float: left;}
@media (max-width: 480px) {
    .service-icon4 {float: none; margin-left: 25%; width: 50%;}
}

.proddetails {
background-color:#e9f6fd;
background-size: 100%;-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; -khtml-border-radius: 8px; 

}
.proddetails p, .proddetails h1, .proddetails h2, .proddetails h3, .proddetails h4 , .proddetails h5, .proddetails h6 {
margin:20px;
}
.proddetails h1, .proddetails h2, .proddetails h3, .proddetails h4 , .proddetails h5, .proddetails h6 {
font-weight:bold;
}
.proddetails div {
margin:20px;
}
.proddetails h1  {
	background:url(../images/common-content-bullet.png) no-repeat left  !important;
	padding-left:40px;
}

.proddetails table { margin: auto; }

.proddetails table input { width:inherit; }
.proddetails table input:hover { width:inherit; }



	
.proddetails input {
	border-color:#017fcc;
	width:70%;
	text-align:center;
	margin:0px auto;
}
.proddetails input:hover {
	border-color:#234a74;
    transition:all 0.3s linear;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	 width:100%;
}

.proddetails h4 {
	width:70%;
}

@media (min-width: 100px) and (max-width: 700px) {
    .proddetails input {
		border-color:#017fcc;
		width:100%;
	}	
	
	.proddetails input:hover {
	border-color:#234a74;
    transition:all 0.3s linear;
	width:100%;
	}
	
	.proddetails .hidden-mob { display:none !important; }
}





.accordion-group {border:0;}
.accordion .accordion-toggle{
    font-weight: 900;
    color: #fff;
    padding: 5px 10px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */
    position: relative;
    border:1px solid #E2E2E2;
    text-shadow: 1px 1px #fff;
}
.accordion .accordion-toggle:hover{
    background-color: #096bbe;
    border-color: #8c8c8c;
    text-shadow: 1px 1px #7B7B7B;
}
.down{
    background-color: #096bbe !important;
    border-color: #8c8c8c !important;
    text-shadow: 1px 1px #7B7B7B !important;
}
.down h4{
    color:#fff !important;
}
.accordion .accordion-toggle:hover h4{
    color:#fff;
}
.accordion .accordion-toggle span{
    right: 10px;
    top: 5px;
    width: 16px;
    height: 16px;
    position: absolute;
}
.accordion .accordion-inner{
    margin-top: 1px;
    border: 0;
}
.accordion .acc-block{padding: 20px 10px;}
.accordion h4{
    color: #707070;
    text-transform: none;
}

.accordion li{
    padding-left: 15px;
    margin-bottom: 10px;
}
.accordion i.pull-right {margin:3px 0 0 0;}

/* Twitter */
.twitter {margin-top:-5px;}
.twitter  img{
    float: left;
    margin-right: 15px;
    margin-top:5px;
}
.twitter span.tweet_time{
    display: block;
    padding-bottom: 5px;

}
.twitter dl{
    border-bottom: 1px dotted #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.twitter dl:last-child{border: none;}

/* Testimonials */
.testimonialsbg{
 background: url('../images/testimony-left.jpg') no-repeat top left;
}

.clh { background: #0096db url('../images/testimony-bg.png') no-repeat top left; padding-top:30px; background-size: 100%;-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px; 
}
/*
	background: #fff url('../images/quotes.png') no-repeat top left;
*/
.testimonials p{
    line-height: 28px;
    font-size: 18px;
	color:#0f3e81;
    padding: 0 35px 15px 38px;
	background: url('../images/quotes.png') no-repeat top left;
    border-bottom:1px dotted #efefef;
    width:90%;
}
.testimonials h4{
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color:#096bbe;
}
.testimonials img{
    float: left;
    margin-right: 15px;
    margin-top:10px;
}
.testimonials small{
    display: block;
    font-size:11px;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Footer Styles
    background: url(images/footerbg.jpg) repeat-x center 0;
/*-----------------------------------------------------------------------------------*/

#footer {
	background: none repeat scroll 0 0 #0a3a5b;
    border-top: 4px solid #3e5e73;
    padding-bottom: 10px !important;
    padding-top: 10px;
    position: relative;
}
#footer h3 {
    color: #57b4e0;
    font-family: PT Sans,arial,sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    text-shadow: 1px 1px #1965d2;
    text-transform: uppercase;
}
#footer li{
    margin-bottom: 10px;
    list-style: none;

}
.footer-text{
    padding-top:10px;
	color: #b2b2b2;
}
.footer-text span{
    color: #fff;
    font-weight: 600;
}
.footer-links li{
    padding:10px 5px;
    margin:0 !important;
    border-bottom: 1px solid #2C2C2C;
    border-top: 1px solid #4A4A4A;
	
}
.footer-links li:first-of-type{
    border-top: none;
}
.footer-links li:last-of-type{
    border-bottom: none;
}
.footer-links li a{
    color: #AFAFAF;
      }
.footer-links li:hover a, .footer-links li:hover i, .footer-links li:hover{
    color: #FFF !important;
    background: #434343;
      }
.footer-links li i{
    background-image: none;
}
.footer-social i {
    background-image: none;
    margin-right: 10px;
    color: #4A4A4A;
    font-size: 36px;
    height: 36px;
    padding: 10px 0 0;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    width: 24px;
    transition:all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.footer-social i:hover{
    color:#fff;
}
/* Flickr */
.flickr li{
    list-style: none;
    margin: 0 5px 30px 4px ;
    float: left;
    background-color: #c4c4c4;
    line-height: 0 !important;
}

/* Contact Form */
#footer #contact{margin-bottom: 0px}
#footer #contact .control-group {margin-bottom:5px;}
#footer #contact input[type="text"]{
    color: #777;
    padding: 3px 5px;
    border: 1px inset rgba(0,0,0, 0.3);
    background-color: transparent ;
    margin-bottom: 1px !important;
    height: 19px;
    border-radius: 3px;
}
#footer #contact span{
    color: #777;
    font-size: 13px;
    display: inline-block;
    width: 44px;

}
#footer #contact input:focus,
#footer #contact textarea:focus{
    box-shadow: none;
    background-color: rgba(150,150,150, 0.1) !important;}
#footer #contact textarea{
    color: #777;
    padding: 5px;
    height: 66px;
    overflow: auto;
    margin-bottom: 2px;
    border: 1px inset rgba(0,0,0, 0.3);
    background-color: transparent;
    border-radius: 3px;
}
#footer #contact p{margin-bottom: 5px;}

#footer #contact .btn {
    background-color: transparent;
    background-image: none;
    border: 1px solid #A4A4A4;
    border-radius: 3px 3px 3px 3px;
    box-shadow: none;
    color: #7D7D7D;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    margin-right: 3px;
    padding: 4px 10px;
    text-shadow: none;
}
#footer #contact .btn:hover {
    text-decoration: none;
    background-color:  rgba(150,150,150, 0.1);
    *background-color:  rgba(150,150,150, 0.1);
    /* Buttons in IE7 don't get borders, so darken on hover */
}

#footer .form-horizontal .control-label {width: 25px;}
#footer .form-horizontal .controls {margin-left: 45px;}
#footer .form-horizontal .controls:first-child {*padding-left: 45px;}
#footer .form-horizontal .form-actions {padding-left: 45px;}

/* Address icons */
[class^="myicon-"],
[class*=" myicon-"] {
    display: inline-block;
    width: 16px;
    height: 12px;
    *margin-right: .3em;
    line-height: 12px;
    margin-right: 8px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: 1px;
}
.myicon-phone {background-image: url("../images/phone.png");}
.myicon-mail {background-image: url("../images/mail.png");}

/* Footer Menu */
#footer-menu {
    background-color: #2A2A2A;
    border-top: 1px solid #484848;
    width: 100%;
}
#footer-menu .container{
    padding-top: 0;
    padding-bottom: 0;
}
#footer-menu li{
    list-style: none;
    padding: 15px 0;
    margin-left: 10px;
    float: left;
    font-size: 10px;
	


}
#footer-menu a{
    font-weight: 400;
    color: #fff;
    font-size:11px;
	
	font-family:'Calibri';
	font-size:12px;	
}
#footer-menu a:hover {
    color: #096bbe;
	text-decoration:none;
}
#footer-menu p{
    font-size: 11px;
    color: #fff;
    padding-top: 14px;
    letter-spacing: 0.04px;
}


/* Pagination */

.pagination li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.pagination a{
    background-color: transparent;
    font-size: 0.9em;
    display: inline-block;
    border-left-width: 1px;
}

/* Sidebar */
#sidebar{font-size: 14px; }
#sidebar h4{
	color:#000000;
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding-right: 15px;
}
#sidebar .title-divider{margin-bottom: 10px !important;}
#sidebar .divider-arrow{top: 10px !important;}
#sidebar li{
    list-style: none;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px dotted #f2f2f2;
}

#sidebar section{margin-bottom: 50px;}
#sidebar section:last-child{margin-bottom:0px;}
#sidebar .ul-col2{width: 110.9489051094891%;}
#sidebar .ul-col2 li{
    float: left;
    width: 40.13157894736842%;
    margin-right: 09.86842105263158%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #f2f2f2;
}
#sidebar .ul-col2 a{color: #888;}
#sidebar .ul-col2 a:hover{color: #222;}



/* Tags Widget */
#tags a{
    color: #888;
    font-size: 12px;
    letter-spacing: 0.02em;
    padding: 2px 5px;
    margin: 0 5px 5px 0;
    display: inline-block;
    border: 1px solid #e8e8e8;
}

#tags a:hover{
    color: #fff;
    border-color: #ffa071;
    background-color: #ffaf88;
}

/* Latest Projects Widget */
.carousel {
    margin-bottom: 0;
}
.carousel-inner {
    display: block;
    float: left;
}
.carousel-control {
    background: none repeat scroll 0 0 #C2C1C1;
    border: medium none;
    border-radius: 0 0 0 0;
    color: #0A0A0A;
    font-size: 12px;
    height: 18px;
    left: inherit;
    line-height: 13px;
    margin: 0;
    position: absolute;
    width: 18px;
}
.carousel-control:hover {
    background: none repeat scroll 0 0 #096bbe;
}
.carousel-control.post {
    top: 50%;
}
.carousel-control.left.post {
    left: 0;
}
.carousel-control.left {
    right: 55px;
}
.carousel-control.right {
    right: 35px;
}
.subscribe-button {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #D7D2D4;
    border-radius: 2px 2px 2px 2px;
    color: #8A8989;
    margin-left: 5px;
    padding: 4px 20px;
    position: absolute;
    right: 50px;
}
.subscribe-button:hover {
    background: none repeat scroll 0 0 #DC6C56;
    color: #FFFFFF;
    text-shadow: none;
}
.subscribe-form {
    border-left: 1px dotted #C2C1C1;
    margin-left: 0;
    padding-left: 20px;
}
.subscribe-input {
    background: url("../images/input-email.png") no-repeat scroll 3px 6px transparent;
    padding: 4px 23px !important;
}

/* Comments Widget */
.comment-sidebar li:last-child{margin-bottom: 0 !important;}


/*-----------------------------------------------------------------------------------*/
/*	7.	Blog Styles
/*-----------------------------------------------------------------------------------*/

.blog-post h2.post-title{margin-bottom: 10px;}
.blog-post h2.post-title a{line-height: 25px}
.blog-post img {
    margin-bottom: 30px;
    display: block;
}
.blog-post .meta{
    padding-bottom: 5px;
    border-bottom: 1px dotted #f2f2f2;
    margin-bottom: 15px;
}
.blog-post .meta li{
    list-style: none;
    font-size:0.9em;
    margin-right: 10px;
    float: left;
    letter-spacing: 0.03em;
}
.blog-post .meta a{color: #096bbe;}
.blog-post .meta a:hover{color: #777;}
.blog-post.style2 img{
    width: 50%;
    float: left;
    margin-right: 25px;
}
.blog-post.style2 .carousel,
.blog-post.style2 .video{
    width: 50%;
    float: left;
    margin-right: 25px;
}
.blog-post.style2 .carousel img{width: 100%;}
.blog-post.style2 p{padding-top: 30px;}
.blog-post.style2 .meta{border: none;}
.label-info, .badge-info {
    background-color: #096bbe;
}
.label-info { padding: 5px 10px; font-size:12px; }
/* About Us Block */
.aboutus{margin-bottom: 35px;}
.aboutus h3{
    margin-bottom: 0;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
}
.aboutus .color2{font-weight: 400;}

/* Services Block */
.ident-bot-2 {margin-bottom: 17px;}
.figure-1 a.left-image {
    margin-right: 17px;
}
.lightbox-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.lightbox-image img { position:relative; z-index:2; }
.img-border-bg {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 0 1px #E7E7E7 inset;
    display: inline-block;
    padding: 5px;
}
.img-border {
    border-radius: 4px 4px 4px 4px;
    width: 100%;
}
.lightbox-image span {
    background: url("../images/magnify.png") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.service {
    margin:0 5px 10px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Forms
/*-----------------------------------------------------------------------------------*/
#af-form  input[type="text"]{
    color: #777;
    font-size: 12px !important;
    padding: 5px;
    height: 24px;
    box-shadow: none;
    margin-top: 0;
    height: 35px !important;
    margin-bottom: 0;
    border:1px solid #ececec;
}

#af-form input[type="text"],
#af-form textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

#af-form input[type="text"]:focus,
#af-form textarea:focus{
    -webkit-box-shadow: 0px 0px 3px 0px #f0f0f0;
    box-shadow: 0px 0px 3px 0px #f0f0f0;
    background-color: #fcfcfc;
}

#af-form textarea{
    color: #777;
    font-size: 12px !important;
    padding: 5px;
    height: 160px !important;
    overflow: auto;
    border:1px solid #ececec;
    width: 100%;

}

.af-outer {margin-bottom:15px;}

label.error, label.ferror{
    color: #dc3f35;
    font-size: 13px;
}

#af-form input.error,
textarea.error {border: 1px solid #ff3f3f;}

#progress{
    margin-top: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Comments
/*-----------------------------------------------------------------------------------*/
.comments .textarea {
    border: 1px solid #EDEDED;
    margin-bottom: 40px;
    margin-left: 94px;
    padding: 10px 20px;
    position: relative;
}
.comments .avatar{
    position: relative;
    float: left;
    margin-right: -5px;
}
.comments .comments-list{
    list-style: none !important;
}
.comments .comments-list ul{
    margin-left: 30px;
    margin-bottom: 20px;
}
.comments .meta{
    font: 12px 'Open Sans', serif;
    color: #666666;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px dotted #e2e2e2;
}
.comments ul ul .textarea {margin-top:-20px;}


/*-----------------------------------------------------------------------------------*/
/*	10.  Thumbnails
/*-----------------------------------------------------------------------------------*/
.da-thumbs li,
.da-thumbs article,
.da-thumbs.portfolio span{
    overflow: hidden;
    position: relative;
}
.da-thumbs li img,
.da-thumbs.portfolio span{
    display: block;
    position: relative;
}
.da-thumbs li div,
.da-thumbs article div{
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.da-thumbs li div.da-animate,
.da-thumbs article div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.da-slideFromTop {
    left: 0px;
    top: -100%;
}
.da-slideFromBottom {
    left: 0px;
    top: 100%;
}
.da-slideFromLeft {
    top: 0px;
    left: -100%;
}
.da-slideFromRight {
    top: 0px;
    left: 100%;
}
.da-slideTop {
    top: 0px;
}
.da-slideLeft {
    left: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/
.span9,
.span6{position: relative;}

/* Divider */
.divider-arrow, hr, .divider{
    height: 1px;
    clear: both;
}

#container hr{
    margin-top: 15px;
    margin-bottom: 20px;
}

#container hr.soft {margin:10px 0;}

#container .portfolio-single hr, #container .blog-single hr{
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Read More */
.read-more{
    display: block;
    color: #096bbe;
    letter-spacing: 0.02em
}
.read-more:hover{color: #096bbe;}


/* Back to Top */
#toTop {
    background: url("../images/ui.totop.png") no-repeat scroll left top transparent;
    border: medium none;
    bottom: 6px;
    display: none;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: -999px;
    width: 40px;
}
#toTopHover {
    background: url("../images/ui.totop.png") no-repeat scroll left -40px transparent;
    display: block;
    float: left;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    width: 40px;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}
/* Others */
.list-map li {
    font-size: 14px;
    list-style: none outside none;
    margin-bottom: 15px;
}
.list-map li i{
    background-image: none;
}
  /*Black and White effect*/
.bwWrapper {
    position:relative;
    display:block;
}
.pull-center {
    text-align: center !important;
}
.dropcap{
    width: 38px;
    height: 38px;
    line-height:38px;
    float: left;
    margin-right:15px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 22px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #096bbe;
}

blockquote {
    background: none repeat scroll 0 0 #F1F1F1;
    border-left: 3px solid #096bbe;
    margin: 20px 0;
    padding: 10px 10px 10px 30px;
}

blockquote p{
    color: #999;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.02em;
    font-family: 'Georgia', serif;
}
.tools{
    margin-bottom: 5px !important;
	margin-top:35px !important;
}
.tools p{
    display:table;
}
.tools i {
    background-image: none;
    font-size: 18px;
    margin: 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.thumbnail {
   border:none;
    margin-bottom: 25px;
}
a.thumbnail{
       box-shadow: 0 1px 4px rgba(0, 105, 214, 0.15);
}
a.thumbnail:hover{
       box-shadow: 0 1px 4px 2px rgba(0, 105, 214, 0.25);
}
.btn-message{
    border-radius: 0;
    margin:20px 20px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	Responsive Fixes
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 980px)  and (max-width: 1199px){

    .btleft .es-nav {left: -53px;}
    #latest-work .carousel-wrapper li{width: 340px !important;}
    .figure-1 a.left-image {margin-right:5px;}
    .service.img-border-bg {margin-top:50px;}
}

@media (min-width: 768px) and (max-width: 979px) {
    #welcome{padding: 0;}
    .btleft .es-nav {left: -43px;}
    #latest-work .carousel-wrapper li{width: 252px !important;}
    .flickr li{width: 68px}
    #sidebar .ul-col2 li {
        float: none;
        margin-right: 0;
        width: 90%;
    }
    #footer #contact input[type="text"], #footer #contact textarea{width: 90%}
    #footer [class^="icon-"]{display: none;}
    .service.img-border-bg {margin-top:50px;}
    .ident-bot-2 {margin-bottom:0;}
    .figure-3 {display: none;}
}

@media (max-width: 767px){
    .message-center {
        margin: 0 45px 80px !important;
    }
    body{padding:0 }
    .container{padding: 0 20px;}
    .message-center{
        margin:0;
    }

    .slides h3,
    #top-menu > .span6{display: none;}
    #top-menu .top-social{float: none;}
    #menu{
        float:none;
        margin-top: 60px !important;
    }
    .res-menu{display: block;}
    .logo{text-align:center; ;}
    .breadcrumbs div {
        padding: 0 10px !important;
    }
    .container > .row [class*="span"]{margin-bottom: 30px;}
    .container > .row > [class*="span"]:last-child{margin-bottom: 0 !important;}
    #welcome{padding: 0;}
    #menu {
        margin-top: 20px;
    }
    .btn-welcome{
        float:left;
        margin-top:0;
    }
    #welcome2 p {
       width:100%;
    }
    .btleft .es-nav{
        bottom: inherit;
        right: 0;
        left: inherit;
        top: -38px;
    }
    #latest-work .carousel-wrapper li{max-width: 15em !important;}
    .our-projects article:nth-last-child(-n+4) {margin-bottom: 30px !important;}

    #footer-menu .span4{
        margin-bottom: 15px;
        text-align:center;
    }

    .breadcrumbs {
        padding: 20px 20px;
        position: relative;
    }

    #sidebar section:last-child {margin-bottom: 0;}
    #sidebar .ul-col2{width: 100%}
    #sidebar .ul-col2 li {
        margin-right: 0;
        width: 50%;
    }
    #welcome2 p {
        padding:0;
    }
    .alignleft,
    .alignright{float: none !important;}

    #footer .submit-div {width:270px;}
    figure {display:inline-block; margin-right:15px;}

}


@media (max-width: 480px){
    #header .logo img {
        float: none;
		margin-left:auto;
		margin:right:auto;
		margin-bottom:-30px;
		padding-bottom:0px;

    }
    #menu {
        float: none;
    }
    .message-center{
     margin:0;
    }
    #footer .form-horizontal .control-group > label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }
    #footer .form-horizontal .controls {
        margin-left: 0;
    }
    #footer .form-horizontal .control-list {
        padding-top: 0;
    }
    #footer .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .submit-div {width:225px;}
    .testimonials p {
               width: 70%;
    }
    #welcome2 p {
        padding:0;
    }
	.headerbg { background-image:none;}
	
}

h2 img { border:2px solid #1975bb;
	margin-right:10px;
}

/*
@media (min-width: 1200px)  {
	.products .span12 {
		margin-left:30px;
	}
	.products .span4 {
		margin-left:20px;
	}
}
*/

.m0 {
	margin-left:0px;
}

.thumbnail-style {
	min-height:350px;
	background-color:#e9f6fd;
}

/*	background-color:transperant;
	background:none;
*/
.thumbnail-style:hover, .plist:hover { 
	background-color:#e5efff;
	color:#017fcc !important;
	transition-property: width, border-radius, color;
    transition-duration: 5s, 1s, 2s;
    transition-timing-function:  ease, ease-out, linear;
}

.thumbnail-style .thumbnail-img span, .prodnamespan {
	/*display:block;
	padding:10px;
	border-bottom:solid 2px #eee;*/
    background: none repeat scroll 0 0 rgba(36, 27, 28, 0.9);
    bottom: 10%;
    color: #FFFFFF;
	font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 100;
}

.prodnamespan a {color:#FFFFFF; !important }


@media (min-width: 767px) and (max-width: 1025px) {
    .recent-work a span,
    .thumbnail-style .thumbnail-img span, .prodnamespan {
       font-size: 14px;
    }
}

.thumbnail-style .thumbnail-img strong {
	/*color:#555;
	display:block;*/
    display: block;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}


.thumbnail-style .thumbnail-img .link  {
	/*color:#777;*/
    background-color: #0088cc;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px;
    padding: 2px 9px;
    text-transform: none;
}

.thumbnail-style .thumbnail-img .link{
    color:#fff;
    line-height: 20px;
    text-transform: uppercase;
}


/*Home Page "Main page" (Default)
------------------------------------*/
.thumbnail,
.thumbnail-style,
.thumbnail-kenburn {
    margin-bottom: 20px;
}
/*Thumbnail*/
.thumbnail-style {
	font-family: 'Exo 2', sans-serif;
	
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    border: 1px solid #DDDDDD;
}
.thumbnail-style:hover { 
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.thumbnail-style h3 {
	margin:5px 0 0 0;
}
.thumbnail-style h3 a {
	font-size:20px;
}
.thumbnail-style h3 a:hover {
	color:#0088cc;
	text-decoration:none;
}
.thumbnail-style p{
    font-size: 13px;
    line-height: 20px;
    margin:0 0 8px;
    padding:10px;
}
.thumbnail-style .overlay-zoom img {
    display: block;
    height: auto;
    max-width: 100%;
}
.thumbnail-style .thumbnail-img {
	position:relative;
    transition: all 0.2s ease-in-out 0s;
}
.thumbnail-style img,
.thumbnail-style .thumbnail-img img {
    display: block;
    height: auto;
    max-width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.thumbnail-style a.btn-more {
	right:-10px;
	bottom:10px;
	color:#fff;
	padding:1px 6px;
	position:absolute;
	background:#0088cc;
	display:inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration:none;
	background-color: #0099e6;
}
.thumbnail-style:hover a.btn-more {
	right:10px;
}

.thumbnail-kenburn img {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
    display: block;
    height: auto;
    max-width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
}
.thumbnail-style:hover img,
.thumbnail-style:hover .thumbnail-img img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.thumbnail-style .thumb-social {
    border-top: 1px dotted #DDDDDD;
    display: block;
    margin: 0 10px;
    padding: 15px 0;
}
.thumbnail-style .thumb-social a {
    background-color: #0088CC;
    border-radius: 25px 25px 25px 25px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.thumbnail-style .thumb-social a i {
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: normal;
}
.thumbnail-style .thumb-social a span {
    display: none;
}


/*new menu */
/*-----------------------------------------------------------------------------------*/
/*	2.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/
#top-menu {
    padding: 5px 0;
    background-color: #1865d4;
}
#top-menu ul.top-menu {
    margin-left:0;
    margin-top:3px;
}
#top-menu li{
    float: left;
    list-style: none;
}
#top-menu a, #top-menu .git{
    color: #323232;
    font-size: 11px;
}
#top-menu a:hover{color: #d9d9d9;}
#top-menu .top-menu li{margin-right: 10px;}
#top-menu a{padding-right: 8px;}
#top-menu .last{
    padding-right: 0;
    border-right: none;
}
#top-menu .top-social{float: right; margin-bottom: 4px; margin-top:3px;}
#top-menu .top-social li{
    margin-left: 10px;
    list-style: none;
}

#header {
    border-top: 5px solid #525252;
    padding-bottom: 5px;
    position: relative;
}

#header .logo img{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
.header-ext {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 10px;
}
.logo{
    margin-top: 5px;
}
/* Main Menu 
.res-menu{display: none;} */
.res-menu{
    width: 100%;
}

#menu4 {margin-top: 0px;}
#menu4 a {text-decoration: none;}
#menu4 ul {margin-left:9px;}
#menu4 > ul{
    display: block;
    margin-left: 0;
}
#menu4 > ul > li{
    list-style: none;
    float: left;
    position: relative;
}
#menu4 > ul > li.first,
#menu4 > ul > li:first-child {margin-left: 0;}
#menu4 > ul > li > a {
    display: block;
    padding: 6px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    background: #ffffff;
    margin-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    1px 1px 1px rgba(50, 50, 50, 0.3);
    box-shadow:         1px 1px 1px rgba(50, 50, 50, 0.3);
}
#menu4 > ul > li > a .name {display: block; color: #116997; font-weight: 600; font-size: 13px; line-height: 14px;}
#menu4 > ul > li > a .desc {display: block; color: #808080; line-height: 12px}
#menu4 > ul > li > a.current,
#menu4 > ul > li > a:hover {
    background: #09407d;
	color:#d9f0fe;
}
#menu4 > ul a:hover .name,
#menu4 .current .name {
    color: #ffffff !important;
}
#menu4 ul ul{
    position: absolute;
    width: 160px;
    background: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    1px 1px 1px rgba(50, 50, 50, 0.5);
    box-shadow:         1px 1px 1px rgba(50, 50, 50, 0.5);
}
#menu4 ul ul ul {}
#menu4 > ul > li > ul{margin-left:-10px;}
#menu4 ul ul li {
    list-style: none;
    padding: 0 10px;
    position: relative;
    border-bottom: 1px dotted #808080;
}
#menu4 ul ul li.last{
    border-bottom: none !important
}
#menu4 ul ul li.menu-last{border-bottom: none;}
#menu4 ul ul a{
    display: block;
    padding: 5px 0;
    color: #eeeeee;
    font-size: 12px;
}
#menu4 ul ul a:hover{color: #ffffff;}
#menu4 li:hover {visibility: inherit;}
#menu4 li:hover ul,
#menu4 li.sfHover ul {
    left: 22px;
    top: 50px;
    z-index: 99;
}
#menu4 li li:hover ul,
#menu4 li li.sfHover ul {
    left: 152px;
    top: 0;
}




@media (min-width: 768px) and (max-width: 979px) {
    #menu4 > ul > li > a {padding-left: 10px; padding-right: 10px;}
}

@media (max-width: 767px) {
    body {padding-left: 0; padding-right: 0;}
    .logo{text-align:center; margin-bottom: 20px;}
    #menu4 {float: none;}
    #menu4 ul {display: none;}
    .res-menu{display: block;}
}


@media (min-width: 300px) and (max-width: 1200px) {
	#menu > ul > li > a > i {
		display:none;
	}
}


/*f2a049
bc0603
    background: #bc0603;
*/
#menu > ul li:hover a {
		text-decoration:none;
    border-top: 5px solid #2990cd;
	background:#40b5fa;
	opacity:0.5;
	color:#fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */	
	
}

#menu .current {
    border-top: 5px solid #2990cd;
    color: #8ea8bb !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #096bbe;
    background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */
}

#menu > ul > li > a > i {
    color: #B3B3B3;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

#menu ul ul {
    background: none repeat scroll 0 0 #525252;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
}
/*Here we define submenu blockquote position relatively to main menu block*/
#menu > ul > li > ul {
    margin-left: 10px;
    margin-top: 70px;
}
#menu ul ul li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #6b6b6b;
}
#menu ul ul li.last{
    border-bottom: none !important
}
#menu ul ul li.menu-last{border-bottom: none;}
#menu ul ul a {
    background: none repeat scroll 0 0 #525252 !important;
    border-top: medium none !important;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Droid Sans',sans-serif;
    font-size: 12px;
    padding:10px;
    width: 150px;
}
#menu ul ul a:hover{background: #07a5ff !important;}
#menu li:hover {visibility: inherit;}
#menu li:hover ul,
#menu li.sfHover ul {
    left: -10px;
    top: 52px;
    z-index: 99;
}
#menu li li:hover ul,
#menu li li.sfHover ul {
    left: 160px;
    top: 0px;
}
/* end of new menu */

#page-sidebar .tab-content {
  padding: 5px 10px;
  border: solid 1px #dddddd;
}



#page-sidebar,
#sidebar {
  margin-top: 0px;
}
#page-sidebar .widget,
#sidebar .widget {
  margin-bottom: 30px;
}
#page-sidebar .widget-title,
#sidebar .widget-title {
  padding: 0 10px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#page-sidebar .widget-inner,
#sidebar .widget-inner {
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
#page-sidebar .accordion,
#sidebar .accordion {
  margin-bottom: 0;
}
#page-sidebar .nav-tabs,
#sidebar .nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}
#page-sidebar .nav-tabs li,
#sidebar .nav-tabs li {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#page-sidebar .nav-tabs li a,
#sidebar .nav-tabs li a {
  font-weight: 300;
}
#page-sidebar .nav-tabs > li > a,
#sidebar .nav-tabs > li > a {
  background-color: #FAFAFA;
  border-color: #ddd;
  border-bottom: none;
}
#page-sidebar .nav-tabs > li > a:hover,
#sidebar .nav-tabs > li > a:hover {
  background-color: #ddd;
  border-color: #ddd;
  border-bottom: none;
}
#page-sidebar .nav-tabs > .active > a,
#sidebar .nav-tabs > .active > a,
#page-sidebar .nav-tabs > .active > a:hover,
#sidebar .nav-tabs > .active > a:hover {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom: none;
}

.flexslider {
  position: relative;
}
.flexslider .slides {
  list-style: none;
  margin-left: 0;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides .slide-caption {
  font-family: Ubuntu, sans-serif;
  background-color: #A0CE4E;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 50%;
  margin-left: -25%;
}
.loading .flex-viewport {
  max-height: 300px;
}
@media (max-width: 767px) {
  .slides .slide-caption {
    display: none;
  }
}
.flex-direction-nav {
  position: absolute;
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: 57%;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flex-direction-nav li {
  list-style: none;
}
.flex-direction-nav a {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 90px;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flex-direction-nav .flex-prev {
  background: url('../images/arrow-slider-left.png') no-repeat 50% 50%;
  left: 0;
  background-color: #555555;
}
.flex-direction-nav .flex-prev:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  background-color: #A0CE4E;
}
.flex-direction-nav .flex-next {
  background: url('../images/arrow-slider-right.png') no-repeat 50% 50%;
  right: 0;
  background-color: #555555;
}
.flex-direction-nav .flex-next:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  background-color: #A0CE4E;
}
.flex-direction-nav .flex-disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .flex-direction-nav {
    top: 0;
    height: 100%;
  }
  .flex-direction-nav a {
    height: 100%;
  }
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 14px;
  text-align: center;
  margin-left: 0;
}
.flex-control-nav li {
  margin: 0 10px;
  display: inline-block;
}
.flex-control-paging li a {
  background-color: #555555;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background-color: #A0CE4E;
}
@media screen and (max-width: 767px) {
  .flex-control-nav {
    display: none;
  }
}


.page-inner {
  background-color: #ffffff;
  /*padding: 10px;*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
.page-inner .sub-inner {
    padding: 10px 40px;
}


.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}


.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

.row-fluid .controls-row [class*="span"] {
  float: left;
}

.row-fluid .thumbnails {
  margin-left: 0;
}



.hero-unit {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* Hero unit */
/*-----------------------------------------------------------------------------------*/
.hero-unit {
    border-left: 4px solid #3384f3;
	font-family:'Exo 2';
}
.hero-unit h4 {
    font-weight: 600;
}
.hero-unit p {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    width: 98%;
}
.btn-welcome{
    background: #E84807;
    color: #FFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.btn-welcome:hover {
    background: none repeat scroll 0 0 #535049;
    text-shadow: none;
    color:#FFF;
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {
    .hero-unit {padding: 40px;}
    .hero-unit h1 {}
}

@media (max-width: 480px) {
    .hero-unit {padding: 10px; font-size: 14px; line-height: 1.5;}
    .hero-unit h1 {font-size: 22px; line-height: 1.5;}
}


.label-testimony { padding: 5px 5px;font-size:12px; text-decoration:non;  background:#1565d2;}




/* Testimonials NEW*/
/*-----------------------------------------------------------------------------------*/
.testimonialsnew p {
    background: url("../images/quotesnew.png") no-repeat scroll 12px 12px #EBEBEB;
    border: 1px solid #DEDEDE;
    margin-left: 70px;
    padding: 10px 10px 10px 40px;
}
.testimonialsnew h4 {
    font-weight: 600;
	padding-bottom: 10px;
	}

.testimonialsnew img {
    float: left;
    margin-bottom: 10px;
}
.testimonialsnew small {
	color:#324f85;
    display: block;
    font-size: 15px !important;
    letter-spacing: 0;
}


/* Bootstrap Carousel / Latest Projects Widget */
/*-----------------------------------------------------------------------------------*/
.carouselelast {position: relative;}
.carouselelast li {margin-right: 5px}
.carouselelast-wrapper {overflow: hidden;}
.carouselelast-wrapper ul {display: none;}
.carouselelast-wrapper ul li {height: 100%; float: left; display: block;}
.btleft-elast .es-nav-elast {position: absolute; top: 10px; left: -63px;}
.bttopelast .es-nav-elast {position: absolute; top: -30px; right: 0;}
.es-nav-elast span {
    float: left; display: block; top: 0; right: 0;
    text-indent: -9999px; cursor: pointer;
    width: 20px; height: 20px;
}
.es-nav-elast .es-nav-elast-prev {
    background: url("../images/icons/arrow-left.png") no-repeat scroll 40% 40% rgba(50, 79, 133, 0.7);
	}
.es-nav-elast .es-nav-elast-next {
	background: url('../images/icons/arrow-right.png') no-repeat 50% 50%; background-color: rgba(50, 79, 133, 0.7); margin-left: 5px;
	}
.es-nav-elast .es-nav-elast-next:hover, .es-nav-elast .es-nav-elast-prev:hover {background-color: rgba(50, 79, 133, 1);}

.carouselelast-control {
    border: none;
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: 5px;
    width: 26px;
    height: 26px;
}
.carouselelast-control.post {top: 50%;}
.carouselelast-control.left.post {left: 0;}
.carouselelast-control.left {
    right: 34px;
    background: url('../images/icons/arrow-left.png') no-repeat center center;
    background-color: rgba(54, 55, 56, 0.7);
}
.carouselelast-control.right {
    right: 4px;
    background: url('../images/icons/arrow-right.png') no-repeat center center;
    background-color: rgba(54, 55, 56, 0.7);
}

.carouselelast-control {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* carousal new end */

/* new bg menu starts*/
.navbg {
	color:#FFFFFF;
	position: absolute;
	width: 100%;
	height: 70px;
	border-top: 1px solid #084F8F;
	background: transparent url('../images/nav-outer-bg-new.png') repeat-x scroll 0 0;
	font-family: "Century Gothic";
	font-size: 15px;
	text-align:center;
}

.navbg ul {
	list-style: none;
	position: relative;
	width: 100%;
	height: 40px;
	margin-top:12px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	list-style: none;
	text-align:center;
	
}


.navbg ul.menu li {
height: 32px;

}

.navbg ul.menubg li {
    float:left;
    height:32px;
}

.navbg ul.menubg li a {
    font-weight:bold;
    color:#fff;
    list-style:none;
    text-align:center;
    text-shadow:0 1px 0 #125BA6;
    padding:0 17px;
    display:block;
    text-decoration: none;
}

.navbg ul.menubg li a:hover {
    border:none;
    color:#40b5fa;
}

/*level 2*/
.navbg ul.level1 li ul.level2 {
    background:#fff;
    display:none;
    float:left;
    height:auto;
    margin-top:12px;
    padding-top:4px;
    position:absolute;
    width:auto;
    z-index:99999;
    font-size:12px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.navbg ul.level1 li ul.level2 li a {
    color:#666 !important;
    text-shadow:none !important;
    padding:3px 8px !important;
    text-align:left !important;
}

.navbg ul.level1 li ul.level2 li ul.level3 {
    margin-top:5px;
}

.navbg ul.level1 li ul.level2 ul.level3 li {
    border-bottom:1px solid #DEE5ED;
    height:auto !important;
}

.li-container {
    height:auto !important;
    padding:0 !important;
}

.navbg ul.level1 li ul.level2 li a:hover {
    color:#666;
    background:#F0F6FC;
    text-decoration:none;
}

.navbg ul.menubg li ul.level2 li ul.level3 li ul.level4, div.navbg ul.menubg li ul.level2 li ul.level3 li ul.level4 li ul.level5 {
    display:none;
    position:absolute;
    margin:-22px 0 0 150px;
    text-align:left;
    height:auto;
    z-index:99999;
    background:#fff;
}

/*level 4 hover*/
.navbg ul.level1 li ul.level2 li.li-container ul.level3 li:hover > ul.level4 {
    display:block;
}

/*level 5*/
.navbg ul.level1 li ul.level2 li.li-container ul.level3 li ul.level4 li:hover > ul.level5 {
    display:block;
}

.navbg ul.level1 li:hover > ul.level2 {
    display:block;
}

.navbg ul.menubg li ul.level2 li {
    float:none;
}

.navbg ul.menubg li ul.level2 li a:hover {
    color:#fff;
}

.navbg ul.level1 li ul.level2 li ul.column {
    float:left;
    width:150px;
    height:auto;
}

.navbg ul.level1 li ul.level2 li ul.column-last {
    margin-left:8px;
}

ul.level1 ul.international-wrapper {
    width:370px !important
}

ul.level1 ul.international-wrapper ul.international {
    width: 212px !important;
}

ul.level1 ul.level2 ul.wide {
    width: 176px !important;
}

ul.level3 li a span {
    float:right;
}

.menu, dir {
	display:block;
}

/* new navbg end */
.callus {
	font-weight:900; color:#2557b9; font-size:14px; margin-top:45px; display:block; 
}

@media (min-width: 400px) and (max-width: 779px) {
	.callus {
		text-align:center; margin-left:20%; margin-right:20%;margin-top:10px; font-weight:900; color:#2557b9; font-size:24px; display:block; 
	}
}




/* menu prom */
/*----------------------menu-------------------------*/
/* NAV ------------------------------------------------------------*/

#centeredmenu {
   clear:both;
   float:left;
   width:100%;
   font-size:14px; 
   z-index:1000; 
   position:relative;
   padding-top:0px;
   padding-bottom:0px;
}

/* Top menu items */
#centeredmenu ul {
   float:right;
   position:relative;
   right:50%;
   list-style:none;
}

#centeredmenu ul li {
   float:left;
   position:relative;
   left:50%;
   top:1px;
}

#centeredmenu ul li a {
   display:block;
   margin:0 10px;
   font-size:1em;
   line-height:1em;
   text-decoration:none;
   color:#1f2837;
    padding:6px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}

#centeredmenu ul li.current_page_item > a,
#centeredmenu ul li > a:hover{
   color:#fff;
    transition:all 0.8s linear;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
	background-color:#05468f;
	color:#ffffff;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; 
   position:absolute;
   top:2em;
   left:0;
   right:auto; 
   width:10em;
   background: url(../images/drop-top.png) no-repeat top center;
}

#centeredmenu ul ul li:first-child{
	margin-top: 15px;
}

#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}

#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:12px;
   font-weight:normal; /* resets the bold set for the top level menu items */
   color:#112329;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #FFF; /* sub menu item horizontal lines */
}

#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#FFF; /* Sub menu items background colour */
   color:#112329;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul li:last-child ul {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
   background: url(../images/drop-top-right.png) no-repeat top center;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}


#sidebanner {
	border:solid 4px #efefef;
	border-radius: 4px 4px 4px 4px !important;
	background-color:#ffffff !important;
	min-height:300px !important;
}


.recipe ul li {
	list-style:none;
	background:url(../images/common-content-bullet.png) no-repeat left  !important;
	padding-left:25px;
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}