/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
 /* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
      font-family: 'ambleregular';
      src: url(../css/fonts/Amble-Regular-webfont.ttf) format('truetype');
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/body_bg.png);
}
.wrap{
	width:100%;
	margin:0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
.header{
	background:#323232;
}
.logo{
	float:left;
	padding:10px 0;
}
.menu{
	float:right;
}
.menu li{
	float:left;
}
.menu li a{
	display:block;
	font-family: 'ambleregular';
	font-size:0.85em;
	color:#FFF;
	text-transform:uppercase;
	padding:36px 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	position:relative;
}
.menu li a:hover,.menu li.active a{
	color:#FFF;
	background:#ee5010;
}
/********* Main ************/
.main{
	padding:50px 0;
}
.content{
	float:left;
	width:54%;
	margin:0 2%;
}
.sidebar{
	float:left;
	width:21%;
}
/************* Sidebar - Right ***********/
.services h3{
	color:#FFF;
	font-size:1.2em;
	text-transform:uppercase;
	font-family: 'ambleregular';
	padding:8px 0;
	text-align:center;
	background:#EE5010;
}
.services_list{
	margin-top:5px;
	background:#FFF;
}
.services_list li a{
	display:block;
	background:url(../img/arrow.png) no-repeat 10px 9px;
	color:#969494;
	font-size:0.85em;
	border-bottom:1px solid #D6D6D6;
	padding:8px 0 8px 25px;
}
.services_list li a:hover{
	background:#555 url(../img/arrow-hover.png) no-repeat 10px 9px;
	color:#FFF;
}
.sidebar_left_bottom{
	margin-top:15px;
}
.projects h3{
	color:#FFF;
	font-size:1.2em;
	text-transform:uppercase;
	font-family: 'ambleregular';
	padding:8px 0;
	text-align:center;
	background:#EE5010;
}
.project_img{
	margin-top:5px;
	background:#FFF;
	padding:15px;
}
.projects img{
	max-width:100%;
	display:block;
	width:100%;
	margin-bottom:6px;
}
/********* Content ***********/
.content_bottom{
	padding:25px;
	background:#FFF;
}
.content_bottom h2{
	font-family: 'ambleregular';
	font-size: 1.5em;
	color: #424242;
	padding:5px 0;
	text-transform:uppercase;
}
.content_bottom h3{
	font-family: 'ambleregular';
	font-size:0.85em;
	color:#EE5010;
	padding:5px 0;
	line-height:1.6em;
}
.content_bottom p{
	color:#969494;
	font-size:0.85em;
	padding:5px 0;
	line-height:1.8em;
}
.feature_list{
	padding-top:22px;
}
.feature_list li{
	color:#888;
	font-size:0.85em;
	padding:8px 0 8px 15px;
	background:url(../img/list-img.png) no-repeat 0;
}
/************** Sidebar - Right *************/
.sidebar_right_top h3{
	color:#FFF;
	font-size:1.2em;
	text-transform:uppercase;
	font-family: 'ambleregular';
	padding:8px 0;
	text-align:center;
	background:#EE5010;
}
.latestnews{
	background:#FFF;
	padding:15px;
	margin-bottom:10px;
	margin-top:5px;
}
.latestnews_desc{
	padding:10px 0px;
	border-bottom: 1px solid #ECECEC;
}
.latestnews_desc h4{
	color:#555;
	font-family: 'ambleregular';
	font-size:1em;
}
.latestnews_desc p{
	color: #969494;
	font-size:0.85em;
	padding:5px 0;
	line-height:1.8em;
}
.latestnews_desc span a{
	font-family: 'ambleregular';
	font-size:0.8em;
	text-transform:uppercase;
	display:block;
	text-align:right;
	color:#777;
	text-decoration:underline;
}
.latestnews_desc span a:hover{
	color:#EE5010;
	text-decoration:none;
}
.view-all{
   padding-top:5px;	
}
.view-all a {
	font-family:'ambleregular';
	color:#EE5010;
	font-size:0.85em;
	background:url(../img/arrow.png) no-repeat 0;
	padding-left:15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	text-align: right;
}
.view-all a:hover{
	color:#555;
}
/******** Member-Login ********/
.sidebar_right_bottom h3{
	color:#FFF;
	font-size:1.2em;
	text-transform:uppercase;
	font-family: 'ambleregular';
	padding:8px 0;
	text-align:center;
	background:#EE5010;
}
.login_form{
	padding:15px;
	background:#FFF;
	margin-top:5px;
}
.login_form h3{
	color: #EE5010;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: 'ambleregular';
	padding-bottom: 15px;
}
.login_form div{
	padding:5px 0;
}
.login_form span{
	display:block;
	font-size:0.85em;
	color:#6A6A6A;
	padding-bottom:5px;
	text-transform:uppercase;
	font-family: 'ambleregular';
}
.login_form input[type="text"]{
	font-size:1em;
	color:#3A3A3A;
	border:1px solid #CCC;
	background:#cecece;
	padding:6px;
	width:94%;
	outline:none;
}
.login_form input[type="password"]{
	font-size:1em;
	color:#3A3A3A;
	border:1px solid #CCC;
	background:#cecece;
	padding:6px;
	width:94%;
    outline:none;
}
.mybutton{
		font-family: 'ambleregular';
	    background:#EE5010;
		padding:8px 15px;
		color: #FFF;
		border:none;
		display:inline-block;
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		text-transform: uppercase;  
	    cursor:pointer;
	    -webkit-appearance:none;
	    float:right;
}
.mybutton:hover{
    background:#222;
    color:#FFF;
}
.login_form span a{
	color:#888;
}
.login_form span a:hover{
	text-decoration:underline;
	color:#555;
}
.login_form h4{
	font-size:1em;
	color:#888;
	font-family: 'ambleregular';
	padding-top:20px;
}
.login_form a{
	font-size:0.85em;
	color:#EE5010;
}
.login_form a:hover{
	color:#555;
	text-decoration:underline;
}
/*** Footer ***/
.footer{
	background:#FFF;
}
 /*  GRID OF FOUR   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
	
.span_1_of_4 {
	width: 20.8%;
	padding:1.5%; 
}
.span_1_of_4  h3{
	 font-size:1.2em;
	 color:#EE5010;
	 border-bottom: 1px dotted #D5D5D5;
	 font-family: 'ambleregular';
	 text-transform:uppercase;
	 margin-bottom:10px;
}
.span_1_of_4  p{
	font-size:0.85em;
	padding:5px 0;
	color:#969494;
	line-height: 1.8em;
}
.span_1_of_4  p span a{
	color:#EE5010;
	font-family: 'ambleregular';
}
.span_1_of_4  p span a:hover{
	color:#222;
}
.location li,ul.address li{
	font-size:0.85em;
	color:#6A6A6A;
	display:block;
	padding:7px 0;
}
.Testimonials_desc p span.up{
	padding-right:10px;
}
.Testimonials_desc p span.down{
	padding-left:10px;
}
.Testimonials_desc p span.down img{
	vertical-align:middle;
}
.Testimonials_desc h5{
	font-size:0.85em;
	color:#EE5010;
	font-family: 'ambleregular';
	text-align:right;
	font-style:italic;
}
 .copy-right{
	text-align:center;
	padding:15px 0;
	background:#323232;
 }
 .copy-right p{
	font-size:0.85em;
	color:#FFF;
	font-family: 'ambleregular';
 }
 .copy-right p a{
	text-decoration:underline;
	color:#EE5010;
	-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;
 }
 .copy-right p a:hover{
 	color:#FFF;
	text-decoration:none;
 } 
 /************ Services **************/
.services_grid{
	float:left;
	width:77%;
	margin:0 2% 0 0;
}
.service_desc{
	padding-bottom:18px;
}
.listview_1_of_2{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_2:first-child { margin-left: 0; } 

.images_1_of_2 {
	width: 46.2%;
	padding:1.5%; 
}
.listimg_2_of_1 {
	width:16.2%;
}
.list_2_of_1 {
	width: 78.2%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
}
.list_2_of_1  h4{
	color:#555;
	font-size: 1.4em;
	margin:5px 0;
	text-transform: uppercase;
	font-family: 'ambleregular';
}
.list_2_of_1  p{
	color: #969494;
	font-size: 0.85em;
	padding:0;
	line-height: 1.8em;	
}
/*********** Marketing ************/
.marketing{
	margin-bottom:12px;
}
.image {
	clear: both;
	padding: 1.5%;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	margin: 0% 0 0% 2.6%;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width:35.2%;
	position:relative;
}
.blog-leftgrids{
	margin-bottom:25px;
}
.blog-desc{
	width: 60.1%;
}
.images_3_of_1  img {
	max-width:100%;
	display:block;
}
.blog-desc  h4 a{
	color:#555;
	font-family: 'ambleregular';
	font-size:1.2em;
	text-transform:uppercase;
}
.blog-desc  p {
	font-size:0.85em;
	color:#787878;
   line-height:1.8em;
}
/*********** Contact ************/
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	color: #949494;
	font-family: 'ambleregular';
	padding-bottom:5px;
	font-size:0.85em;
	text-transform:uppercase;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			background:none;
			border:1px solid #DDDCDC;
			outline:none;
			color:#555;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			-webkit-appearance:none;
}

.contact-form input[name="whatsapp"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			background:none;
			border:1px solid #DDDCDC;
			outline:none;
			color:#555;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			-webkit-appearance:none;
}

.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
	border:1px solid #CAC8C8;
}

.contact-form input[name="whatsapp"]:focus,.contact-form textarea:focus{
	border:1px solid #CAC8C8;
}

.submit_button{
	font-size:1em;
	padding:10px 20px;
	text-shadow:0px 1px 1px rgba(94, 94, 94, 0.9);
	color:#FFF;
	border:none;
	cursor:pointer;
	background:#EE5010;
	text-decoration: none;
	text-transform:uppercase;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    font-family: 'ambleregular';
    position:absolute;
    right:0;
}
.submit_button:hover{
	text-shadow: 0px 0px 1px #000;
    background:#000; 
}
.contact_info{
	margin-top:30px;
}
/**** Responsice Layout *****/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
}
@media all and (max-width: 1024px) {
	.wrap {
		width:95%;
	}
}
@media all and (max-width:800px) {
	.wrap {
		width:95%;
	}
	.logo{
		padding:0;
	}
	.menu li a{
		font-size:0.75em;
		padding:25px 10px;
	}
	.main{
		padding:25px 0;
	}
	.content{
		width:44%;
	}
	.content_bottom{
		padding:15px;
	}
	.sidebar{
		width:26%;
	}
	.services_grid{
		width:72%;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:93%;
	}

	.contact-form input[name="whatsapp"], .contact-form textarea{
		width:93%;
	}
}
@media all and (max-width:640px) {
	.wrap{
		width:95%;
	}
	.logo{
		width:40%;
		padding:8px 0;
	}
	.menu li a{
		padding:25px 5px;
	}
	.sidebar{
		float:none;
		width:100%;
	}
	.content{
		float:none;
		width:100%;
		margin:10px 0;
	}
	.col_1_of_4{
		margin:0;
	}
	.span_1_of_4{
		width:94%;
		padding:3%;
	}
	.services_grid{
		float:none;
		width:100%;
		margin:0 0 10px 0;
	}
	.blog-desc h4 a{
		font-size:1em;
	}
	.marketing{
		margin-bottom:0;
	}
}
@media all and (max-width:480px) {
	.wrap{
		width:95%;
	}
	.logo{
		float:none;
		width:100%;
		text-align:center;
		padding:0;
	}
	.menu{
		float:none;
	}
	.menu li a{
		padding:10px 18px;
	}
	.main{
		padding:10px 0;
	}
	.services h3,.projects h3,.sidebar_right_bottom h3{
		font-size:1em;
		padding:6px 0;
	}
	.feature_list{
		padding-top:0;
	}
	.listview_1_of_2{
		margin:0 0 10px 0;
	}
	.images_1_of_2{
		width:100%;
		padding:0%;
	}
	.images_3_of_1,.blog-desc{
		width:100%;
	}
	.grid{
		margin:10px 0 0 0;
	}
	.contact_info{
		margin-top:10px;
	}
 }
@media all and (max-width:320px) {
	.wrap{
		width:95%;
	}
	.menu li a {
		font-size:0.7em;
		padding: 6px 4.2px;
	}
}

/************ Codigo ajeno ************/

/*Tabla*/
.center-text-table{
	text-align:center;
}

/*Este codigo es bootstrapeado*/

		table {
			border-collapse: collapse;
			border-spacing: 0
		}
		td, th {
			padding: 0
		}
		
		@media print {
			* {
				text-shadow: none !important;
				color: #000 !important;
				background: transparent !important;
				box-shadow: none !important
			}
			a, a:visited {
				text-decoration: underline
			}
			a[href]:after {
				content: " (" attr(href) ")"
			}
			abbr[title]:after {
				content: " (" attr(title) ")"
			}
			a[href^="javascript:"]:after, a[href^="#"]:after {
				content: ""
			}
			pre, blockquote {
				border: 1px solid #999;
				page-break-inside: avoid
			}
			thead {
				display: table-header-group
			}
			tr, img {
				page-break-inside: avoid
			}
			img {
				max-width: 100% !important
			}
			p, h2, h3 {
				orphans: 3;
				widows: 3
			}
			h2, h3 {
				page-break-after: avoid
			}
			select {
				background: #fff !important
			}
			.navbar {
				display: none
			}
			.table td, .table th {
				background-color: #fff !important
			}
			.btn > .caret, .dropup > .btn > .caret {
				border-top-color: #000 !important
			}
			.label {
				border: 1px solid #000
			}
			.table {
				border-collapse: collapse !important
			}
			.table-bordered th, .table-bordered td {
				border: 1px solid #ddd !important
			}
		}
		
		table {
			max-width: 100%;
			background-color: transparent
		}
		th {
			text-align: center
		}
		.table {
			width: 100%;
			margin-bottom: 20px
		}
		.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
			padding: 8px;
			line-height: 1.42857143;
			vertical-align: top;
			border-top: 1px solid #ddd
		}
		.table > thead > tr > th {
			vertical-align: bottom;
			border-bottom: 2px solid #ddd
		}
		.table > caption+ thead > tr:first-child > th, .table > colgroup+ thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption+ thead > tr:first-child > td, .table > colgroup+ thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
			border-top: 0
		}
		.table > tbody+ tbody {
			border-top: 2px solid #ddd
		}
		.table .table {
			background-color: #fff
		}
		.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
			padding: 5px
		}
		.table-bordered {
			border: 1px solid #ddd
		}
		.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
			border: 1px solid #ddd
		}
		.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
			border-bottom-width: 2px
		}
		.table-striped > tbody > tr:nth-child(odd)> td, .table-striped > tbody > tr:nth-child(odd)> th {
			background-color: #f9f9f9
		}
		.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
			background-color: #f5f5f5
		}
		table col[class*=col-] {
			position: static;
			float: none;
			display: table-column
		}
		table td[class*=col-], table th[class*=col-] {
			position: static;
			float: none;
			display: table-cell
		}
		.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
			background-color: #f5f5f5
		}
		.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
			background-color: #e8e8e8
		}
		.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
			background-color: #dff0d8
		}
		.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
			background-color: #d0e9c6
		}
		.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
			background-color: #d9edf7
		}
		.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
			background-color: #c4e3f3
		}
		.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
			background-color: #fcf8e3
		}
		.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
			background-color: #faf2cc
		}
		.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
			background-color: #f2dede
		}
		.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
			background-color: #ebcccc
		}
		@media (max-width: 767px) {
			.table-responsive {
				width: 100%;
				margin-bottom: 15px;
				overflow-y: hidden;
				overflow-x: scroll;
				-ms-overflow-style: -ms-autohiding-scrollbar;
				border: 1px solid #ddd;
				-webkit-overflow-scrolling: touch
			}
			.table-responsive > .table {
				margin-bottom: 0
			}
			.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
				white-space: nowrap
			}
			.table-responsive > .table-bordered {
				border: 0
			}
			.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
				border-left: 0
			}
			.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
				border-right: 0
			}
			.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
				border-bottom: 0
			}
		}

/******Carousel******/

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto
}

.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	line-height: 1
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block
}
.carousel-inner > .active {
	left: 0
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner > .next {
	left: 100%
}
.carousel-inner > .prev {
	left: -100%
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0
}
.carousel-inner > .active.left {
	left: -100%
}
.carousel-inner > .active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif
}
.carousel-control .icon-prev:before {
	content: '\2039'
}
.carousel-control .icon-next:before {
	content: '\203a'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0)
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow: none
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

/**/
	
@font-face {
			font-family: 'Glyphicons Halflings';
			/*src: url(../css/fonts/glyphicons-halflings-regular.eot);
			src: url(css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(css/fonts/glyphicons-halflings-regular.woff) format('woff'), url(css/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')*/
			
			src: url(../css/fonts/glyphicons-halflings-regular.eot);
			src: url(../css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../css/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../css/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
		}
		.glyphicon {
			position: relative;
			top: 1px;
			display: inline-block;
			font-family: 'Glyphicons Halflings';
			font-style: normal;
			font-weight: 400;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale
		}
		.glyphicon-asterisk:before {
			content: "\2a"
		}
		.glyphicon-plus:before {
			content: "\2b"
		}
		.glyphicon-euro:before {
			content: "\20ac"
		}
		.glyphicon-minus:before {
			content: "\2212"
		}
		.glyphicon-cloud:before {
			content: "\2601"
		}
		.glyphicon-envelope:before {
			content: "\2709"
		}
		.glyphicon-pencil:before {
			content: "\270f"
		}
		.glyphicon-glass:before {
			content: "\e001"
		}
		.glyphicon-music:before {
			content: "\e002"
		}
		.glyphicon-search:before {
			content: "\e003"
		}
		.glyphicon-heart:before {
			content: "\e005"
		}
		.glyphicon-star:before {
			content: "\e006"
		}
		.glyphicon-star-empty:before {
			content: "\e007"
		}
		.glyphicon-user:before {
			content: "\e008"
		}
		.glyphicon-film:before {
			content: "\e009"
		}
		.glyphicon-th-large:before {
			content: "\e010"
		}
		.glyphicon-th:before {
			content: "\e011"
		}
		.glyphicon-th-list:before {
			content: "\e012"
		}
		.glyphicon-ok:before {
			content: "\e013"
		}
		.glyphicon-remove:before {
			content: "\e014"
		}
		.glyphicon-zoom-in:before {
			content: "\e015"
		}
		.glyphicon-zoom-out:before {
			content: "\e016"
		}
		.glyphicon-off:before {
			content: "\e017"
		}
		.glyphicon-signal:before {
			content: "\e018"
		}
		.glyphicon-cog:before {
			content: "\e019"
		}
		.glyphicon-trash:before {
			content: "\e020"
		}
		.glyphicon-home:before {
			content: "\e021"
		}
		.glyphicon-file:before {
			content: "\e022"
		}
		.glyphicon-time:before {
			content: "\e023"
		}
		.glyphicon-road:before {
			content: "\e024"
		}
		.glyphicon-download-alt:before {
			content: "\e025"
		}
		.glyphicon-download:before {
			content: "\e026"
		}
		.glyphicon-upload:before {
			content: "\e027"
		}
		.glyphicon-inbox:before {
			content: "\e028"
		}
		.glyphicon-play-circle:before {
			content: "\e029"
		}
		.glyphicon-repeat:before {
			content: "\e030"
		}
		.glyphicon-refresh:before {
			content: "\e031"
		}
		.glyphicon-list-alt:before {
			content: "\e032"
		}
		.glyphicon-lock:before {
			content: "\e033"
		}
		.glyphicon-flag:before {
			content: "\e034"
		}
		.glyphicon-headphones:before {
			content: "\e035"
		}
		.glyphicon-volume-off:before {
			content: "\e036"
		}
		.glyphicon-volume-down:before {
			content: "\e037"
		}
		.glyphicon-volume-up:before {
			content: "\e038"
		}
		.glyphicon-qrcode:before {
			content: "\e039"
		}
		.glyphicon-barcode:before {
			content: "\e040"
		}
		.glyphicon-tag:before {
			content: "\e041"
		}
		.glyphicon-tags:before {
			content: "\e042"
		}
		.glyphicon-book:before {
			content: "\e043"
		}
		.glyphicon-bookmark:before {
			content: "\e044"
		}
		.glyphicon-print:before {
			content: "\e045"
		}
		.glyphicon-camera:before {
			content: "\e046"
		}
		.glyphicon-font:before {
			content: "\e047"
		}
		.glyphicon-bold:before {
			content: "\e048"
		}
		.glyphicon-italic:before {
			content: "\e049"
		}
		.glyphicon-text-height:before {
			content: "\e050"
		}
		.glyphicon-text-width:before {
			content: "\e051"
		}
		.glyphicon-align-left:before {
			content: "\e052"
		}
		.glyphicon-align-center:before {
			content: "\e053"
		}
		.glyphicon-align-right:before {
			content: "\e054"
		}
		.glyphicon-align-justify:before {
			content: "\e055"
		}
		.glyphicon-list:before {
			content: "\e056"
		}
		.glyphicon-indent-left:before {
			content: "\e057"
		}
		.glyphicon-indent-right:before {
			content: "\e058"
		}
		.glyphicon-facetime-video:before {
			content: "\e059"
		}
		.glyphicon-picture:before {
			content: "\e060"
		}
		.glyphicon-map-marker:before {
			content: "\e062"
		}
		.glyphicon-adjust:before {
			content: "\e063"
		}
		.glyphicon-tint:before {
			content: "\e064"
		}
		.glyphicon-edit:before {
			content: "\e065"
		}
		.glyphicon-share:before {
			content: "\e066"
		}
		.glyphicon-check:before {
			content: "\e067"
		}
		.glyphicon-move:before {
			content: "\e068"
		}
		.glyphicon-step-backward:before {
			content: "\e069"
		}
		.glyphicon-fast-backward:before {
			content: "\e070"
		}
		.glyphicon-backward:before {
			content: "\e071"
		}
		.glyphicon-play:before {
			content: "\e072"
		}
		.glyphicon-pause:before {
			content: "\e073"
		}
		.glyphicon-stop:before {
			content: "\e074"
		}
		.glyphicon-forward:before {
			content: "\e075"
		}
		.glyphicon-fast-forward:before {
			content: "\e076"
		}
		.glyphicon-step-forward:before {
			content: "\e077"
		}
		.glyphicon-eject:before {
			content: "\e078"
		}
		.glyphicon-chevron-left:before {
			content: "\e079"
		}
		.glyphicon-chevron-right:before {
			content: "\e080"
		}
		.glyphicon-plus-sign:before {
			content: "\e081"
		}
		.glyphicon-minus-sign:before {
			content: "\e082"
		}
		.glyphicon-remove-sign:before {
			content: "\e083"
		}
		.glyphicon-ok-sign:before {
			content: "\e084"
		}
		.glyphicon-question-sign:before {
			content: "\e085"
		}
		.glyphicon-info-sign:before {
			content: "\e086"
		}
		.glyphicon-screenshot:before {
			content: "\e087"
		}
		.glyphicon-remove-circle:before {
			content: "\e088"
		}
		.glyphicon-ok-circle:before {
			content: "\e089"
		}
		.glyphicon-ban-circle:before {
			content: "\e090"
		}
		.glyphicon-arrow-left:before {
			content: "\e091"
		}
		.glyphicon-arrow-right:before {
			content: "\e092"
		}
		.glyphicon-arrow-up:before {
			content: "\e093"
		}
		.glyphicon-arrow-down:before {
			content: "\e094"
		}
		.glyphicon-share-alt:before {
			content: "\e095"
		}
		.glyphicon-resize-full:before {
			content: "\e096"
		}
		.glyphicon-resize-small:before {
			content: "\e097"
		}
		.glyphicon-exclamation-sign:before {
			content: "\e101"
		}
		.glyphicon-gift:before {
			content: "\e102"
		}
		.glyphicon-leaf:before {
			content: "\e103"
		}
		.glyphicon-fire:before {
			content: "\e104"
		}
		.glyphicon-eye-open:before {
			content: "\e105"
		}
		.glyphicon-eye-close:before {
			content: "\e106"
		}
		.glyphicon-warning-sign:before {
			content: "\e107"
		}
		.glyphicon-plane:before {
			content: "\e108"
		}
		.glyphicon-calendar:before {
			content: "\e109"
		}
		.glyphicon-random:before {
			content: "\e110"
		}
		.glyphicon-comment:before {
			content: "\e111"
		}
		.glyphicon-magnet:before {
			content: "\e112"
		}
		.glyphicon-chevron-up:before {
			content: "\e113"
		}
		.glyphicon-chevron-down:before {
			content: "\e114"
		}
		.glyphicon-retweet:before {
			content: "\e115"
		}
		.glyphicon-shopping-cart:before {
			content: "\e116"
		}
		.glyphicon-folder-close:before {
			content: "\e117"
		}
		.glyphicon-folder-open:before {
			content: "\e118"
		}
		.glyphicon-resize-vertical:before {
			content: "\e119"
		}
		.glyphicon-resize-horizontal:before {
			content: "\e120"
		}
		.glyphicon-hdd:before {
			content: "\e121"
		}
		.glyphicon-bullhorn:before {
			content: "\e122"
		}
		.glyphicon-bell:before {
			content: "\e123"
		}
		.glyphicon-certificate:before {
			content: "\e124"
		}
		.glyphicon-thumbs-up:before {
			content: "\e125"
		}
		.glyphicon-thumbs-down:before {
			content: "\e126"
		}
		.glyphicon-hand-right:before {
			content: "\e127"
		}
		.glyphicon-hand-left:before {
			content: "\e128"
		}
		.glyphicon-hand-up:before {
			content: "\e129"
		}
		.glyphicon-hand-down:before {
			content: "\e130"
		}
		.glyphicon-circle-arrow-right:before {
			content: "\e131"
		}
		.glyphicon-circle-arrow-left:before {
			content: "\e132"
		}
		.glyphicon-circle-arrow-up:before {
			content: "\e133"
		}
		.glyphicon-circle-arrow-down:before {
			content: "\e134"
		}
		.glyphicon-globe:before {
			content: "\e135"
		}
		.glyphicon-wrench:before {
			content: "\e136"
		}
		.glyphicon-tasks:before {
			content: "\e137"
		}
		.glyphicon-filter:before {
			content: "\e138"
		}
		.glyphicon-briefcase:before {
			content: "\e139"
		}
		.glyphicon-fullscreen:before {
			content: "\e140"
		}
		.glyphicon-dashboard:before {
			content: "\e141"
		}
		.glyphicon-paperclip:before {
			content: "\e142"
		}
		.glyphicon-heart-empty:before {
			content: "\e143"
		}
		.glyphicon-link:before {
			content: "\e144"
		}
		.glyphicon-phone:before {
			content: "\e145"
		}
		.glyphicon-pushpin:before {
			content: "\e146"
		}
		.glyphicon-usd:before {
			content: "\e148"
		}
		.glyphicon-gbp:before {
			content: "\e149"
		}
		.glyphicon-sort:before {
			content: "\e150"
		}
		.glyphicon-sort-by-alphabet:before {
			content: "\e151"
		}
		.glyphicon-sort-by-alphabet-alt:before {
			content: "\e152"
		}
		.glyphicon-sort-by-order:before {
			content: "\e153"
		}
		.glyphicon-sort-by-order-alt:before {
			content: "\e154"
		}
		.glyphicon-sort-by-attributes:before {
			content: "\e155"
		}
		.glyphicon-sort-by-attributes-alt:before {
			content: "\e156"
		}
		.glyphicon-unchecked:before {
			content: "\e157"
		}
		.glyphicon-expand:before {
			content: "\e158"
		}
		.glyphicon-collapse-down:before {
			content: "\e159"
		}
		.glyphicon-collapse-up:before {
			content: "\e160"
		}
		.glyphicon-log-in:before {
			content: "\e161"
		}
		.glyphicon-flash:before {
			content: "\e162"
		}
		.glyphicon-log-out:before {
			content: "\e163"
		}
		.glyphicon-new-window:before {
			content: "\e164"
		}
		.glyphicon-record:before {
			content: "\e165"
		}
		.glyphicon-save:before {
			content: "\e166"
		}
		.glyphicon-open:before {
			content: "\e167"
		}
		.glyphicon-saved:before {
			content: "\e168"
		}
		.glyphicon-import:before {
			content: "\e169"
		}
		.glyphicon-export:before {
			content: "\e170"
		}
		.glyphicon-send:before {
			content: "\e171"
		}
		.glyphicon-floppy-disk:before {
			content: "\e172"
		}
		.glyphicon-floppy-saved:before {
			content: "\e173"
		}
		.glyphicon-floppy-remove:before {
			content: "\e174"
		}
		.glyphicon-floppy-save:before {
			content: "\e175"
		}
		.glyphicon-floppy-open:before {
			content: "\e176"
		}
		.glyphicon-credit-card:before {
			content: "\e177"
		}
		.glyphicon-transfer:before {
			content: "\e178"
		}
		.glyphicon-cutlery:before {
			content: "\e179"
		}
		.glyphicon-header:before {
			content: "\e180"
		}
		.glyphicon-compressed:before {
			content: "\e181"
		}
		.glyphicon-earphone:before {
			content: "\e182"
		}
		.glyphicon-phone-alt:before {
			content: "\e183"
		}
		.glyphicon-tower:before {
			content: "\e184"
		}
		.glyphicon-stats:before {
			content: "\e185"
		}
		.glyphicon-sd-video:before {
			content: "\e186"
		}
		.glyphicon-hd-video:before {
			content: "\e187"
		}
		.glyphicon-subtitles:before {
			content: "\e188"
		}
		.glyphicon-sound-stereo:before {
			content: "\e189"
		}
		.glyphicon-sound-dolby:before {
			content: "\e190"
		}
		.glyphicon-sound-5-1:before {
			content: "\e191"
		}
		.glyphicon-sound-6-1:before {
			content: "\e192"
		}
		.glyphicon-sound-7-1:before {
			content: "\e193"
		}
		.glyphicon-copyright-mark:before {
			content: "\e194"
		}
		.glyphicon-registration-mark:before {
			content: "\e195"
		}
		.glyphicon-cloud-download:before {
			content: "\e197"
		}
		.glyphicon-cloud-upload:before {
			content: "\e198"
		}
		.glyphicon-tree-conifer:before {
			content: "\e199"
		}
		.glyphicon-tree-deciduous:before {
			content: "\e200"
		}

		.tooltip {
			position: absolute;
			z-index: 1030;
			display: block;
			visibility: visible;
			font-size: 12px;
			line-height: 1.4;
			opacity: 0;
			filter: alpha(opacity=0)
		}
		.tooltip.in {
			opacity: .9;
			filter: alpha(opacity=90)
		}
		.tooltip.top {
			margin-top: -3px;
			padding: 5px 0
		}
		.tooltip.right {
			margin-left: 3px;
			padding: 0 5px
		}
		.tooltip.bottom {
			margin-top: 3px;
			padding: 5px 0
		}
		.tooltip.left {
			margin-left: -3px;
			padding: 0 5px
		}
		.tooltip-inner {
			max-width: 200px;
			padding: 3px 8px;
			color: #fff;
			text-align: center;
			text-decoration: none;
			background-color: #000;
			border-radius: 4px
		}
		.tooltip-arrow {
			position: absolute;
			width: 0;
			height: 0;
			border-color: transparent;
			border-style: solid
		}
		.tooltip.top .tooltip-arrow {
			bottom: 0;
			left: 50%;
			margin-left: -5px;
			border-width: 5px 5px 0;
			border-top-color: #000
		}
		.tooltip.top-left .tooltip-arrow {
			bottom: 0;
			left: 5px;
			border-width: 5px 5px 0;
			border-top-color: #000
		}
		.tooltip.top-right .tooltip-arrow {
			bottom: 0;
			right: 5px;
			border-width: 5px 5px 0;
			border-top-color: #000
		}
		.tooltip.right .tooltip-arrow {
			top: 50%;
			left: 0;
			margin-top: -5px;
			border-width: 5px 5px 5px 0;
			border-right-color: #000
		}
		.tooltip.left .tooltip-arrow {
			top: 50%;
			right: 0;
			margin-top: -5px;
			border-width: 5px 0 5px 5px;
			border-left-color: #000
		}
		.tooltip.bottom .tooltip-arrow {
			top: 0;
			left: 50%;
			margin-left: -5px;
			border-width: 0 5px 5px;
			border-bottom-color: #000
		}
		.tooltip.bottom-left .tooltip-arrow {
			top: 0;
			left: 5px;
			border-width: 0 5px 5px;
			border-bottom-color: #000
		}
		.tooltip.bottom-right .tooltip-arrow {
			top: 0;
			right: 5px;
			border-width: 0 5px 5px;
			border-bottom-color: #000
		}

/*Here's other code*/

.imageGallery {
    list-style: none outside none;
 }
 
 .imageGallery li {
    float: left;
    padding: 10px;
 }
 
 .imageBoxShadow {
    padding: 7px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 3px 3px 5px 6px #999999;
    -moz-box-shadow: 3px 3px 5px 6px #999999;
    -webkit-box-shadow: 3px 3px 5px 6px #999999;
 }
 .blueBoxShadow {
    color: #FFFFFF;
    background-color: #003366;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
 }
    
 .lightBlueBox {
    padding: 10px 10px 15px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
 }
 .textHighlight {
    background: #FFFF00;
 }
  .shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 100;
    display: none;
 }
 .photoModal {
    position: fixed;
    float: left;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    background: #FFFFFF;
    color: #000000;
    text-align: right;
    border: 10px solid #FFFFFF;
    padding: 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 200;
    display: none;
}
.closePhoto {
    text-decoration: none;
    font-weight: bold;
    color: #999999;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

 /*#content {
    position: absolute;
    top: 75px;
    padding: 10px;
 }*/