/*
Theme Name: Cuda-WP
Theme URI: http://www.codexcoder.com/products/cuda-free-one-page-wordpress-theme/
Author: CodexCoder
Author URI: http://www.codexcoder.com
Description: Cuda is an <a href="http://www.codexcoder.com/products/cuda-free-one-page-wordpress-theme/">Free One Page WordPress Theme</a> by CodexCoder.UDA is a one page Theme with fully responsive layout, unlimited background color, contact form 7, smooth scrolling, lazy loader, Isotop portfolio section, skill section and Redux framework is used to build it.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cuda
Tags: red, blue, green, one-column, flexible-width, custom-header, custom-menu, one page, responsive

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 cuda-wp is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-family: 'Titillium Web', sans-serif;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 1.2em 1.5em;
	font-style: italic;
	font-size: 1.7em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}
/* tag-cloud widget */
.tagcloud a{
	display: inline-block;
	font-size: 16px !important;
	padding: 5px 10px;
	border: 1px solid #d9d9d9;
	margin: 4px 2px;
	background-color: #f7f7f7;
}
.tagcloud a:hover{
	background-color: #3498db;
	border-color: #3498db;
	color: #fff;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}
input[type="text"],  
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"]{
	margin-bottom: 15px;
	border-radius: 0;
	margin-top: 10px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #87509c;
}

a:hover,
a:focus,
a:active {
	color: #2C2C2C;
	text-decoration: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
h1.entry-title,
h2.entry-title,
h3.entry-title {
	color: #111;
}
.content-area {
	padding-top: 135px;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0 0;
	padding-bottom: 30px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*.home .ccr-headarea {
	background: transparent !important;
	}*/
	.ccr-headarea{
		padding-top: 25px;
		padding-bottom: 25px;

	}
	.navbar-nav li> a {
		color: #fff;
		padding: 10px;
		border-radius: 5px;
	}
	.navbar-nav a:hover {
		background: #643a79 !important;
		color: #fff;
	}
	.read-more a {
		padding: 5px 10px;
		margin-top: 10px;
		display: table;
		color: #fff;
		border: 1px solid #111;
		background: #87509c;
	}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.form-control:focus {
	box-shadow: none;
}
aside h2 {
	font-size: 1.5em;
}
aside h1,
aside h2,
aside h3 {
	color: #222;
}
aside ul,
aside li {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
#searchform input[type="text"] {
	display: block;
	float: left;
	outline: none;
	box-shadow: none;
	width: 85% !important;
	padding-left: 15px;
	padding: 15px;
	height: 42px;
}
.home aside input[type="text"]{
	width: 100% !important;
}
#searchform .btn {
	background-color: #87509c;
	color: #fff!important;
	font-size: 1.25em;
	border-radius: 0;
	margin-top: 10px;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-section li {
	list-style-type: none;
}
.comment-content a {
	word-wrap: break-word;;
}

.bypostauthor {
	display: block;
}

#blog-section  .comment-section{
	margin-top: 80px;
}


#blog-section .commentlist{
	padding-left: 0;
}

#submited-commnet .comment{
	list-style: none; 
	margin-bottom: 10px;
}

#submited-commnet .comment article{
	padding: 15px 0;
	overflow: hidden;
}
p.comment-meta {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.children{
	margin-left: 110px;
}
.children:first-child{
	margin-left: 0px;
}

.comment-author{
	color: #1a1a1a;
	text-transform: uppercase;
	font-size: 1.125em;
	font-weight: 700;
}
.comment-author a{
	color: #1a1a1a;
}
.comment-author a:hover{
	color: #3498db;
}
.reply{
	background-color: #87509c;
	border: none;
	color: #737373;
	display: inherit;
	line-height: 38px;
	width: 100px;
	height: 40px;
	min-height: 40px;
	margin-top: 25px;
	text-align: center;
	padding: 0;
}
.reply a {
	color: #fff;
}
.reply:hover{
	border: none;
}
.reply:hover a{
	color: #fff;
}
.reply,
.reply:visited {
	-webkit-transition: color .25s ease;
	-moz-transition: color .25s ease;
	-ms-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease;
}
a.comment-reply-link{
	width: 100%;
	display: inline-block;
}

.reply:visited,
a.comment-reply-link:visited {
	color: #FFFFFF;
}
a.comment-reply-link:hover{
	color: #ffffff;
	border-color: #3498db;
}

.reply:hover{
	color: #fff; 
}

.author-hex {
	display: inline-block;
	float: left;
	margin-right: 20px;
	height: 100px;
	width: 85px;
	position: relative;
	overflow: hidden;

}

.author-hex2 {
	position: absolute;
	height: 100px;
	width: 85px;
	top:0;
}

.author-hex1 {
	overflow: hidden;
	visibility: hidden;

	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	transform: rotate(120deg);
}

.author-hex-in1 {
	overflow: hidden;
	width: 100%;
	height: 100%;

	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.author-hex-in2 {
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;

	-webkit-background-size: 125%;
	-moz-background-size: 125%;
	-ms-background-size: 125%;
	-o-background-size: 125%;
	background-size: 125%;
	visibility: visible;

	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.author-hex-in2 .avatar {
	margin-top: 8px;
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}

.comment-content{
	overflow: hidden;
}

#leave-comment{
	margin-top: 70px;
	display: inline-block;
}

#blog-sidebar .title,
#comments .title{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
}

#respond {
	margin-top: 15px;
	display: inherit;
}
#respond p{
	padding:0 0 11px 15px
}

#author{
	margin-right: 4%;
}
.tags-links {
	border: 1px solid #ccc;
	padding: 3px 10px;
}
.comments-link {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #ccc;
	padding: 3px 10px;
}
.edit-link {
	border: 1px solid #ccc;
	padding: 3px 10px;
	margin-left: 5px;
}
#author, #email, #url{
	border:none;
	border: 1px solid #e3e2e2;
	float: left;
	line-height:20px;
	padding: 10px;
	margin: 10px 0 0 15px;
	outline-style: none;
	height: 50px;
	width: 75%;
}

#comment{
	border:none;
	border: 1px solid #e3e2e2;
	line-height:20px;
	padding: 10px;
	margin: 10px 0 0 15px;
	outline-style: none;
	width: 100%;
	height: 200px;
}

#commentform input[type="submit"],
#commentform button[type="submit"]{
	background-color: #87509c;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	height: 50px;
	line-height: 20px;
	padding: 10px 20px;
	margin: 20px 0 120px 0;
	outline-style: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;

}

#commentform input[type="submit"]:hover,
#commentform button[type="submit"]:hover{
	background-color: #eb7d4d;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
}
button {
	border: none;
	background: none;
	outline: none;
	text-transform: uppercase;
	padding: 3px 10px;
	outline: none !important;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
#ccr-slider h1,
#ccr-about-us h1,
#service h2,
#ccr-touch h2,
#service h3,
.home h4 {
	color: #fff;
}
h1 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 2.5em;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
p {
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: 400;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-family: 'Titillium Web', sans-serif;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
.ccr-line {
	width: 87px;
	height: 3px;
	background: #14a58c;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 15px;
}
a.ccr-button{
	color: #fff;
}
.ccr-button {
	text-align: center;
	width: auto;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	border-bottom: 5px solid #c86a43 !important;
	background: #eb7d4d;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 18px 95px;
	display: table;
}
#ccr-back-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 50;
	display: none;
	width: 35px;
	height: 35px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent;
	background-color: #918f89;
	background-image: url(images/back-to-top.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.mask {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}
#loader {
	background: url(images/loader.gif) center center no-repeat;
	height: 50px;
	width: 50px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -25px 0 0 -25px;
}

.element_from_top {
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}

.element_from_bottom {
	bottom: -50px;
	opacity: 0;
	position: relative;
}

.element_from_left {
	left: -80px;
	opacity: 0;
	position: relative;
}

.element_from_right {
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}

.element_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;

}
.bounceIn {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}
/*--------------------------------------------------------------
    Header
    --------------------------------------------------------------*/

    .ccr-headarea {
    	position: absolute;
    	width: 100%;
    	z-index: 9;;
    }
    .ccr-hbg {
    	background: #87509c;
    }
    .ccr-logo {
    	margin-left: 30px;
    	font-size: 2em;;
    }

    .ccr-logo a{
    	color: #fff;
    }

/*--------------------------------------------------------------
	Menu
	--------------------------------------------------------------*/

	#ccr-header .ccr-menu .navbar-default {
		background: none;
		border: none;
		color: #fff;
		margin-top: 10px;
	}
	#ccr-header .ccr-menu .navbar-nav>li {
		margin-left: 5px;
		margin-right: 5px;
	}
	#ccr-header .ccr-menu .nav li>a {
		color: #FFF;
		padding: 7px 15px;
	}
	#ccr-header .ccr-menu .navbar-default .navbar-nav>.active>a,
	#ccr-header .ccr-menu .navbar-default .navbar-nav>.active>a:hover,
	#ccr-header .ccr-menu .navbar-default .navbar-nav>.active>a:focus {
		color: #FFF;
		background-color: #643a79;
		border-radius: 4px;
	}
	#ccr-header .ccr-menu .dropdown-menu>li>a:hover,
	#ccr-header .ccr-menu .dropdown-menu>li>a:focus {
		color: #FFF !important;
		background-color: #87509c;
	}
	#ccr-header .ccr-menu .dropdown-menu>li>a {
		color: #5E5E5E !important;
	}
	#ccr-header .ccr-menu .navbar-default .navbar-nav>.open>a,
	#ccr-header .ccr-menu .navbar-default .navbar-nav>.open>a:hover,
	#ccr-header .ccr-menu .navbar-default .navbar-nav>.open>a:focus {
		color: #FFF;
		background: #643a79;
	}
	#ccr-header .ccr-menu .navbar-default .navbar-nav>.dropdown>a .caret {
		border-top-color: #fff;
		border-bottom-color: #fff;
	}
	#ccr-header .ccr-menu .navbar-default .navbar-nav>li>a:hover, 
	.ccr-menu .navbar-default .navbar-nav>li>a:active {
		background: black !important;
		border-radius: 4px;
	}

/*--------------------------------------------------------------
 	Slug
 	--------------------------------------------------------------*/

 	#ccr-slider .slider-section {
 		padding: 235px 0 110px 0px;
 	}
 	#ccr-slider .slider-section h1 {
 		text-align: center;
 	}
 	#ccr-slider .ccr-button {
 		text-align: center;
 		width: auto;
 		height: auto;
 		margin: 0 auto;
 		margin-top: 80px;
 		padding: 18px 105px;
 		border-bottom: 5px solid #c86a43;
 		background: #eb7d4d;
 		color: #fff;
 		border-top: 0;
 		border-left: 0;
 		border-right: 0;
 		margin-bottom: 30px;
 		outline: none;
 		display: table;
 	}
 	#ccr-slider .ccr-button:hover {
 		background: #17c2a4;
 		border-bottom-color: #07997F !important;
 	}
 	#slider {
 		position: relative;
 	}
 	#slider .item h1 {
 		position: absolute;
 		top: 40%;
 		width: 100%;
 		text-align: center;
 	}
 	#slider .item .ccr-button {
 		position: absolute;
 		top: 60%;
 		left: 50%;
 		-webkit-transform: translate(-50%, -50%);
 		-moz-transform: translate(-50%, -50%);
 		-ms-transform: translate(-50%, -50%);
 		-o-transform: translate(-50%, -50%);
 		transform: translate(-50%, -50%);
 	}
 	a.ccr-slider-control.left  {
 		position: absolute;
 		left: 0;
 		top: 45%;
 		background: rgba(226, 226, 226, 0.82);
 		padding: 7px 12px;
 	}
 	a.ccr-slider-control.right {
 		position: absolute;
 		right: 0;
 		top: 45%;
 		background: rgba(226, 226, 226, 0.82);
 		padding: 7px 12px;
 	}

/*--------------------------------------------------------------
	Section SERVICE
	--------------------------------------------------------------*/

	.ccr-service-bg {
		background: #17c2a4;
		padding: 110px 0px 110px 0;
		color: #fff;
	}
	#ccr-service .ccr-item img {
		height: 124px;
		margin: 0 auto;
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		-o-transition:all 0.1s linear;
		transition: all 0.1s linear;
	}
	#ccr-service .ccr-item img:hover {
		-webkit-transform: rotate(-20deg);
		-moz-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		-o-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
	#ccr-service .ccr-title {
		text-align: center;
	}
	#ccr-service .ccr-item {
		padding: 60px 12px 12px 0;
		text-align: center;
		margin-bottom: 30px;
	}
	#ccr-service .ccr-first-iteam, 
	#ccr-service .ccr-second-iteam, 
	#ccr-service .ccr-third-iteam, 
	#ccr-service .ccr-fourth-iteam {
		margin-bottom: 30px;
	}
	#ccr-service .ccr-service-slug {
		text-align: center;
	}

	#ccr-service .ccr-item h3 {
		padding-top: 50px;
	}
	.ccr-first-item a {
		color: #fff;
	}

/*--------------------------------------------------------------
	Section Team
	--------------------------------------------------------------*/

	.ccr-team-bg {
		text-align: center;
		background: #e7f1f8;
		color: #333;
		padding: 110px 0 110px 0;
	} 
	#ccr-team .ccr-team-title {
		padding-top: 10px;
		padding-bottom: 50px;
	}
	#ccr-team .ccr-team-title h1 {
		color: #3c4761;
	}
	#ccr-team .ccr-team-item h3 {
		color: #3c4761;
		padding-top: 10px;
		padding-bottom: 0px;
	}
	#ccr-team .ccr-team-item img {
		border-radius: 100%;
		padding: 10px;
		background: #696969;
	}
	#ccr-team .ccr-first-iteam, 
	#ccr-team .ccr-second-iteam, 
	#ccr-team .ccr-third-iteam, 
	#ccr-team .ccr-fourth-iteam {
		margin-bottom: 30px;
	}
	#ccr-team .ccr-team-slug p {
		color: #3c4761;
	}
	#ccr-team .ccr-team-item i {
		font-size: 11em;
		color: #878787;
	}
	#ccr-team .designation {
		color: #30bae7;
		padding-bottom: 10px;
	}
	#ccr-team .ccr-social i {
		font-size: 0.8em;
		background: #ccc;
		padding: 10px;
		border-radius: 50%;
		width: 32px;
		height: 32px;
		display: inline-block;
		color: #fff;
		margin: 3px auto;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}
	#ccr-team .ccr-social .fa-facebook:hover {
		background: #4c66a4;
		color: #fff;	
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		transform:rotate(360deg);
	}
	#ccr-team .ccr-social .fa-twitter:hover {
		background: #2ca8d2;
		color: #fff;
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		transform:rotate(360deg);
	}
	#ccr-team .ccr-social .fa-linkedin:hover {
		background: #399bdc;
		color: #fff;
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		transform:rotate(360deg);
	}
	#ccr-team .ccr-social .fa-envelope:hover {
		background: #738a8d;
		color: #fff;
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		transform:rotate(360deg);
	}
	.ccr-social {
		position: relative;
		padding-top: 15px;
		text-align: center;
		padding-bottom: 15px;
	}

/*--------------------------------------------------------------
	Section skill
	--------------------------------------------------------------*/

	.ccr-skill-bg {
		text-align: center;
		color: #111;
		padding-top: 110px;
		padding-bottom: 110px;
	}
	#ccr-skill .ccr-line{
		background: #dfe8ed;
	}
	#ccr-skill .ccr-skill-title h1 {
		color: #3c4761;
	}
	#ccr-skill .ccr-skill-item {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	#ccr-skill .ccr-skill-item h3 {
		color: #3c4761;
		font-weight: 700;
	}

	.tw-circle-chart {
		position: relative;
		text-align: center;
		margin: 0px auto;
		margin-bottom: 20px;
	}
	.tw-circle-chart canvas {
		position: absolute;
		top: 0;
		left: 0;
	}
/*--------------------------------------------------------------
	Section Portfolio
	--------------------------------------------------------------*/

	.ccr-portfolio-bg {
		background: #ffdd99;
		padding-top: 110px;
		padding-bottom: 110px;
		text-align: center;
	}
	#ccr-portfolio h1 {
		color: #393939;
	}
	#ccr-portfolio .ccr-line {
		background: #e5c37f;
	}
	.ccr-portfolio-isotop-menu {
		padding-top: 30px;
	}
	#ccr-portfolio .ccr-menu {
		display: inline-block;
		list-style: none;
	}
	#ccr-portfolio .ccr-menu li {
		float: left;
	}
	#ccr-portfolio .ccr-menu li {
		background: #ebc985;
		padding: 2px 14px;
		margin-right: 5px;
		color: #111;
		text-transform: uppercase;
		border-radius: 4px;
	}
	#ccr-portfolio .ccr-menu li:hover {
		text-decoration: none;
	}

	#ccr-portfolio .ccr-portfolio-item {
		margin-top: 50px;
	}
	#ccr-portfolio .ccr-portfolio-item li {
		display: block;
		padding-bottom: 30px;
		color: #222;
	}
	#ccr-portfolio .ccr-portfolio-item h3 {
		color: #222;
	}
	#ccr-portfolio .ccr-button {
		background: #17c2a4;
		border-bottom: 5px solid #14a58c;
		color: #fff;
	}
	#ccr-portfolio .ccr-button:hover {
		background: #87509c;
		border-bottom: 5px solid #4F076B;
	}

/*--------------------------------------------------------------
	Section About Us
	--------------------------------------------------------------*/

	.ccr-about-us-bg {
		background: #d74680;
		padding-top: 110px;
		padding-bottom: 110px;
		text-align: center;
	}
	#ccr-about-us .ccr-line {
		background: #b73c6d;
	}
	#ccr-about-us .ccr-about-us-slug p{
		color: #fff;
	}
	#ccr-about-us .ccr-us-item img {
		background: #787878;
		padding: 10px;
		border-radius: 100%;
		margin-right: 50px;
		margin-bottom: 50px;
	}
	#ccr-about-us .ccr-us-item {
		text-align: left;
		color: #fff;
		margin-top: 60px;
	}
	#ccr-about-us .ccr-us-item span {
		line-height: 27px;
		font-size: 1.2em;
		font-weight: 300;
	}
	#ccr-about-us .ccr-designation {
		margin-top: 17px;
	}
	#ccr-about-us .ccr-designation h3{
		text-transform: uppercase;
		font-weight: 600;
	}

	#ccr-about-us .ccr-designation p {
		color: #ffdd99;
		font-style: italic;
	}
	#ccr-about-us .ccr-us-first-item, 
	#ccr-about-us .ccr-us-second-item,
	#ccr-about-us .ccr-us-third-item, 
	#ccr-about-us .ccr-us-fourth-item {
		padding-bottom: 30px;
	}

/*--------------------------------------------------------------
	Section Touch
	--------------------------------------------------------------*/

	.ccr-touch-bg {
		background: #3c5499;
		padding-top: 110px;
		padding-bottom: 100px;
		text-align: center;
	}
	#ccr-touch .ccr-touch-title .ccr-line{
		background: #273a71;
	}
	#ccr-touch .ccr-touch-slug {
		color: #fff;
	}
	#ccr-touch .ccr-touch-form {
		max-width: 800px;
		margin: 0 auto;
		padding-top: 50px;
		padding-bottom: 0;
		color: #fff;
	}
	#ccr-touch input {
		background: #273a71;
		color: #fff;
		border: 0;
		border-radius: 0;
	}
	#ccr-touch input[type="email"] {
		outline: none;
	}
	#ccr-touch input:focus {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#ccr-touch .input-group {
		padding-bottom: 30px;
	}
	#ccr-touch textarea {
		background: #273a71;
		border: none;
		padding: 5px;
		color: #fff;
		font-size: 0.9em;
		margin: 10px auto;
		border-radius: 0px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	#ccr-touch textarea:focus {
		outline: none;
		box-shadow: none;
	}

	#ccr-touch .ccr-button {
		background: #32bae7;
		font-size: 1.1em;
		font-weight: 700;
		border-bottom-color: #2b9ec5 !important;
		outline: none;
		border-radius: 5px;;

	}
	#ccr-touch .ccr-button:hover {
		background: #fff;
		border-color: #ccc !important;
		color: #111 !important;
	}

/*--------------------------------------------------------------
	Section Footer
	--------------------------------------------------------------*/

	.ccr-footer-bg {
		background: #344b8e;
		padding-top: 40px;
		padding-bottom: 40px;
		border-top: 1px solid #4C68B9;
		text-align: center;
	}
	#ccr-footer .ccr-footer-menu li {
		display: inline-block;
		margin-right: 5px;
		margin-left: 5px;
	}
	#ccr-footer .ccr-footer-menu li a {
		color: #fff;
	}
	#ccr-footer .ccr-footer-menu li a:hover {
		text-decoration: none;
	}
	.copyrights {
		padding: 15px 0;
	}
	.copyrights {
		font-size: 0.8em;
	}
/* - animation
========================================*/
.animated-bounceIn {
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: bounceIn;
	opacity: 1!important;
}
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s;
}

/*--------------------------------------------------------------
	Isotop 
	--------------------------------------------------------------*/

	.filter {
		text-align: center;
	}
	.filter ul {
		border-radius: 3px;
		display: inline-block;
		margin: 0px 0 10px 0;
		padding: 0;
		overflow: hidden;
	}
	@media (max-width: 500px) {
		.filter ul {
			display: block;
		}
	}
	.filter li {
		float: left;
		list-style: none;
	}
	@media (max-width: 500px) {
		.filter li {
			width: 100%;
			float: none;
		}
	}
	.filter li button {
		border: none;
		color: #202020;
		font-size: 1em;
		padding: 5px 10px;
		outline: none;
		-webkit-transition: background-color 0.2s;
		transition: background-color 0.2s;
		font-weight: 400;
	}
	@media (max-width: 500px) {
		.filter li button {
			width: 100%;
		}
	}
	.filter li button:hover,
	.filter li button.selected {
		color: #fff;
	}
	.isotope {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.isotope,
	.isotope li {
		/* change duration value to whatever you like */
		-webkit-transition-duration: 0.8s;
		-moz-transition-duration: 0.8s;
		-ms-transition-duration: 0.8s;
		-o-transition-duration: 0.8s;
		transition-duration: 0.8s;
	}
	.isotope {
		-webkit-transition-property: height, width;
		-moz-transition-property: height, width;
		-ms-transition-property: height, width;
		-o-transition-property: height, width;
		transition-property: height, width;
	}
	.isotope li {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property: -moz-transform, opacity;
		-ms-transition-property: -ms-transform, opacity;
		-o-transition-property: -o-transform, opacity;
		transition-property: transform, opacity;
	}
	/**** disabling Isotope CSS3 transitions ****/
	.isotope.no-transition,
	.isotope.no-transition .isotope-item,
	.isotope li.no-transition {
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-ms-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
	}
	textarea::-webkit-input-placeholder { /* WebKit browsers */
		color:    #999;
	}
	textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color:    #999;
	}
	textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
		color:    #999;
	}
	textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
		color:    #999;
	}
	.grid {
		width: 100%;
		list-style: none;
		padding: 0;
	}

	.grid div.test {
		display: block;
		width: 100%;
		opacity: 0;
	}

	.grid div.shown{
		opacity: 1;
	}

	/* Effect 2: Move Up */
	.grid.effect .animate {
		-webkit-transform: translateY(200px);
		-moz-transform: translateY(200px);
		transform: translateY(200px);
		-webkit-animation: moveUp 0.65s ease forwards;
		-moz-animation: moveUp 0.65s ease forwards;
		animation: moveUp 0.65s ease forwards;
	}

	@-webkit-keyframes moveUp {
		to { -webkit-transform: translateY(0); opacity: 1; }
	}

	@-moz-keyframes moveUp {
		to { -moz-transform: translateY(0); opacity: 1; }
	}

	@keyframes moveUp {
		to { transform: translateY(0); opacity: 1; }
	}
