@charset "utf-8";
/* CSS Document */
@import "../css/pixel.css";
@import "../css/advanced-slider-base.css";
@import url(http://fonts.googleapis.com/css?family=Abel);
@import url (http://fonts.googleapis.com/css?family=Oswald:400,300);
body {
	background:#fcfafa;
	font:12px/16px Verdana, Geneva, sans-serif;
	margin:0;padding:0;
	color:#2c2c2c;
}

a { 
	outline:none;
	cursor:pointer;
	text-decoration:none;
	color:#003b67;
}
a:hover {
	text-decoration:underline;
	color:#003b67;
}
img {
	border:0;
}
li {
	list-style:none;
}

/*------------H1, H2,H3,H4,H5,H6 code comes here------------*/

h1 {
	padding:0px;
	margin:0;
	float:left;
}
h2 {
	margin:0px 0 0px 0px;padding:15px 0 18px 10px;
	/*text-shadow:1px 1px 1px #282828;*/
	background:#e5e6e6;
	width:954px;
	font-family:"Myriad Pro", "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	font-size:32px;
	color:#2BB1AF;
	font-weight:bold;
	font-style:italic;
}

h3 {
	margin:0px 0 10px 8px;padding:25px 0 10px 30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#038bf1;
	font-weight:bold;
	float:left;
	text-shadow:0 1px 3px rgba(0,0,0,.3);
}
.button {
	background:url(../images/button-bg.png) 0 0 no-repeat;
	width:73px;
	height:15px;
	color:#FFF;
	text-transform:uppercase;
	/*text-align:center;*/
	font-size:10px;
	padding:8px 10px 12px 10px;
	float:right;
}
h4 {
	/*background:url(../images/fot-line.png) right center no-repeat;	*/
	margin:0px 0 8px 10px;padding:0px 0 0 0;
	font-family:"Myriad Pro", "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	color:#C30;
	font-size:22px;
	font-style:italic;
}
h5 {
	/*background:url(../../images/left-arrow.png) left center no-repeat;	*/
	margin:0 0 10px 0;padding:0 0px 0 20px;
	font-size:15px;
	color:#414244;
}
h6 {
	margin:8px 0 6px 0;padding:0;
	color:#808079;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*------------H1, H2,H3,H4,H5,H6 code end here------------*
/*------------Header code comes here------------*/

#page {
	overflow:hidden;
	margin:0px auto;
	padding:0px 0px;
	width:960px;
	background:#FFF;
}

#top-header-set {
	height:110px;	
	width:960px;
	background:#7c7f7f;
	-moz-box-shadow:inset 0 0 0 #fff,
						inset 0 -20px 20px -20px rgba(0,0,0,0.75);
	-webkit-box-shadow:inset 0 0 0 #fff,
						inset 0 -20px 20px -20px rgba(0,0,0,0.75);
	box-shadow:inset 0 0 0 #fff,
							inset 0 -20px 20px -20px rgba(0,0,0,0.75);
}

#logo h1 {
	letter-spacing: -2px;
	font-size: 3em;
	color:#0773e2;
}

#logo h1 a {
	color: #0773e2;
	text-transform: uppercase;
}

#logo a {
	border: none;
	/*background: none;*/
	text-decoration: none;
	color: #12212F;
}
.logo {
	background:url(../images/logo.png) 0 0 no-repeat;
	margin:5px 0 0 10px;
	text-indent:-9999px;
	display:block;
	width:385px;
	height:100px;
	float:left;
}
.top-link {
	margin:45px 0 0 0;
	height:28px;
	width:430px;
	float:right;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}


.follow {
	margin:-22px 0 0 268px;padding:0;
	float:left;
}
.follow li {
	list-style:none;
	margin:0;
	padding:0 3px 0 3px;
	width:28px;
	height:28px;
	float:left;
}
.follow li img:hover { animation: RotateIcon 2s linear 0s 1;
	-moz-animation: RotateIcon 2s linear 0s 1;
	-webkit-animation: RotateIcon 2s linear 0s 1;
	-o-animation: RotateIcon 2s linear 0s 1;
	cursor:pointer;
}
.top-link a {
	text-transform:none;
	text-decoration:none;
	color:#fff;
}
.top-link a:hover {
	text-transform:none;
	text-decoration:none;
	color:#fff;
}

keyframes RotateIcon{
0%{transform:rotate(0deg); }
100%{transform:rotate(360deg); }
}

@-moz-keyframes RotateIcon{
0%{-moz-transform:rotate(0deg); }
100%{-moz-transform:rotate(360deg); }
}

@-webkit-keyframes RotateIcon{
0%{-webkit-transform:rotate(0deg); }
100%{-webkit-transform:rotate(360deg); }
}

@-o-keyframes RotateIcon{
0%{-o-transform:rotate(0deg); }
100%{-o-transform:rotate(360deg); }
}

/*------------Header code comes here------------*/
/*------------Link Menu Code Comes here------------*/
#nav span {
    display: none;
}
#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background:#24b2b0;
    border-bottom:3px solid #049492;
	font-family:"BatmanForeverAlternate", "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	letter-spacing:2px; 
    float: left;
    margin-left:0;
    margin-right:0;
    position: relative;
    width:100%;
	font-weight:bold;
}

#nav > li {
    border-bottom: 3px solid transparent;
	border-right:1px solid #078f8d;
    float: left;
    margin-bottom: -5px;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
#nav li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
}
#nav > li > a {
    color: #fff;
    display: block;
    font-size:15px;
    line-height: 49px;
    padding: 0 15px;
    text-transform: uppercase;
}
#nav > li:hover > a, #nav > a:hover {
    background-color: #07cdca;
    color: #000;
}
#nav li.active > a {
    background-color: #07cdca;
    color: #000;
}
/*------------Link Menu Code End here------------*/

/*------------Banner Code Comes here------------*/
.slider-set {
	width:960px;
	height:399px;
}
.slider {
	position:absolute;
	margin:50px 0 0 0;
	height:399px;
}
.slider .caption ul{
	padding-left:20px;
}
/*this is for example_api.html*/
#custom_controls {
	width:210px;
	margin:0px auto;
}
/*this is for the description of each example and the buttons used to navigate through the examples*/
#example-description{
	margin:0px;
	padding:0px;
	background-color:#DDD;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
#example-description p {
	color:#666;
	font-style:italic;
	width:940px;
	margin:0px auto;
	padding:10px 0px;
	line-height:18px;
	text-align:center;
}
#example-description #navigation {
	width:940px;
	height:25px;
	margin:10px auto 0px;
}
#example-description #navigation a {
	background-color:#000;
	text-decoration:none;
	color:#666;
	padding:5px 10px;
	margin:0px 5px;
	border:#CCC solid 1px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
/*------------Banner Code End here------------*/
.run-text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0 10px 15px 10px;
	line-height:20px;
	text-align:justify;
	width:930px;
}
.run-text strong {
	color:#7C7D7D;
}
.contact {
	margin:10px 15px 0 30px; 
	width:400px;
	float:left;
}
.run-text ul {
	margin:5px 0 0 10px;
	padding:0;
}
.run-text li {
	margin:0 ;
	padding:4px 0 4px 0;
}
.run-text li div {
	background:url(../images/arrow.png) no-repeat;
	margin:3px 6px 0 0;
	width:16px;
	height:16px;
	float:left;
}

.con-name {
	padding:10px 0 0px 15px;
	font-weight:bold;
	font-size:15px;
	color:#333333;
	height:25px;
}
.con-add {
	padding:0px 0 10px 20px;
}
.con-add a {
	text-decoration:none;
	color:#FF3300;
}
.con-add a:hover {
	text-decoration:none;
	color:#339900;
}
.con-form {
	margin:10px 5px 0 20px;
	float:left;
	width:400px;
}
.content-box {
	border:3px solid #e5e6e6;
	width:954px;
	height:auto;
	overflow:hidden;
}

/*Gallery  code comes here*/

.port_set {
	margin:15px 10px 15px 10px;
	height:220px;
	width:940px;
}
.gal-box  {
	background:url(../images/gallery-bg.png) 0 0 no-repeat;
	width:450px;
	height:220px;
	float:left;
}
.port_set div img {
	margin:5px;
	border:0px;
}
.pagination-set {
	margin:0 0 0 625px;
	width:400px;
	height:40px;
	/*float:left;*/
	clear:both;
}
/*! Freebie Skelet */
ul.pagination {
	list-style: none;
}
ul.pagination li {
	float: left;
	padding: 6px 5px 5px 5px;
	min-width: 30px;
	text-align: center;
	margin-right: 10px;
	/* Radius */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul.pagination li:last-child { 
	margin-right: 0;
}
ul.pagination li.prev, ul.pagination li.next  { 
	padding-left: 10px;
	padding-right: 10px; 
}
/*! Colors */
ul.pagination.dark li{
	color: #fff;
	border: 1px solid #43505e;
	/* Background Gradient */
	background: #556270; /* Old browsers */
	background: -moz-linear-gradient(top, #556270 0%, #444d57 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#556270), color-stop(100%,#444d57)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #556270 0%,#444d57 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #556270 0%,#444d57 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #556270 0%,#444d57 100%); /* IE10+ */
	background: linear-gradient(to bottom, #556270 0%,#444d57 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#556270', endColorstr='#444d57',GradientType=0 ); /* IE6-9 */
	/* BOx Shadow */
	-moz-box-shadow: inset 0 3px 0px -2px rgba(255, 255, 255, .3);
	-webkit-box-shadow: inset 0 3px 0px -2px rgba(255, 255, 255, .3);
	box-shadow: inset 0 3px 0px -2px rgba(255, 255, 255, .3);
	/* Text Shadow */
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
	/* Dark Mouse Events */
ul.pagination.dark li:hover {
	background: #556270; /* Old browsers */
	background: -moz-linear-gradient(top, #556270 0%, #5b6774 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#556270), color-stop(100%,#5b6774)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #556270 0%,#5b6774 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #556270 0%,#5b6774 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #556270 0%,#5b6774 100%); /* IE10+ */
	background: linear-gradient(to bottom, #556270 0%,#5b6774 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#556270', endColorstr='#5b6774',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}
ul.pagination.dark li:active {
	background: #414952; /* Old browsers */
	background: -moz-linear-gradient(top, #414952 0%, #555e68 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414952), color-stop(100%,#555e68)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #414952 0%,#555e68 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #414952 0%,#555e68 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #414952 0%,#555e68 100%); /* IE10+ */
	background: linear-gradient(to bottom, #414952 0%,#555e68 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414952', endColorstr='#555e68',GradientType=0 ); /* IE6-9 */
}
ul.pagination li a {
	text-decoration:none;
	color:#FFF;
}
ul.pagination li a:hover {
	text-decoration:none;
	color:#FFF;
}

/*Gallery code end here*/

/*------------Footer Code Comes here------------*/
#fot-set {
	background:#7c7f7f;
	font-family:Verdana, Geneva, sans-serif;
	width:960px;
	margin:0 auto;
	margin-top:0px;
	height:40px;
	color:#fff;
	line-height:22px;
	text-align:center;
	padding:20px 0;
}
#fot-set a {
	color:#fff;
	padding:0 5px 0 5px;
	text-decoration:none;
}
#fot-set a:hover {
	color:#fff;
	padding:0 5px 0 5px;
	text-decoration:none;
}


/*------------Footer Code End here------------*/