/*CSS DOCUMENT*/

/*Fonts*/
@font-face {
	font-family: 'Conv_calibri_1';
	src: url('../fonts/calibri/calibri_1.eot');
	src: local('☺'), url('../fonts/calibri/calibri_1.woff') format('woff'), url('../fonts/calibri/calibri_1.ttf') format('truetype'), url('../fonts/calibri/calibri_1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_calibril_1';
	src: url('../fonts/calibril/calibril_1.eot');
	src: local('☺'), url('../fonts/calibril/calibril_1.woff') format('woff'), url('../fonts/calibril/calibril_1.ttf') format('truetype'), url('../fonts/calibril/calibril_1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image: url(/img/Home-1/pattern.png);
	background-attachment:fixed;
}

body.about {
	background-image: url(/images/housequadglass.png);
	background-attachment:fixed;
	z-index: -2;
} 

body.team {
	background-image: url(/images/flyingpupsquadglass.png);
	background-attachment:fixed;
	z-index: -2;
} 

body.services {
	background-image: url(/images/sideviewvariety.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-size:cover;	
	z-index: -2;
} 

body.parents {
	background-image: url(/images/sideviewDNA.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	z-index: -2;
} 

body.garoo {
	background-image: url(/images/sideviewgaroo.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-size:cover;	
	z-index: -2;
} 

body.sheeba {
	background-image: url(/images/sideviewvariety.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-size:cover;	
	z-index: -2;
} 

body.pedigrees {
	background-image: url(/images/familytreeback.png);
	background-attachment:fixed;	
	z-index: -2;
} 

body.pups {
	background-image: url(/images/sideviewpupsrow.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-size:cover;
	z-index: -2;
} 

body.contact {
	background-image: url(/images/sideviewMO.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-size:cover;
	z-index: -1;

} 



ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear-fix:after {
	content: '.';
	visibility: hidden;
	clear: both;
	display: block;
}

a, a:hover {
	color: #ffe9a1;
	background color: #000000;
}

.loremTxt {
		display: none;
	}

/*Header Styles*/

#camera_wrap_1 {
	position: absolute;
}

.headerSlide {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.homeWork {
	padding-left: 25px;
	padding-right: 25px;
}

.orbit-caption {
	text-transform: uppercase;
}

.orbit-caption h3 {
	font-size: 66px;
	font-family: 'Lato', sans-serif;
	color: white;
	font-weight: normal;
	width: 600px;
	line-height: 56px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url(../img/titleBorder.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.orbit-caption p {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	width: 500px;
}

#smallNav {
	display: none;
	width: 30%;
	float: right;
	padding: 15px 0;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;

	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 7050;
	background-image: url(../img/Home-1/responsive-nav-bg.png);
}


/*Navigation styles*/

#navigationWrapper {
	padding: 5px 28px;
	background-color: #9a7642;
	border-top: 2px solid #2f4f4f;
	border-bottom: 1px solid #ffe9a1;
	position: relative;
}

#navigation {
	float: left;
}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	font-family: Arial;
	font-size: 13px;
	margin-right: 8px;
}

#info, #socials {
	float: right;
}

#info li {
	float: left;
	color: white;
	font-size: 13px;
	margin-left: 15px;
}

#info li:first-child:before {
	content: url(../img/Home-1/mail-ico.png);
	padding-right: 10px;
}

#info li:last-child:before {
	content: url(../img/Home-1/phone-ico.png);
	padding-right: 10px;
	position: relative;
	top: 2px;
}

#socials {
	margin-left: 70px;
}

#socials li {
	float: left;
}

#socials li a {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/Home-1/socialico.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#socials li a.facebook {
	background-position: 4px 0px;
}

#socials li a.twitter {
	background-position: -19px 0px;
}

#socials li a.dribble {
	background-position: -43px 0px;
}

#socials li a.linkedin {
	background-position: -66px 1px;
}

#socials li a.flickr {
	background-position: -88px 1px;
}

#mainNavigation {
	border-top: 1px solid #222222;
	background-image: url(../img/Home-1/navPattern.png);
	padding: 0 28px;
	position: relative;
}

.logo {
	display: block;
}

.logo img {
	position: relative;
	top: 12px;
}

#nav {
	float: right;
}

#nav li, .logo {
	float: left;
}

#nav li {
	position: relative;
}

#nav li > ul {
	display: none;
	position: absolute;
	float: left;
	width: 256%;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 0px 35px;
	z-index: 10;
}

#nav li > ul li {
	display: block;
	width: 100%;
}

#nav li > ul li a {
	padding: 0;
	font-size: 19px;
	border-bottom: 1px solid #5e5e5b;
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav li > ul li:last-child a {
	border-bottom: none;
}


#nav li > ul li a:hover {
	font-size: 19px;
}

#nav li:hover > ul {
	display: block;
}

#nav li a {
	position: relative;
	font-family: 'Lato', sans-serif;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 35px;
	text-transform: uppercase;
	font-size: 19px;
	color: #ffe9a1;
	border-bottom: 4px solid transparent;
	padding-top: 40px;
	padding-bottom: 10px;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.noPaddingWrapp {
	padding: 0 !important;
}


#nav li > a:hover {
	background-color: rgba(255,255,255,0.1);
	color: white;
	border-bottom: 4px solid #5c6061;
}

#nav li a:hover:before {
	display: block;
	float: left;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -7px;
}

#nav li .nHome:hover:before {
	content: url(../img/Home-1/home-ico.png);
}

#nav li .nFeature:hover:before {
	content: url(../img/Home-1/featuresIco.png);
	margin-left: -10px;
}

#nav li .nPort:hover:before {
	content: url(../img/Home-1/portfolioIco.png);
	margin-left: -10px;
}

#nav li .nBlog:hover:before {
	content: url(../img/Home-1/blogIco.png);
	margin-left: -5px;
}

#nav li .nContact:hover:before {
	content: url(../img/Home-1/featuresIco.png);
	margin-left: -10px;
}


/*HOME PAGE STYLE*/

.pageTitle {
	position: relative;
	height: 100%;
}

.pageTitle h2 {
	position: absolute;
	right:250px;
	bottom: 300px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 66px;
	color: #ffe9a1;
	margin-bottom: 5px;
	text-transform: normal;
	text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.9);
}

.pageTitlepups h2 {
	position: absolute;
	right:450px;
	bottom: 200px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 66px;
	color: #ffe9a1;
	margin-bottom: 5px;
	text-transform: normal;
	text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.9);
}


#mainWrapper {
	background-color: white;
	margin-top: 35%;
}


.noMarginWrapp {
	margin-top: 300px !important;
}

.camera_caption h1 {
	position: relative;
	font-size: 66px;
	margin: 0;
	color: #ffe9a1;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	width: 650px;
	line-height: 70px;
	padding-bottom: 20px;
	margin-bottom: 3px;
}

.camera_caption h1:before {
	content: url(../img/titleBorder.png);
	position: absolute;
	left: 0;
	bottom: 0;
}

.camera_caption p {
	font-size: 24px;
	text-transform: uppercase;
	width: 550px;
	font-family: 'Lato', sans-serif;
	line-height: 27px;
}

.camera_caption h1, .camera_caption p {
	text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.9);
}

/*Services Section Styles*/


.serv {
	width: 20% !important;
	background-color: #9a7642;
	padding: 17px 23px;
	position: relative;
	height: 260px;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	float: left !important;
}

.serv:nth-child(2) {
	background-color: #12c4da;
	border-left:1px dotted #9CECFF;
}

.serv:nth-child(3) {
	background-color: #18cbe1;
	border-left:1px dotted #9CECFF;
}

.serv:nth-child(4) {
	background-color: #20d3e9;
	border-left:1px dotted #9CECFF;
}

.serv:nth-child(5) {
	background-color: #34ddf2;
	border-left:1px dotted #9CECFF;
}

.serv a {
	display: block;
	width: 100%;
	height: 100%;
}

.num {
	font-family: 'Lato', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	float: left;
	width: 78px;
	height: 80px;
	background-color: #846533;
	line-height: 80px;
	text-align: center;
	font-size: 45px;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.num:before {
	content: url(../img/servborder.png);
	position: absolute;
	bottom: -15px;

}

.serv a p {
	margin-top: 80px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;

}

.serv a img {
	position: absolute;
	display: block;
	bottom: 17px;
	right: 23px;
}

.serv:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 10;
}

/*News and About Section Styles*/

#newsAbout {
	padding: 0 25px;
}


.mb {
	margin: 10px 0;
}

.subTitle {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	text-transform: normal;
	color: #534f4f;
	font-size: 24px;
}

.subTitle:before {
	content: url(../img/Home-1/subtitleborder.png);
	position: absolute;
	bottom: 0px;
}

.date {
	position: relative;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	padding: 5px 10px;
	background-color: #08bbd1;
	float: left;
	color: white;
	text-transform: uppercase;
}

.date span {
	position: absolute;
	display: block;
	top: 0;
	right: -32px;
	padding: 5px 12px;
	background-color: #48e2f5;
}

#lNews {
	padding: 0 25px;
	background-color: #fff;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.aNews {
	padding-right: 20px;
	margin-bottom: 5%;
}

.aNews:last-child {
	margin-bottom: 0;
}

.aNews img, .aboutContent img {
	display: block;
	clear: both;
	width: 100%;
}

.aNews h3 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #4a4848;
	margin-bottom: 5px;
}

.aNews .nContent {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #615e5e;
	line-height: 19px;
}

.aboutContent p {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #615e5e;
}

.aNews .rMore {
	display: block;
	float: right;
	font-size: 17px;
	color: #08bbd1;
	margin-right: 5px;
	font-family: 'Lato', sans-serif;
}

.aNews .rMore:after {
	content: url(../img/Home-1/readmore-arrow.png);
	position: relative;
	top: 3px;
	left: 5px;
}

#about {
	padding-bottom: 25px;
}


.aboutContent img {
	margin-bottom: 0.5em;
}

.aboutContent .contactUs {
	font-family: 'Lato', sans-serif;
	display: block;
	float: right;
	text-transform: uppercase;
	color: #615e5e;
	padding: 12px 16px;
	border-radius: 5px;

	background: #e1e7e8; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e7e8 0%, #d5d5d5 50%, #d4d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e7e8), color-stop(50%,#d5d5d5), color-stop(100%,#d4d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1e7e8 0%,#d5d5d5 50%,#d4d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1e7e8 0%,#d5d5d5 50%,#d4d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e1e7e8 0%,#d5d5d5 50%,#d4d9d9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e1e7e8 0%,#d5d5d5 50%,#d4d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e7e8', endColorstr='#d4d9d9',GradientType=0 ); /* IE6-9 */

		-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.aboutContent .contactUs:hover {
	color: #08bbd1;
}

.aboutContent .contactUs:after {
	content: url(../img/Home-1/readmore-arrow-gray.png);
	padding-left: 25px;
	position: relative;
	top: 2px;
}


/*Quote Styles*/

#quote {
	background-color: #e6fbfd;
	padding: 0 25px;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#quoteleft {
	background-color: #e6fbfd;
	padding: 0 25px;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.borTop {
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}

.orbitSlider2 {
	display: none;
}

.noBorderPost {
	border-top: none !important;
}

#quote h1, #quote p {
	text-align: center;
}

#quoteleft h1, #quoteleft p {
	text-align: left;
}

#quote h1 {
	font-size: 27px;
	color: #615e5e;
	font-family: 'Lato', sans-serif;
	margin: 15px 0 0 0;
}

#quote h1 span {
	color: #08bbd1;
}

#quote p {
	font-size: 17px;
	color: #6b6767;
	font-family: 'Lato', sans-serif;
}

#quoteleft p {
	font-size: 17px;
	color: #6b6767;
	font-family: 'Lato', sans-serif;
}

#quote p span {
	font-size: 17px;
	color: #0000ff;
	font-family: 'Lato', sans-serif;
}

#quoteleft p span {
	font-size: 17px;
	color: #0000ff;
	font-family: 'Lato', sans-serif;
}

/*Work Section Styles*/

#ourWork {
	background-color: white;
	padding-bottom: 25px;
}

#slider ul, #slider2 ul {
	width: 10000px;
	float: left;
}

#slider2 ul li {
	width: 308px;
	float: left;
	margin-right: 30px;
}

#slider2, #slider {
	overflow: hidden;
}

.projectColumn {
	width: 227px;
	float: left;
}

.projectrow {
	float: left;
	height: 223px;
	width: 453px;
}

.projectSection {
	margin-bottom: 15px;
	padding-right: 18px;
	position: relative;
	width: 3.0%;
	float: left;
	margin-right: 8px;
}

.imgHover {
	position: relative;
}

.imgHover img {
	display: block;
	width: 100%;
}

.imgHover a {
	display: block;
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: -9999px;
	background-image: url(../img/Home-1/moreico.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(8,187,209,0.8);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.imgHover:hover a {
	opacity: 1;
}

.proContent {
	background-color: #ebebeb;
	border-bottom: 1px solid #cccccc;
	padding: 10px 15px;
	position: relative;
}

.proTitle {
	font-size: 15px;
	text-transform: uppercase;
	color: #615e5e;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 5px;
}

.proTitle:before {
	content: url(../img/Home-1/proBorder.png);
	position: absolute;
	bottom: -5px;
}

.proContent p {
	font-size: 15px;
	line-height: 19px;
	color: #615e5e;
	font-family: 'Lato', sans-serif;
	margin: 0;
}

#slider-nav, #slider-nav2 {
	float: right;
	position: absolute;
	top: 15px;
}

#slider-nav {
	
	right: 23px;
}

#slider-nav2 {
	right: 0;
}

#slider-nav button, #slider-nav2 button {
	background-color: transparent;
	border: none;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	margin-left: 3px;
	background-repeat: no-repeat;
}

#slider-nav button:first-child, #slider-nav2 button:first-child {
	background-image: url(../img/Home-1/left-nav.png);
}

#slider-nav button:last-child, #slider-nav2 button:last-child  {
	background-image: url(../img/Home-1/right-nav.png);
}

.proContent .arrow {
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 30px solid #ebebeb;
	position: absolute;
	top: -20px;
	z-index: 1;
}


/*Testimonials Styles*/

.testimonailsContainer p.testi {
	position: relative;
	font-family: Georgia;
	font-size: 18px;
	line-height: 23px;
	background-color: #08bbd1;
	padding: 15px;
	border-radius: 5px;
	color: white;
}

.testimonailsContainer p.testi .tarrow {
	display: block;
	position: absolute;
	bottom: -15px;
	left: 12px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 30px solid #08bbd1;
}


.testimonailsContainer img {
	display: block;
	float: left;
	margin-right: 15px;
	border: 1px solid #aaa9a9;
}

.testimonailsContainer .testName {
	color: #615e5e;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	margin: 0;
	line-height: 1em;
}

.testimonailsContainer .status {
	color: #615e5e;
	font-family: 'Lato', sans-serif;
	margin: 0;
}


#mainVimeoWrapp {
	background-color: #ebebeb;
	border-bottom: 1px solid #cccccc;
	padding: 13px;
}

/*Vimeo Section Styles*/

#vidCont {
	padding-left: 20px;
}

#videoSection {
	margin-bottom: 15px;
}

.featVid {
	font-weight: normal;
	color: #534f4f;
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	margin: 0;
	line-height: 1em;
	position: relative;
	margin-bottom: 40px;
}

.featVid:before {
	content: url(../img/Home-1/proBorder.png);
	position: absolute;
	bottom: -8px;
}

#vidCont h2 {
	color: #4a4848;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	margin-bottom: 5px;
}

#vidCont p {
	color: #615e5e;
	font-family: 'Lato', sans-serif;
	line-height: 19px;

}

#vidCont .readMore {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	color: #615e5e;
	text-transform: uppercase;
	background-color: #ffffff;
	padding: 13px 20px;
	float: right;
	margin-top: 15px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#vidCont .readMore:hover {
	color: #2795b6;
}

#vidCont .readMore:after {
	content: url(../img/Home-1/readmore-arrow-gray.png);
	padding-left: 25px;
	position: relative;
	top: 3px;
}

#mainFooter {
	background-image: url(../img/Home-1/footPattern.png);
}

.darkFoot {
	padding: 25px 0;
}

.dFootSection {
	padding: 0 25px;
	margin-bottom: 20px;
}

.darkFoot h2 {
	font-size: 24px;
	color: #ffe9a1;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

.dFootSection p {
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	color: #9a7642;
}

.cUs p {
	margin: 0;
}

.cUs p span {
	color: white;
}

#footSocials li {
	float: left;
}

#footSocials li a {
	display: block;
	width: 29px;
	height: 27px;
	margin-right: 12px;
	background-image: url(../img/Home-1/socialic-footer.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#footSocials li a:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

#footSocials li .face {
	
}

#footSocials li .tweeter {
	background-position: -43px 0;
}

#footSocials li .lin {
	background-position: -87px 0;
}

#footSocials li .dribb {
	background-position: -131px 0;
}

#copyright {
	background-color: #9a7642;
}

#copyright .row {
	padding: 0 25px;
}

#copyright p {
	color: #ffe9a1;
	font-family: 'Lato', sans-serif;
	line-height: 50px;
	margin: 0;
}


#copyright p:last-child a {
	color: #191970;
	font-family: 'Lato', sans-serif;
}

#copyright p:first-child {
	float: left;
}

#copyright p:last-child {
	float: right;
}

.mailInput {
	position: relative;
}

.mailInput input {
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid white;
	height: 35px;
}

.mailInput button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background-color: #fafafa;
	padding: 0 15px;
	line-height: 35px;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	text-transform: lowercase;
	color: #333131;


	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}



/*HomePage 2 Styles*/

#success {
	background-color: white;
	padding: 0 15px;
	padding-bottom: 30px;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#usFeatures {
	padding: 0 25px;
	padding-bottom: 25px;
	background-color: #fff;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.homeTitles {
	font-family: 'Lato', sans-serif;
	font-size: 43px;
	color: #534f4f;
	font-weight: normal;
}

.homeTitles span {
	font-weight: bold;
}

.aboutSec img {
	display: block;
	float: left;
	margin-bottom:45px;
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #959595;
}

.aboutSec p {
	font-size: 18px;
	color: #534f4f;
	font-family: 'Lato', sans-serif;
	line-height: 21px;
	padding-right: 10px;
}

.aboutSec a {
	display: block;
	float: left;
	background-color: #e1e1e1;
	font-family: 'Lato', sans-serif;
	color: #534f4f;
	padding: 15px 10px;
	border-radius: 5px;
	position: relative;
	padding-right: 50px;
	margin-right: 17px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.aboutSec a:last-child {
	margin-right: 0;
}

.aboutSec a:after {
	content: url(../img/Home-2/findOutMore.png);
	margin: 0;
	position: absolute;
	top: 10px;
	right: 15px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.aboutSec a:hover {
	color: #fff;
	background-color: #08bbd1;
}

.aboutSec a:hover:after {
	color: #fff;
	background-color: #08bbd1;
	content: url(../img/Home-2/cUs.png);
}

.ui-accordion .ui-accordion-header {
	font-size: 18px;
	color: #534f4f;
	font-family: 'Lato', sans-serif;
}

.ui-accordion .ui-accordion-content {
	font-size: 16px;
	color: #534f4f;
	font-family: 'Lato', sans-serif;
	padding: 15px !important;
}

.ui-state-default .ui-icon {
	background-image: url(../img/Home-2/accordion.png) !important;
	background-position: center center !important;
}

.ui-state-active .ui-icon {
	background-image: url(../img/Home-2/accordionActive.png) !important;
	background-position: center center !important;
}

.ui-icon {
	width: 19px !important;
	height: 19px !important;
}

.ui-icon-circle-arrow-s {
	background-position: 0 0 !important;
}

.ui-icon-circle-arrow-e {
	background-position: 0 0 !important;
}

/*Works Section Styles*/

.ourWorks {
	background-color: #fff;
	padding: 0 25px;
	padding-bottom: 30px;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#workContainer li {
	float: left;
	width: 318px;
	position: relative;
	line-height: 1em;
}

#workContainer .workInfo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 25px;
	color: #fff;

	background-color: rgba(8,187,209, 0.9);

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#workContainer .workInfo h3 {
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	margin: 0;
	margin-bottom: 5px;
}

#workContainer .workInfo p {
	color: white;
	line-height: 21px;
	font-family: 'Lato', sans-serif;
}

#workContainer .workInfo a.fam {
	display: block;
	border: 1px solid white;
	position: relative;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	border-radius: 5px;
	padding: 10px;
}

#workContainer .workInfo a.fam:after {
	content: url(../img/Home-2/cUs.png);
	position: absolute;
	top: 6px;
	right: 15px;
}

#workContainer li:hover .workInfo {
	opacity: 1;
}


#allNews {
	width: 100000px;
}

#allNews li {
	float: left;
	width: 1240px;
}

.newsContent {
	margin-bottom: 20px;
	padding-right: 20px;
}

.abNews .Ndate {
	line-height: 32px;
	width: 50px;  
    text-align: left;
    font-size: 28px;  
    word-wrap: break-word;
    margin: 0;
    color: #524f4f;
    font-family: 'Lato', sans-serif;
}

.abNews .Ndate span {
	font-weight: bold;
}

.wrapNews img {
	display: block;
	float: left;
	margin-right: 15px;
}

.newsImageLink {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.newsImageLink img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.newsImageLink:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.wrapNews h3 {
	font-size: 17px;
	color: #534f4f;
	line-height: 17px;
	font-family: 'Lato', sans-serif;
	margin: 0;
	margin-bottom: 5px;
}

.wrapNews p {
	color: #534f4f;
	font-family: 'Lato', sans-serif;
	line-height: 19px;
}

.wrapNews a {
	display: block;
	border: 1px solid #08bbd1;
	color: #6f6e6e;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	padding: 10px 20px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.wrapNews a:hover {
	background-color: #08bbd1;
	color: #fff;
}

.wrapNews a:after {
	content: url(../img/Home-2/findOutMore.png);
	position: absolute;
	right: 15px;
	top: 11px;
}

.newsNav {
	position: relative;
}


#lNews #slider-nav3 {
	position: absolute;
	right: 25px;
	top: 35px;
}

#lNews #slider-nav3 button {
	background-color: transparent;
	border: none;
	width: 24px;
	height: 19px;
	text-indent: -9999px;
	margin-left: 10px;
}

#lNews #slider-nav3 button:first-child {
	background-image: url(../img/Home-2/nGoLeft.png);
	background-repeat: no-repeat;
}

#lNews #slider-nav3 button:last-child {
	background-image: url(../img/Home-2/nGoRight.png);
	background-repeat: no-repeat;
}


/*Partners Section Styles*/
#partners {
	background-color: #fff;
	padding: 0 25px;
}

#partnersThumbs {
	width: 100000px;
}

#partnersThumbs li {
	float: left;
}

#partnersThumbs li a {
	display: block;
	float: left;
	width: 170px;
	height: 170px;
	margin: 0 16px;
	position: relative;
}

#partnersThumbs li a img {
	position:absolute;top:0;bottom:0;margin:auto;
}

#testimonials {
	width: 100000px;
}

.testiCont {
	float: left;
	width: 410px;
	background-color: #e1e1e1;
	position: relative;
	margin-top: 35px;
	margin-right: 20px;
}

.testiCont img {
	position: absolute;
	top: -37px;
	left: 20px;
}


.testiCont h3, .testiCont p {
		padding: 0 110px;
}


.testiCont h3 {
	font-size: 22px;
	color: #534f4f;
	margin: 0;
	font-family: 'Lato', sans-serif;
}

.testiCont p {
	font-size: 17px;
	color: #534f4f;
	font-family: 'Lato', sans-serif;
	margin-bottom: 5px;
}

.testiCont blockquote {
	font-size: 27px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #534f4f;
	font-family: 'Lato', sans-serif;
	margin-bottom: 15px;
	padding-top: 0;
}

#testiWrapper {
	overflow: hidden;
}

.nbuttns {
	position: relative;
}


.testiPartners {
	position: absolute;
	top: 0;
	right: 25px;
	top: 35px;

}

.testiPartners button {
	background-color: transparent;
	border: none;
	text-indent: -9999px;
	width: 24px;
	height: 19px;
	margin-left: 10px;
}

.testiPartners button:first-child {
	background-image: url(../img/Home-2/nGoLeft.png);
	background-repeat: no-repeat;
}

.testiPartners button:last-child {
	background-image: url(../img/Home-2/nGoRight.png);
	background-repeat: no-repeat;
}


/*Home Page 3 Styles*/

.mainContentWrapper {
	background-color: #fff;
	padding: 25px;
}

#aboutus {
	border: 1px solid #c2c2c2;
	position: relative;
}

#aboutus .columns {
	padding: 15px;
}

#aboutus img {
	display: block;
	width: 100%;
}

#aboutus h2 {
	color: #615e5e;
	font-size: 40px;
	font-family: 'Lato', sans-serif;
	text-transform: lowercase;
	font-weight: normal;
	border-bottom: 1px solid #08bbd1;
	float: left;
}

#aboutus p {
	clear: both;
	font-family: 'Lato', sans-serif;
}

#aboutus .aboutUsTitle{
	font-size: 29px;
	color: #615e5e;
	margin-bottom: 5px;
}

#aboutus .aboutUsContent {
	font-size: 17px;
	color: #848080;
	line-height: 21px;
}

#aboutus .readMore {
	display: block;
	position: absolute;
	right: 70px;
	bottom: -19px;
	background-color: #14cfe6;
	padding: 10px 18px;
	font-size: 19px;
	font-family: 'Lato', sans-serif;
	text-transform: lowercase;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#aboutus .readMore:hover {
	color: #615e5e;
}

#aboutus .readMore span {
	display: block;
	position: absolute;
	width: 39px;
	height: 39px;
	right: -39px;
	bottom: 0;
	background-color: #08bbd1;
	background-image: url(../img/Home-3/readMorearr.png);
	background-repeat: no-repeat;
	background-position: center center;
}


/*Latest News Styles*/

#latestOtherNews {
	margin-top: 35px;
}

.ltitleNews {
	font-size: 21px;
	font-family: 'Lato', sans-serif;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 10px;
	color: #615e5e;
	margin-bottom: 15px;
	position: relative;
}

.ltitleNews:before {
	content: url(../img/Home-1/subtitleborder.png);
	position: absolute;
	bottom: -7px;
}

.LatestNewsWrapp {
	border: 1px solid #c2c2c2;
	overflow: hidden;
	margin-bottom: 20px;
}

.LatestNewsWrapp a {
	position: relative;
	display: block;
	float: right;
	background-color: #14cfe6;
	padding: 10px 18px;
	font-size: 19px;
	font-family: 'Lato', sans-serif;
	text-transform: lowercase;
	margin-right: 75px;
	margin-top: 20px;
	margin-bottom: 20px;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.LatestNewsWrapp a:hover {
	color: #615e5e;
}

 .LatestNewsWrapp a span {
 	display: block;
position: absolute;
width: 39px;
height: 39px;
right: -39px;
bottom: 0;
background-color: #08bbd1;
background-image: url(../img/Home-3/readMorearr.png);
background-repeat: no-repeat;
background-position: center center;

 }

.mainLnews {
	padding-right: 15px;
}

.mainLnews img {
	display: block;
	float: right;
}

.mainLnews .subtitleNews {
	font-size: 29px;
	color: #615e5e;
	font-family: 'Lato', sans-serif;
	padding: 15px;
	margin-bottom: 0;
	overflow: hidden;
	line-height: 35px;
}

.mainLnews .newsContent {
	color: #848080;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	padding: 0 15px;
	padding-right: 35px;
	overflow: hidden;
	margin-bottom: 0;
}


#newsList li {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 9px;
	margin-top: 15px;
	height: 90px;
	clear: both;
}

#newsList li a {
	display: block;
	font-size: 14px;
	color: #615e5e;
	width: 100%;
	height: 100%;
}

#newsList li a:hover {
	
}

#newsList li a img {
	display: block;
	float: left;
	margin-right: 16px;
}



#worksContainer {
	margin-top: 35px;
}

#worksContainer .sliderContainer {
	width: 74.96% !important;
	margin-bottom: 20px;
}

#featured li a, #featured2 li a {
	display: block;
	float: left;
	position: relative;
}

#featured li a .hoverDiv, #featured2 li a .hoverDiv {
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(8, 187, 209, 0.8);
	background-image: url(../img/morebutt.png);
	background-repeat: no-repeat;
	background-position: center center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#featured li a .hoverDiv .projectName, #featured2 li a .hoverDiv .projectName {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	text-transform: lowercase;
}

#featured li a .hoverDiv .projectinfo, #featured2 li a .hoverDiv .projectinfo {
	position: absolute;
	bottom: 0;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
}

.servicesWrapp {
	margin-top: 20px !important;
}


#featured li a:hover .hoverDiv, #featured2 li a:hover .hoverDiv {
	opacity: 1;
}


.sliderContainer {
	padding-right: 15px;
}


.testimonialContainer {
	background-color: #d7d7d7;
	clear: both;
	padding: 50px 15px;
	position: relative;
	margin-bottom: 52px;
}

.testimonialContainer:last-child {
	margin-bottom: 20px;
}

.testimonialContainer .quoteimg {
	float: left;
	padding-bottom: 75px;
	padding-right: 15px;
	border-right: 1px solid #acacac;
}

.testimonialContainer p {
	overflow: hidden;
	padding-left: 25px;
	font-family: 'Lato', sans-serif;
}

.testimonialContainer .name {
	font-size: 15px;
	color: #727070;
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 0;
}

.testimonialContainer .status {
	font-size: 15px;
	color: #727070;
	font-family: Georgia;
	line-height: 20px;
}

.testimonialContainer .testiTxt {
	font-size: 21px;
	color: #727070;
	font-family: Georgia;
	padding-right: 10px;
	margin-bottom: 5px;
	line-height: 26px;
}

.testimonialContainer .testiUser {
	position: absolute;
	top: -37px;
	left: 50%;
	margin-left: -37px;
}

.titleTesti {
	margin-bottom: 40px;
}


.partnerThumbs a {
	display: block;
	float: left;
	width: 226px;
	height: 226px;
	position: relative;
	border: 1px solid #a1a1a1;
}


.partnerThumbs a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.partnerThumbs a:hover img {
	opacity: 0.5;
}

.sponsorSection {
	padding-right: 15px;
	margin-bottom: 25px;
	position: relative;
}

#accord {
    float: left;
    width: 100%;
}
#accord li a {
    display: block;
    padding: 10px 15px;
    background: #08bbd1;
    border-bottom: 1px solid white;
    text-decoration: none;
    padding-left: 55px;
    color: #fff;
    position: relative;
}

.no-active:before {
	content: url(../img/Home-3/plus.png);
	position: absolute;
	left: 15px;
	top: 8px;
}

.activeAcc:before {
	content: url(../img/Home-3/minus.png);
	position: absolute;
	left: 15px;
	top: 8px;
}

#accord li ul {
    display: none;
    padding: 10px 0;
    margin: 0;
}

#accord li ul p {
	font-size: 17px;
	line-height: 21px;
	color: #555151;
}

#accord li ul li a {
    padding: 10px 25px;
    background: #ececec;
    border-bottom: 1px dotted #ccc;
}


/*ABOUT US PAGE*/

.headerImg {
	background-image: url(../images/housefrontdark.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 577px;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.errorImg {
	background-image: url(../images/city02.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -2;
}

#errorDiv {
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px solid white;
}

.headerImgGaroo {
	background-image: url(../images/framedgaroo.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 577px;
	position: absolute;
	width: 100%;
	z-index: -2;
}


.headerImgVariety {
	background-image: url(../images/framedvariety.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 577px;
	position: absolute;
	width: 100%;
	z-index: -2;
}



.headerImgSheeba {
	background-image: url(../images/framesheeba.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 577px;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.headerImgContact {
	background-image: url(../images/logobig.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 577px;
	position: absolute;
	width: 100%;
	z-index: -1;
}


.headerImgPups {
	background-image: url(../images/pupsinarowquad.jpg);
	background-repeat: repeat-z;
	-webkit-background-size: cover;
	background-size: 100%;
	background-position:0% 100%;
	height: 477px;
	position: absolute;
	width: 100%;
	z-index: -1;
}


.headerImgTrees {
	background-image: url(../images/familytreebi.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 677px;
	position: absolute;
	width: 100%;
	z-index: -1;
}


.headerImgblogFull {
	background-image: url(../images/familytreebi.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 677px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.aboutWrapper {
	margin-top: 126px;
	padding: 28px;
}

.mainQuote {
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.mainQuote h3 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #6b6767;
	font-family: 'Lato', sans-serif;
}

.mainQuote p {
	text-align: right;
	font-size: 22px;
	color: #6b6767;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	padding-right: 136px;
}

#aboutMain {
	margin-top: 40px;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}

#aboutSlider {
	position: relative;
	overflow: hidden;
}

#slider-navAbout {
	position: absolute;
	bottom: 0;
	right: 50px;
}

.noBorder {
	border: none;
}

#slider-navAbout button {
	background-color: transparent;
	border: none;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
}

#slider-navAbout button:first-child {
	background-image: url(../img/Home-1/arrow-left.png);
}

#slider-navAbout button:last-child {
	background-image: url(../img/Home-1/arrow-right.png);
}


#sliderWrapp {
	height: 345px;
	overflow: hidden;
}

#sliderWrapp ul {
	width: 100000px;
}

#sliderWrapp ul li {
	float: left;
	margin-right: 50px;
}

.aboutInfo h3 {
	margin-top: 0;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #615e5e;
	font-weight: bold;
}

.aboutInfo .postInfo {
	font-weight: bold;
}

.aboutInfo p {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #6b6767;
	line-height: 21px;
}


.aboutInfo a {
	display: block;
	float: right;
	background-color: #08bbd1;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	padding: 10px 35px;
	border-radius: 5px;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.aboutInfo a:hover {
	color: #615e5e;
}

#allSkilss {
	margin-top: 40px;
	padding-bottom: 40px;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
}

#allSkilss .large-4 {
	padding: 0 10px;
}

#allSkilss .large-4:first-child {
	padding-left: 0;
}

#allSkilss .large-4:last-child {
	padding-right: 0;
}

.missionInfo h3 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #4a4848;
	margin-top: 0;
}

.missionInfo p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #615e5e;
	margin-top: 10px;
}

.missionInfo a {
	display: block;
	float: right;
	color: #08bbd1;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
}

.missionInfo a:after {
	content: url(../img/Home-1/readmore-arrow.png);
	position: relative;
	top: 3px;
	padding-left: 10px;
}

.aboutWork {
	padding: 0 !important;
}

/*TEAM PAGE STYLES*/

.teamHeaderImg {
	background-image: url(../images/flyingpups.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 577px;
	position: absolute;
	width: 100%;
	z-index: -2;
}

#MeetUs {
	margin-top: 40px;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}

.meetWrapp {
	padding-right: 30px;
}

.txtSection p {
	color: #534f4f;
	font-family: 'Lato', sans-serif;
	line-height: 23px;
}

.eStats li {
	text-align: left;
	color: #534f4f;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
}

.eStats li:before {
	content: url(../img/Team/star.png);
	padding-right: 15px;
}

.gallSection a {
	display: block;
	float: right;
	background-color: #fff;
}

.gallSection a img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.gallSection a:hover img {
	opacity: 0.5;
}

.hiring h3 {
	font-size: 27px;
	color: #615e5e;
	font-family: 'Lato', sans-serif;
}

.hiring p {
	color: #534f4f;
	font-family: 'Lato', sans-serif;
	line-height: 23px;
}

.hiring a {
	float: right;
	display: block;
	font-weight: bold;
	font-size: 27px;
	font-family: 'Lato', sans-serif;
	background-color: #08bbd1;
	padding: 15px 25px;
	border-radius: 10px;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.hiring a:hover {
	color: #615e5e;
}

.hiring {
	padding: 15px 25px;
	border: 1px solid #08bbd1;
}


#ourTeamSec {
	margin-top: 20px;
}

.employee {
	border: 1px solid #a1a1a1;
	position: relative;
	margin-bottom: 10px;
	width: 24% !important;
	margin: 0 6px;
	margin-bottom: 15px;
}

.employee img {
	width: 100%;
}

.employee:last-child {
	float: left !important;
}

.employee .empName {
	border-bottom: 1px solid #a1a1a1;
	padding: 0 10px 10px 10px;
}

.employee .empName h4 {
	color: #555353;
	font-size: 19px;
	float: left;
}

.employee .empName ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.employee .empName ul li {
	float: right;
}

.employee .empName ul li a {
	display: block;
	color: #555353;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-image: url(../img/Team/social.png);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-left: 5px;
}

.employee .empName ul li a.facebook {
	background-position: 4px center;
}

.employee .empName ul li a.twitter {
	background-position: -18px center;
}

.employee .empName ul li a.dribble {
	background-position: -40px center;
}

.employee p {
	float: left;
	color: #555353;
	font-size: 15px;
	line-height: 20px;
	padding: 10px;
	margin-bottom: 0;
}

.employee .empSkill {
	display: block;
	float: left;
	position: absolute;
	text-transform: uppercase;
	background-color: rgba(8, 167, 187, 0.8);
	padding: 5px 5px 5px 25px;
	top: 50%;
	margin-top: -20px;
}


/*Services Page Styles*/

.headerImgServ {
	background-image: url(../images/DNAsideway.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 577px;
	position: absolute;
	width: 100%;
	z-index:-1;
}

.headerImgDNA {
	background-image: url(../images/DNAsideway.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 577px;
	position: absolute;
	width: 100%;
	z-index:-1;
}


.hireButton a {
	display: block;
	float: left;
	background-color: #08bbd1;
	padding: 10px 25px;
	text-align: right;
	border-radius: 5px;
	margin-bottom: 25px;
	padding-left: 120px;
	position: relative;
	text-transform: lowercase;
}

.hireButton a span {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	padding: 10px 25px;
	background-color: #4dd7e8;
}

.servContainer {
	margin-top: 20px !important;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
}


#servicesContainer {
	margin-top: 30px;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
}

.servInfos {
	padding: 20px 40px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	position: relative;
	padding-left: 60px;
	margin: 0 51px 20px 51px;
}

.servInfos p {
	font-size: 15px;
	line-height: 20px;
	color: #534f4f;
	font-family: 'Lato', sans-serif;
	margin-bottom: 0;
}

.servInfos img {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: -40px;
}

.hireUsCont {
	background-color: #08bbd1;
}


.hireUsCont a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 45px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	line-height: 1.85;
}

.hireUsCont img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.hireUsCont:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.portFolioNav {
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}

#portfolio-filter {
	margin: 0;
	padding: 0;
}

#portfolio-filter li {
	float: left;
}

#portfolio-filter li a {
	display: block;
	color: #0000ff;
	font-size: 20px;
	padding: 0 12px;
}

#portfolio-list .imgPortHover {
	background-color: #08bbd1;
	background-image: url(../img/Home-1/moreico.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 0;
}

#portfolio-list .columns {
	float: left !important;
}

#portfolio-list a {
	display: block;
	width: 100%;
}

#portfolio-list a img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.portText .arrow {
	position: absolute;
	top: -30px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 40px solid #ebebeb;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#portfolio-list a img {
	width: 100%;
}

#portfolio-list a:hover img {
	opacity: 0.2;
}

#portfolio-list .columns {
	padding: 17px 10px;
}

#portfolio-list .columns:hover .arrow {
	opacity: 1;
}

.portText {
	background-color: #ebebeb;
	padding: 15px 20px;
	position: relative;
	border-bottom: 1px solid #cccccc;
}

.portText h4 {
	font-size: 14px;
	color: #615e5e;
	text-transform: uppercase;
}

.portText p {
	font-size: 14px;
	color: #615e5e;
	line-height: 19px;
}

.portText a.readM{
	display: block;
	text-align: right;	
	width: auto !important;
	color: #615e5e;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.portText p:last-child {
	margin-bottom: 0;
}

.projectTitle {
	position: relative;
}

.paginationButton, .paginationButton:hover {
	display: block;
	float: right;
	width: auto !important;
	color: #615e5e;
	padding: 10px 25px;
	border: 1px solid #08bbd1;
	border-radius: 5px;
	margin-top: 25px;
	text-transform: lowercase;
}

.projectTitle:before {
	content: url(../img/Home-2/accordionActive.png);
	position: absolute;
	bottom: -8px;
}

.blogWtext p {
	line-height: 19px;
}

.blogWtitle {
	margin-bottom: 15px;
}

.postInfo {
	padding-top: 15px;
	border-top: 1px solid #acacac;
}

.googleMaps {
	margin-top: 300px !important;
	margin:auto;
	max-width: 80em;
}

.googleMaps img {
	width: 100%;
}


.contactWrapper {
	margin-top: 0 !important;
}

.formSection h3, .infoSection h3 {
	color: #615e5e;
	font-size: 24px;
	font-family: 'Lato', sans-serif;

}

#contactForm input {
	height: 42px;
	border-radius: 5px;
}

#contactForm .simInput {
	width: 48%;
}

#contactForm .fLeft {
	float: left;
}

#contactForm .fRight {
	float: right;
}

#contactForm textarea {
	border-radius: 5px;
}

#contactForm button {
	display: block;
	float: right;
	border: none;
	background-color: #08bbd1;
	color: #fff;
	font-weight: bold;
	padding: 10px 25px;
	border-radius: 5px;
}

.infoSection {
	padding-left: 15px;
}

.infoSection p {
	color: #6b6767;
	font-family: 'Lato', sans-serif;
	line-height: 22px;
}


.cliTech .columns {
	border: 1px solid #898989;
	width: 48%;
	padding: 0 15px;
	position: relative;
}


.cliTech .columns h4 {
	color: #6b6767;
	font-family: 'Lato', sans-serif;
}

.cliTech .client {
	height: 150px;
}

.cliTech .client img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.singleLink {
	display: block;
	float: right;
	background-color: transparent !important;
	font-size: 0 !important;
	padding: 0 !important;
	text-indent: -9999px;
	background-image: url(../img/Single-1/linkBtn.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
	top: -8px;
	right: 10px;
}

#mainSingle {
	padding-top: 20px;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}

.aboutContent .aboutPass {
	color: #fff;
}

.singleGallery a {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #08bbd1;
	background-image: url(../img/Single-2/loup.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 0;
}

.singleGallery a img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.singleGallery a:hover img {
	opacity: 0.2;
}

.singleProject {
	padding-right: 25px;
}

.singleProject h4, .skillsArea h4 {
	font-size: 26px;
	color: #615e5e;
	font-family: 'Lato', sans-serif;
}

.singleProject p {
	font-size: 15px;
	color: #6b6767;
	font-family: 'Lato', sans-serif;
	line-height: 21px;
}

.singleProject .visitBtn {
	color: #6b6767;
	font-family: 'Lato', sans-serif;
}

.singleProject .visitBtn:before {
	content: url(../img/Single-2/link.png);
	padding-right: 10px;
	position: relative;
	top: 3px;
}

.skillsArea {
	border-left: 1px solid #cccccc;
	padding-left: 15px;
}

.skillsArea .clientImg {
	text-align: center;
}

.skillsArea li {
	list-style: none;
	border-bottom: 1px dashed #d7d7d7;
	padding: 10px 0;
	color: #6b6767;
	font-family: 'Lato', sans-serif;
	position: relative;
}

.skillsArea li:before {
	content: url(../img/Single-2/techSign.png);
	position: absolute;
	right: 0;
	top: 13px;
}

#errorDiv {
	padding: 25px 40px;
	position: relative;
}

#errorDiv h1 {
	color: #fff;
	font-size: 114px;
	margin: 0;
}

#errorDiv p {
	color: #fff;
	font-size: 35px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	width: 60%;	
}

#errorDiv a {
	display: block;
	float: left;
	padding: 20px 20px 20px 220px;
	border: 1px solid white;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 29px;
	background-image: url(../img/arrowLeft.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-transform: lowercase;
}

#errorDiv span {
	display: block;
	position: absolute;
	right: 40px;
	bottom: 20px;
	font-size: 120px;
	font-family: 'Lato', sans-serif;
	color: #fff;
}

.quotePara {
	font-size: 16px !important;
	font-weight: normal !important;
	font-family: 'Lato', sans-serif;
	text-align: center !important;
	padding-right: -0px !important;
	padding: 15px 0 15px 0;
}

#proFaq {
	margin-bottom: 15px;
	padding-bottom: 45px;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#pricingTables {
	padding: 45px 0;
	margin-bottom: 35px;
	background-image: url(../img/Home-1/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.pTable {
	margin-right: 15px;
	text-align: center;
	width: 19% !important;
	border: 1px solid #c2c2c2;
	border-radius: 5px;	
}

.pTable:last-child {
	margin-right: 0;
}

.pTable h4 {
	font-size: 25px;
	color: #6b6767;
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
	letter-spacing: 1px;
}

.pTable p {
	margin: 0;
}

.pTable .pricing {
	padding: 35px;
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	background-color: #353a3b;
	border-top: 1px solid transparent;
}

.pTable .prices a {
	text-align: center;
	color: #6b6767;
	font-family: 'Lato', sans-serif;
	display: block;
	width: 100%;
	height: 100%;

}

.pTable .pricing span {
	color: #6b6767;
	font-size: 22px
}

.pTable .imgprice {
	background-image: url(../img/dollar.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
}

.pTable .imgprice span {
	color: transparent;
}

.pTable .prices {
	padding: 10px 0;
	border-top: 1px solid #d0d1d2;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #6b6767;
}

.pTable .visHid {
	color: transparent;
}

.pTable .positive {
	background-image: url(../img/Pricing-Tables/positive.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.pTable .negative {
	background-image: url(../img/Pricing-Tables/negative.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.pTable:hover {
	border: 1px solid transparent;
	background-color: #08bbd1;
}

.pTable:hover h4, .pTable:hover p, .pTable:hover p a, .pTable:hover .pricing span {
	color: #fff;
}

.pTable:hover .prices {
	border-color: #41cbdc;
}

.pTable:hover .pricing {
	border-top: 1px solid #41cbdc;
}

.pTable:hover .pricing {
	background-color: transparent;
}

.pTable:first-child:hover .pricing {
	color: transparent;
}

.pTable:first-child:hover .pricing span {
	color: transparent;
}

.pTable:hover .visHid {
	color: transparent;
}

.pricingInfo {
	padding-right: 15px;
}

.pricingInfo:last-child {
	padding-right: 0;
}

.pricingInfo h4 {
	text-transform: uppercase;
	font-size: 23px;
	color: #534f4f;
	font-family: 'Lato', sans-serif;
	border-bottom: 2px solid #08bbd1;
	font-weight: normal;
	padding-bottom: 2px;
	float: left;
}

.pricingInfo p {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	color: #534f4f;
	line-height: 24px;
}

.payment .weAcc {
	font-weight: bold;
	color: #534f4f;
	margin-bottom: 10px;
}

.payment a {
	display: block;
	float: left;
	background-image: url(../img/Pricing-Tables/credit-cards.png);
	background-repeat: no-repeat;
	width: 46px;
	height: 28px;
	margin-right: 5px;
	text-indent: -9999px;
}

.payment a:last-child {
	margin-right: 0;
}

.payment a.card2 {
	background-position: -51px 0;
}

.payment a.card3 {
	background-position: -102px 0;
}

.payment a.card4 {
	background-position: -152px 0;
}

.payment a.card5 {
	background-position: -203px 0;
}

.payment a.card6 {
	background-position: -254px 0;
}

.payment a.card7 {
	background-position: -304px 0;
}

.payment a.card8 {
	background-position: -355px 0;
}

.smallPortNav {
	display: none !important;
	float: none !important;
}

.smallPortNav a {
	text-align: center;
}










/*Responsive with Media Queries*/

@media only screen and (max-width: 1285px) {
	.pTable {
		width: auto !important;
		margin: 15px 25px;
	}

	.pTable:last-child {
		float: left !important;
	}

	.pageTitle h2 {
		padding-left: 25px;
	}
}

@media only screen and (max-width: 1120px) {
	.mainLnews, .mainONews {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1045px) {
	#nav li a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.gallSection {
		margin-bottom: 20px;
	}

	.projectColumn {
		width: 238px;
	}

	.hireButton a {
		float: none;
	}

	#slider2, #slider {
		width: 100%;
	}

	.servInfos, .hireUsCont  {
		width: auto !important;
	}

	.hireUsCont {
		float: left !important;
	}

	.projectSection {
		width: 2.32%;
	}

	.testimonailsContainer {
		padding-right: 12px;
	}

	.testimonailsContainer:last-child {
		padding-right: 0;
	}

	#slider2 ul li {
		margin-right: 5px;
	}

	.serv:hover {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.camera_caption > div {
		padding-left: 80px !important;
	}

	.camera_pag {
		width: 960px !important;
		bottom: 90px !important;
	}

	.camera_caption h1 {
		font-size: 24px;
	}

	.camera_caption p {
		font-size: 18px;
	}

	.camera_caption {
		margin-top: -10px !important;
	}
}

@media only screen and (max-width: 1024px) {
	#nav {
		display: none;
	}

	.payment {
		margin-top: 20px;
	}

	#smallNav {
		display: block;
	}

	#slider-nav {
		right: 5px;
	}

	.newsContent {
		width: 73% !important;
	}

	.newsContent:last-child {
		float: left !important;
	}

	.testiPartners {
		right: 5px;
	}

	#partners .large-8 {
		padding-right: 25px !important;
	}

	.mainLnews .newsContent {
		overflow: visible;
	}

	.partnerThumbs a {
		width: 172px;
		height: 172px;
	}

	.aboutInfo {
		padding-left: 25px;
	}

	#slider-navAbout {
		right: 0;
	}

	.gallSection a {
		width: 110px;
	}

	.employee {
		margin: 0 4px;
		margin-bottom: 20px;
	}

	.employee .empSkill {
		margin-top: -50px;
	}

	.pTable {
		width: 100% !important;
		margin-bottom: 50px;
		margin-left: 0;
		margin-right: 0;
	}

	.smallPortNav {
		display: block !important;
	}

	#portfolio-filter li:not(:first-child) {
		display: none;
		float: none;
		border-bottom: 1px solid gray;
		padding: 15px 0;
	}


	#portfolio-filter li:not(:first-child) a {
		text-align: center;
	}
	
	.orbitSlider1 {
		display: none;
	}

	.orbitSlider2 {
		display: block;
	}

	.orbit-container .orbit-prev, .orbit.container .orbit-next {
		display: none;
	}

	.abNews .Ndate {
		width: 300px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 810px) {
	#navigationWrapper {
		display: none;
	}
}

@media only screen and (max-width: 790px) {
	.employee {
		width: 100% !important;
	}

	#allNews li {
		width: 620px;
	}

	.serv {
		width: 100% !important;
	}

	.camera_caption {
		margin-top: -50px !important;
	}

	.camera_pag {
		width: 690px !important;
	}

	#allNews li {
		width: 720px;
	}

	.newsContent {
		width: 100% !important;
	}

	#partners .large-8 {
		padding-right: 0 !important;
	}

	.mainLnews img {
		float: none;
		width: 100%;
	}

	#worksContainer .sliderContainer {
		width: 100% !important;
	}

	.sliderContainer {
		padding-right: 0;
	}

	.noMarginWrapp {
		margin-top: 192px !important;
	}

	.aboutInfo {
		padding-top: 25px;
	}

	#sliderWrapp ul li {
		width: 769px;
	}

	#sliderWrapp ul li img {
		width: 100%;
	}

	#allSkilss .large-4 {
		margin-bottom: 30px;
	}

	.gallSection a {
		float: left;
	}

	.singleLink {
		top: 15px;
	}

	#mainSingle .large-9 {
		padding-bottom: 30px;
	}

	.skillsArea {
		border-left: none;
	}

	.contactWrapper {
		margin-top: 0 !important;
	}

	.serv a img {
		top: 15px;
		bottom: auto;
	}

	.serv a p.loremTxt {
		display: block;
		margin-top: 0;
		font-size: 16px;
	}

	.infoSection {
		padding-left: 0;
	}

	.orbit-container .orbit-prev,
  	.orbit-container .orbit-next { 
  	background-image: none !important;
  }
}

@media only screen and (max-width: 678px) {
	#copyright p:first-child {
		display: none;
	}

	#copyright p:last-child {
		float: none;
		text-align: center;
	}

	.testimonialContainer {
		padding-bottom: 40px;
	}

	.camera_pag {
		display: none;
	}

	#worksContainer .sliderContainer {
		width: 100% !important;
	}

	.pageTitle h2 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 560px) {
	.camera_caption {
		display: none !important;
	}

	.partnerThumbs {
		width: 172px !important;
	}
}



@media only screen and (max-width: 480px) {
	#nav li, .logo {
		float: none;
		text-align: center;
	}

	#smallNav {
		width: 100%;
		margin-top: 30px;
	}

	#camera_wrap_1 {
		margin-top: 131px;
	}

	.serv {
		height: auto;
	}

	.orbitSlider2 {
		padding-left: 20px;
	}

	.noMarginWrapp {
		margin-top: 110px !important;
	}

    .hireButton a {
    	padding-left: 0;
    }

    #errorDiv h1 {
    	font-size: 40px;
    }

    #errorDiv p {
    	font-size: 20px;
    }

    #errorDiv span {
    	bottom: auto;
    	top: 20px;
    	font-size: 60px;
    }

    #portfolio-list .columns {
    	width: 100% !important;
    }

    .singleProject .visitBtn {
    	display: block;
    	width: 100%;
    }

    .mainQuote p {
    	padding-right: 0;
    }

    .aboutInfo {
    	padding-left: 0;
    }

    .aboutSec a {
    	margin-bottom: 10px;
    }

    .homeTitles {
    	font-size: 30px;
    }

    .testiPartners {
    	top: 17px;
    }

    .serv a img {
    	width: 60px;
    }

    #lNews #slider-nav3 {
    	top: 18px;
    }

    #allNews li {
    	width: 330px;
    	margin-right: 10px;
    }

    .wrapNews img {
    	margin-bottom: 10px;
    }

    .singleGallery {
    	padding-left: 30px;
    }
	
}

@media only screen and (max-width: 325px) {
	.partnerThumbs:last-child {
		float: left !important;
	}
}

