@charset "utf-8";
/* CSS Document */


/* main menu
----------------------------*/
#landing-page #ddmenu{
    margin-top: 85px;
}
#ddmenu {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
	letter-spacing: normal;
	
	height: 48px !important;
	margin-top:0px;
}
#ddmenu ul {
	margin: 0 auto;
	padding: 0;
	text-align: left; /* Alignment of each top-level menu items within the UL */
	width: 100%;
	font-size: 0;
	background: #333;
	display: inline-block;
	list-style: none;
	position: relative;
	z-index: 0;
	max-width: 1400px;
	background: #239999;
	border: 1px solid rgba(255,255,255,0.2);/*border-radius:4px;*/
}
#ddmenu li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	display: inline-block;
 *display:inline;
	zoom: 1; /*for IE6-7*/
	position: relative;
	color: #eee;
	line-height: 46px; /*This determines the height of the menu*/
	transition: background-color 0.2s;
	outline: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#ddmenu li.full-width {
	position: static;
}
#ddmenu li.over {
	color: #FFF;
	background-color: #50C6C6;
}
#ddmenu li.over.no-sub {
}
#ddmenu .top-heading {
	
	white-space: nowrap;
	margin: 0 16px;
	color: inherit;
	text-decoration: none;
	display: inline-block;
	outline: 0;
	cursor: pointer;
}
/* links of top-heading */
#ddmenu li a, #ddmenu li a:link, #ddmenu li a:hover {
	color: inherit;
}
#ddmenu li a:hover {
	text-decoration: underline;
}
#ddmenu li a:focus {
	outline: 1px dotted #09F;
}
/* caret(arrow icon) */
#ddmenu i.caret {
	color: inherit;
	left: -12px;
	width: 0;
	height: 0;
	overflow: hidden;/*for IE6*/
	vertical-align: middle;
	margin-bottom: 2px;
	border-top: 4px solid;/*caret size is 4px now*/
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	display: inline-block;
	position: relative;
}
/* sub-menu layout
----------------------------*/

#ddmenu .dropdown {
	width: auto;
	left: 0px;
	color: #000;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	top: 100%;
	border: 1px solid rgba(255,255,255,0.35);
	border-top: none;
	border-radius: 2px;
	background-color: rgba(33,153,152,0.6);
	background-color: #ccc \9;/*fallback for old IE*/
}
#ddmenu li.full-width .dropdown {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-left: -1px; /*Set to 0 if UL has no border*/
}
#ddmenu .offset300 {
	left: -300px;
	right: auto;
}
#ddmenu .right-aligned {
	left: auto;
	right: 0px;
}
#ddmenu li.over .dropdown {
	display: block;
}
#ddmenu .dd-inner {
	text-align: left;
	padding: 20px;
	margin: 16px;
	background-color: #FFF;
	white-space: nowrap;
	font-size: 13px;
	line-height: 1.35;
	width: 96%;
	float: left;

}
a.innera{
	float: left;
	width:200px;
	margin-right: 5px;
}
/* links in sub menu
----------------------------*/

#ddmenu .dropdown a {
	display: table-row;
 *display:block;
	color: #000;
	line-height: 22px;
	text-decoration: none;
	padding: 0;
}
#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus {
	text-decoration: underline;
	color: #09F;
}
/* blocks within the sub-menu
-----------------------------*/
#ddmenu div.column {
	text-align: left;
	vertical-align: top;/*or middle*/
	display: inline-block;
 *display:inline;
*zoom:1;
	white-space: normal;
	width: 200px;
	padding: 0 30px;
	border-right: 1px solid #999;
}
#ddmenu div.dd-inner div:last-child {
	border-right: none;
}
#ddmenu div.column h3 {
	font-weight: 500;
	line-height: 1.1;
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 24px;
}
#ddmenu div.column h3 {
	text-transform: uppercase;
}
#ddmenu div.column260 {
	width: 260px;
}
#ddmenu div.column340 {
	width: 340px;
}
#ddmenuLink {
	display: none;
}
/*start css for photo*/

.pvtrpage-box {
	float: left;
	height: auto;
	background-color: #fff;
	width: 100%;
	padding: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	min-height: 620px;
}
div.phb {
	background: #fff;
	display: inline;
	float: left;
	margin: 0 0 60px 36px;
	width: 156px;
	padding: 10px 10px 4px;
	text-align: center;
	font-family: "Marker Felt", sans-serif;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	box-shadow: 0 3px 6px rgba(0,0,0,.45);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.45);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.45);
	transition: all 200ms ease-in;
	transform: rotate(-2deg);
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: rotate(-2deg);
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: all 200ms ease-in;
	-moz-transform: rotate(-2deg);
	-ms-transition: all 200ms ease-in;
	-ms-transform: rotate(-2deg);
	-o-transition: all 200ms ease-in;
	-o-transform: rotate(-2deg);
}
div.phb:hover {
	transition: all 200ms ease-in;
	transform: scale(1.25);
	-webkit-transform: all 200ms ease-in;
	-webkit-transform: scale(1.25);
	-moz-transform: all 200ms ease-in;
	-moz-transform: scale(1.25);
	-o-transform: all 200ms ease-in;
	-o-transform: scale(1.25);
	-ms-transform: all 200ms ease-in;
	-ms-transform: scale(1.25);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	-o-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	-ms-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	/* position: relative;
	z-index: 5; */
}
/*div.phb:nth-child(odd) {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
}*/

div.phb:nth-child(even) {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}
div.phb:nth-child(even):hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	/* position: relative;
	z-index: 5; */
}
ul.phb {
	padding-left: 0;
}
ul.phb {
	display: inline;
}
ul.phb img {
	display: block;
	margin-bottom: 12px;
}
.pv-page-likediv {
	width: 60px;
	height: 23px;
	line-height: 23px;
	float: left;
	margin: 10px 2px 0 2px;
}
.pv-download-div {
	width: 45%;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 10px 1px 0px;
}
.pv-page-like {
	width: 100%;
	height: 30px;
	-webkit-transform: rotate(-2deg);
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transform: rotate(-2deg);
}
.pvglyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #50c6c6;
	font-size: 12px;
}
.ph-big-img {
	border-radius: 2%;
	width: 870px;
	height: 500px;
	padding: 7px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}
.ph-big-img * {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.ph-thnail {
	border-radius: 2%;
	height: 144px;
	line-height: 200px;
	/*display: table-cell;*/
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}
.ph-thnail img{
	width: 100%;
	height: 100%;
}
.ph-thnail * {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
/*End css for photo*/


.pv-page-like-text {
	margin-left: 5px;
	color: #666666;
	font-size: 11px;
}
/*.pvdown:link {
  color: #219998;
  text-decoration: none;
  font-size: 14px;
  }

.pvdown:visited {
  color: #219998;
  text-decoration: none;
  font-size: 14px;
  }

.pvdown:hover, .pvdown:active, .pvdown:focus {
  color: #219998;
  text-decoration: underline;
  font-size: 14px;
  }*/
   
  
.pv-download-div a {
	width: 100%;
	float: left;
	color: #239999;
	padding: 0px 2px;
	text-decoration: none;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 0px dashed #d9d9d9;
}

#pv-download-div a {
	width: 100%;
	float: left;
	color: #239999;
	padding: 0px 2px;
	text-decoration: none;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 0px dashed #d9d9d9;
}


#pv-share a {
	width: 100%;
	float: left;
	color: #239999;
	padding: 0px 2px;
	text-decoration: none;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 0px dashed #d9d9d9;
}


/* mobile side bar menu */

/* navigation fot mobile */
.mobile-nav
{
	width: 142px;
	float: left;
	height: 100%;
	padding: 10px;
	color: #fff;
	transition:margin 500ms ease;
	background-color: #004952;
	position: fixed;
	right: 0;
	top: 55px;
	margin-right: -300px;
	font-size: 12px;
}
.mobile-nav.open {
			margin-right:0;
			display:block;
			transition:margin 300ms ease;
		}
.mobile-nav ul
{
	margin: 0;
	list-style: none;
}

.mobile-nav ul li
{
	padding-bottom: 5px;
	cursor: pointer;
}




/* end of mobile side bar menu */