/* @import url(http://fonts.googleapis.com/css?family=Lato); */
@import url(Lato.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, menu, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, menu, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
   

/*  #Basics and Typograpgy
================================================== */

body { background-color: #EAEAEA; }

.menu h1, h2, h3, h4, h5, h6, p, a  { 
	font-family: 'Lato', sans-serif;
	font-style: normal; 
}

.menu  h1, h3 { color: #3CBC8D; border-bottom: 1px solid #3CBC8D; }
.menu > li  { border-right: 1px solid rgba( 0, 0, 0, .1); }

.menu > li  img {
	border: 1px solid rgba(60, 188, 141, .2);
	padding: 1px;
}

.menu {
	height: 48px;
	/*width: 1170px; */
	margin-top: 5px !important;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #707070; 
	position:relative;
	font-size:12px;
	text-decoration:none;
	background-color: #FFF;
	-webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
}


.menu > li:first-child,
.menu > li:nth-child(2),
.menu > li:nth-child(3),
.menu > li:nth-child(4),
.menu > li:nth-child(5), 
.menu > li:nth-child(6), 
.menu > li:nth-child(7), 
.menu > li:nth-child(8), 
.menu > li:nth-child(9), 
.menu > li:nth-child(10), 
.menu > li:nth-child(11),
{
	background-color:#FFF;
}

.menu > li > a { 
	font-size: 15px; 
	line-height: 22px; 
	padding: 12px 20px; 
	color: #707070;
}


.menu > li:hover > a { 
	background-color: #FFF;
	color: #3CBC8D; 
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.menu ul > li:hover > a {
	color: #3CBC8D; 
	background-color: #F9F9F9;
}

.right-icon {
	float: right;
}

.first-letter { 
	float: left;
	color:#949494 ;
	font-size: 28px; 
}

/*----------- sub menu ---------------*/

.menu ul li > a {text-decoration: none; font-size: 14px; padding: 12px 20px; color:  #707070; }
.menu ul li { border-bottom: 1px solid rgba(60, 188, 141, .15); }
.menu ul li:last-child { border-bottom: none; }
.menu ol > li a {
	color: #707070;
	font-size: 14px;
	margin: 0px 20px;
	padding: 10px 0px;
	border-bottom: 1px solid  rgba(60, 188, 141, .15);
}
.menu ol li:hover > a { color: #3CBC8D; }
.menu ol > li:last-child a { border-bottom: none; padding-bottom: 15px; }
.menu ul,
.menu li > div {
	background-color: #FFF;
}

/*----------- Positioning Mega Menu ---------*/

.menu .space_2col {left: -80px;}
.menu .space_3col {left: -160px;}
.menu .space_4col {left: -276px;}
.menu .space_5col {left: -373px;}
.menu .space_6col {left: -473px;}
.menu .space_7col {left: -500px;}
.menu .space_10col {right:0px;}
.menu .links { left: -82px; }

.menu .blog { left: 0px;}
.menu .portfolio { left: -527px; }
.menu .about { left: -263px; }
.menu .team { left:-181px; }
.menu .client { left:-257px; }
.menu .contact { right: 0; }


/*  #Home
================================================== */

.menu .home p {
	padding: 5px 20px 15px;
	font-size: 15px;
	line-height: 22px;
	margin: 5px;
	float: left;
	background-color: #F0F0F0;
}

.menu .home h1 {
	font-size: 22px;
	padding: 10px 0px;
	margin: 0 5px;
}



.menu .home span { 
	display: block; 
	color: #3CBC8D;
	font-weight: bold;
	
}



/*  #links
================================================== */

h3 {
	font-size: 18px;
	padding: 10px 0;
	margin: 0 20px;
}

/*  #Drop Down
================================================== */

/*See Basic Styling Portion*/

/*  #Gallery
================================================== */

.menu .video-gallery, .menu .image-gallery { padding: 5px 17px 15px; }
.menu div.gallery h3 {
	font-size: 18px;
	padding: 10px 0px;
	margin: 0px 15px;
}

.menu .video-gallery iframe {
	width: 350px;
	height: 200px;
	margin-top: 10px;
	border: 1px solid rgba(60, 188, 141, .2);
	padding: 1px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

}

.menu .image-gallery img {
	width: 350px;
	height: 200px;
	margin-top: 10px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.menu .video-gallery iframe:hover, .menu .image-gallery img:hover { opacity: .7; }

/*  #Blog
================================================== */

h3 {
	font-size: 18px;
	padding: 10px 0;
	margin: 0 20px;

}

h2 { font-size: 22px; margin: 10px 18px; }

.menu div.article p:first-child {
	font-size: 12px;
	font-style: italic;
	padding: 3px 5px;
	color: #707070;
}

.menu div.article p {
	font-size: 15px;
	line-height: 22px;
	font-style: normal;
	padding: 0px 18px 15px;
	color: #707070;
}

.menu div.article p a {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	margin: 0 5px;
	padding: 0;
	color: #3CBC8D;
}

.menu div.article-meta {
	width: 740px;
	height: 30px;
	margin: 10px 18px;
	background-color: #F9F9F9;
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}

.menu .article img {
	width: 740px;
	height: 80px;
	margin: 10px 18px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.menu .article img:hover { opacity: 0.7; }

/*  #Service
================================================== */

/* Styling is same as "Drop Down" Styling */


/*  #portfolio
================================================== */

.menu .p-item { padding: 15px 10px 15px; }

.menu  div.p-item p {
	padding-top: 0px;
	font-size: 15px;
	line-height: 18px;
}

.menu  div.p-item p a { 
	color: #FFF;
	text-decoration: none;
	background-color: #3CBC8D;
	border-radius: 2px;
	font-size: 12px;
	padding: 4px 9px;
	height: 25px;
	line-height: 30px;
	-webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}

.menu  div.p-item h4 { font-size: 16px; padding-bottom: 10px; }

.menu .p-item img {
	width: 170px;
	height: 130px;
}

.menu .p-item img:hover { opacity: 0.7; }

/*  #About
================================================== */

.menu div.my-team { padding: 10px 20px 15px; }

.menu  div.my-team p {
	padding-top: 5px;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
}
.menu  div.my-team p a {
	text-decoration: none;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #3CBC8D;
}
.menu .my-team img {
	height: 150px;
	width: 150px;
	text-align: center;
	border-radius: 75px;
	opacity: 1;
}
.menu .my-team img:hover { opacity: .7; }

/*  #Contact
================================================== */

.menu #jnix-contact-form, .menu .address { padding: 10px 20px 15px; }
.menu .address p {
	font-size: 14px;
	line-height: 21px;
}

.menu .address p a { color: #3CBC8D; text-decoration: none; }
.menu .contact h3 {
	font-size: 18px;
	line-height: 24px;
	padding: 5px 0px;
	margin:0px !important;
	margin-bottom: 10px !important;
}

.menu input[type="text"], textarea {
	outline: none;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}

.menu form#jnix-contact-form input[type="text"] {
	border: none;
	width: 330px;
	padding: 8px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	margin-bottom: 10px;
	border: solid 1px #E5E5E5;
	background-color: #FFF;
	clear: both;
}

.menu form#jnix-contact-form textarea {
	border: none;
	width: 330px;
	padding: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	border: solid 1px #E5E5E5;
	background-color: #FFF;
	clear: both;
}

.menu input[type="submit"] {
	border: none;
	height: 30px;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0 7px;
	text-align: center;
	width: 110px;
	float:left;
	background: #3CBC8D;
	margin:15px 10px 10px 10px;
	-moz-box-shadow: 0px 0px 2px #FFF inset;
	-webkit-box-shadow: 0px 0px 2px #FFF inset;
	box-shadow: 0px 0px 2px #FFF inset;
	font-size: 13px;
	cursor: pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;

}

.menu input[type="submit"]:hover {   
	background: #3CBC8D; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
 }
.menu form#jnix-contact-form label { margin-left: 10px; font-size: 13px; }


.menu form#jnix-contact-form input[type="text"]:focus, 
.menu form#jnix-contact-form input[type="text"]:hover, 
.menu form#jnix-contact-form textarea:focus, 
.menu form#jnix-contact-form textarea:hover { background:#FEFFEF; border: solid 1px  rgba(60, 188, 141, .4); }

