/* = reset
================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	line-height: 1.5em;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
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;
}
li {
	list-style: none;
}
img {
	display: block;
	margin: 0 auto;
}
h1{
    padding: 0px;
    text-align: center;
    margin: 0 0 10px 0;
    position: relative;
	color: rgba(98,98,98, .1);
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: 0px 0px 3px rgba(98,98,98, 1); /* #bdbebe */
	font-size: 1.5em;
	line-height: 1.2em;
}
.gray01{
	color: rgba(235,235,236, .1);
	text-shadow: 0px 0px 3px rgba(235,235,236, 1); /* #ebebec*/
}
.gray02{
	color: rgba(228,228,229, .1);
	text-shadow: 0px 0px 3px rgba(228,228,229, 1); /* #e4e4e5*/
}

h2, h3, #ft1 p{
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
	display: block;
	text-transform: uppercase;
	font-weight: 900;
}
h2{
	color: rgba(120,121,121, .1);
	text-shadow: 0px 0px 3px rgba(120,121,121, 1); /* #787979 */
	font-size: 1.8em;
	line-height: 1;
	text-align: center;
}
h3{
	color: rgba(216,216,216 .1);
	text-shadow: 0px 0px 3px rgba(216,216,216, 1); /* #D8D8D8 */
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center;
}
h4{
	color: rgba(216,216,216 .1);
	text-shadow: 0px 0px 3px rgba(216,216,216, 1); /* #D8D8D8 */
	font-size: 1em;
	line-height: 1.5;
	text-align: center;
}

#ft1 p{
	color: rgba(228,228,229, .1);
	font-size: 1.2em;
	line-height: 1;
	text-shadow: 0px 0px 3px rgba(228,228,229, 1); /* #e4e4e5 */
}
#ft1 img{
	float: right;
}

.fb {
	margin: 0 0 10px 10px;
	width: 29px;
	padding: 1px;
	background:  rgba(120,121,121, .5);
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
p {
	font-size: 1.0em;
	margin-bottom: 5px;
	display: block;
	margin-top: 5px;
	font-weight: 400;
	text-align: left;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-family: 'Titillium Web', sans-serif;
}
.clearfix:after {
    content: " "; 
    display: table; 
    clear: both;
}
.blunk-top {
	margin-top: 50px;
}

.img-title {
   	padding: 0px;
   	margin: 25px 0 10px 0;
  	position: relative;
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	color: rgba(216,216,216 .1);
	text-shadow: 0px 0px 3px rgba(216,216,216, 1); /* #D8D8D8 */
	font-size: 1.1em;
	line-height: 1;
	text-align: center;
}

/* 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;
}
.ccr-button {
	text-align: center;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	padding: 18px 95px;
	border-bottom: 5px solid #c86a43;
	background: #eb7d4d;
	color: #000;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
#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;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}

.element_from_left {
	left: -80px;
	opacity: 0;
	position: relative;
	padding-left: 0;
}

.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;
}

.banner { position: relative; overflow: auto; }
.banner ul { list-style: none; }


/* - Header
/*================================================*/
.ccr-headarea {
	padding-top: 55px;
}
.ccr-hbg {
	background: #fff;
}
.ccr-logo {
	margin-left: 30px;
	margin-top: -7px;
}
.ccr-logo_ltd h1 {
	margin-top: 30px;
}
.ccr-logo img {
    text-align: center;
}
.ccr-hbg .office1 {
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	color: rgba(125,125,125, .1);
	text-shadow: 0px 0px 2px rgba(125,125,125,1); /* #e4e4e5 */
	font-size: 1.2em;
	line-height: 1;
	text-align: center;
}
.ccr-hbg .office2 {
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	color: rgba(128,128,128, .1);
	text-shadow: 0px 0px 3px rgba(128,128,128, 1); /* #d5d5d6 */
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: center;
}
#ccr-header .sidebar p{
	padding-top: 0px;
	padding-bottom: 15px;
	margin-right: 5px;
	color: #111;
	font-size: .8em;
	line-height: 1em;
	text-align: left;
}
.ccr-slug h2 {
	margin-top: 100px;
}

/*-obi1
============================================*/
.ccr-obi1-bg {
	background: #3c5499;
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: center;
}
/*-obi2
============================================*/
.ccr-obi2-bg {
	background: #d74680;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*-obi3
============================================*/
.ccr-obi3-bg {
	background: #e4e4e5;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;

	color: rgba(120,121,121, .1);
	text-shadow: 0px 0px 3px rgba(120,121,121, 1); /* #787979 */
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
}

/* - menu
===================================================*/
#ccr-header .ccr-menu .navbar-default {
	background: none;
	border: none;
	color: #000;
}
#ccr-header .ccr-menu .navbar-nav>li {
	margin-left: 5px;
	margin-right: 5px;
}
#ccr-header .ccr-menu .nav li>a {
	color: #000;
	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: #000;
	background-color: #e4e4e5;
	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: #e4e4e5;
}
#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: #000;
	background: #e4e4e5;
}
#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 {
	color: #000;
	background: #e4e4e5;
	border-radius: 4px;
}

.bmenu{
	padding: 0px;
	margin: 0 0 10px 0;
	position: relative;
}
.bmenu li{
	font-size: 1.2em;
	line-height: 1em;
	display: block;
	clear: left;
}
.bmenu li a{
	color: rgba(85,85,85, .1);
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px rgba(85,85,85, 1); /* #555 */
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	text-decoration: none;
	float:left;
}
.bmenu:hover li a{
	color: rgba(13,26,58, .1);
	text-shadow: 0px 0px 2px rgba(13,26,58, 1); /* #0d1a3a */
}
.bmenu li a:hover{
	color: rgba(13,26,58, 1);
	text-shadow: 0px 0px 2px rgba(13,26,58, 1); /* #0d1a3a */
	padding-left: 1em;
	font-weight: 900;
}

.bmenu li span{
	font-size: 0.3em;
	color: transparent;
	display: block;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	letter-spacing: 1px;
}
.bmenu li:hover span{
	color: #aaa;
	text-shadow: 0px 0px 1px rgba(153,153,153, 1); /* #999 */
	margin-left: 2em;
}

.sidemenu{
	padding: 0px;
	margin: 0 0 5px 0;
	position: relative;
}
.sidemenu li{
	font-size: 1.5em;
	line-height: 1.5em;
	display: block;
	text-align: left;
}
.sidemenu li a{
	color: rgba(61,61,61, .1);
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px rgba(61,61,61, 1); /* #555 */
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	text-decoration: none;
}
.sidemenu:hover li a{
	color: rgba(13,26,58, .1);
	text-shadow: 0px 0px 3px rgba(13,26,58, 1); /* #0d1a3a */
}
.sidemenu li a:hover{
	color: rgba(13,26,58, 1);
	text-shadow: 0px 0px 3px rgba(13,26,58, 1); /* #0d1a3a */
	padding-left: 20px;
	font-weight: 700;
}
/*=======slug========*/
#ccr-header .ccr-slug {
	padding: 100px 0 100px 0px;
}
#ccr-header .ccr-slug h1 {
	text-align: left;
}
#ccr-header .ccr-button {
	text-align: center;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	padding: 18px 105px;
	border-bottom: 5px solid #c86a43;
	background: #eb7d4d;
	color: #000;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin-bottom: 30px;
	outline: none;
}
#ccr-header .ccr-button:hover {
	background: #17c2a4;
	border-bottom-color: #07997F;
}

/* - Section SERVICE
===============================*/
.ccr-service-bg {
	background: #d74680;
	padding: 110px 0px 110px 0;
	color: #000;
}
.ccr-service-bg  h2{
	color: rgba(253,253,253, 1);
	text-shadow: 0px 0px 3px rgba(253,253,253, 1); /* #fdfdfd */
}
#ccr-service .ccr-item img {
	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-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-service .descript {
	padding-top: 50px;
	color: #ececec;
	font-size: 1em;
	line-height: 1.5;
	text-align: center;
}
#ccr-service .white {
	color: #ececec;
	padding-bottom: 10px;
}

/* -TEAM 
===============================*/
.ccr-team-bg {
	text-align: center;
	background: #fff;
	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: #fff; 
}
#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-item p {
	padding-top: 10px;
	color: #3a3a3a;
	font-size: .8em;
	line-height: 1.5;
	text-align: left;
}

#ccr-team .ccr-team-item i {
	font-size: 1em;
	color: #878787;
}
#ccr-team .designation {
	color: #30bae7;
	padding-bottom: 10px;
}

/* ccr-team - add =====*/
#ccr-team li {
	padding: 2px 14px;
	margin-right: 5px;
	color: #111;
	text-align: left;
	font-size: 0.8em;
	text-transform: uppercase;
	border-radius: 4px;
}
/* ccr-team  - add fin =====*/



#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;
}



/* -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 {
	margin-top: 100px ;
}
#ccr-skill .ccr-skill-item h4 {
	margin: 0 10px 0 10px;
}
#ccr-skill .ccr-skill-item img {
	margin-top: 30px;
}
#ccr-skill p {
	padding-top: 10px;
	color: #3a3a3a;
	font-size: 1em;
	line-height: 1.5;
	text-align: center;
}

#ccr-skill .img-com-s{
	padding-top: 5px;
	color: #3a3a3a;
	font-size: 0.8em;
	line-height: 1.0;
	text-align: center;
}
#ccr-skill .descript-down {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #3a3a3a;
	font-size: 1em;
	line-height: 1.5;
	text-align: left;
}
#ccr-skill img {
	margin-top: 100px;
}
#ccr-skill .white a {
	color: #aeaeae;
	margin-top: 30px;
}

.tw-circle-chart {
	position: relative;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 20px;
}
.tw-circle-chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}


/* -Portfolio
================================ */
.ccr-portfolio-bg {
	background: #fff;
	padding-top: 110px;
	padding-bottom: 110px;
	text-align: center;
}
#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: #e4e4e5;
	padding: 2px 14px;
	margin-right: 5px;
	color: #3b3b3b;
	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;
}

#ccr-portfolio .img {
	margin-top: 30px;
}
#ccr-portfolio .ccr-portfolio-item p {
	color: rgba(216,216,216 .1);
	text-shadow: 0px 0px 3px rgba(216,216,216, 1); /* #D8D8D8 */
	font-size: 1em;
	line-height: 1.2;
	text-align: center;
}
#ccr-portfolio .ccr-portfolio-item h3 {
	margin-top: 10px;
}
#ccr-portfolio .ccr-button {
	background: #3c5499;
	border-bottom: 5px solid ##3b3b3b;
	color: #000;
}
#ccr-portfolio .ccr-button:hover {
	background: #bdbdbf ;
	border-bottom: 5px solid #3c5499;
}
/* Ccr-about-us
===========================================*/
.ccr-about-us-bg {
	background: #fff;
	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: #000;
}
#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: #000;
	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-align: left;
	text-transform: uppercase;
	font-weight: 600;
}

#ccr-about-us .ccr-designation p {
	color: #585858;
	font-style: italic;
	font-size: .8em;
	line-height: 1;
}

#ccr-about-us  li {
	padding: 2px 14px;
	margin-right: 5px;
	color: #111;
	font-size: 1em;
	line-height: 1.2;
	text-align: right;
}


#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;
}
/*-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: #f2f2f2;
}
#ccr-touch a {
	color: #f1f1f1;
}

.ccr-touch-contact-bg {
	background: #fff;
	padding-top: 110px;
	padding-bottom: 100px;
	text-align: center;
}
#ccr-touch .ccr-touch-contact-title .ccr-contact-line{
	background: #3c5499;
}
#ccr-touch .ccr-touch-contact-slug {
	color: rgba(85,85,85, .5);
}
#ccr-touch h2 {
	color: rgba(85,85,85, .1);
}

#ccr-touch .ccr-touch-form {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 0;
}
#ccr-touch input {
	background: #273a71;
	border: 0;
	color: #fff;
	font-size: 1em;
}
#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;
	width: 100%;
	color: #f7f7f7;
	font-size: 1em;
}
#ccr-touch textarea:focus {
	outline: none;
}

#ccr-touch .ccr-button {
	background: #32bae7;
	font-size: 1.1em;
	font-weight: 700;
	border-bottom-color: #2b9ec5;
	outline: none;

}
#ccr-touch .ccr-button:hover {
	background: #fff;
	border-color: #ccc;
}
/* - ccr-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: #000;
}
#ccr-footer .ccr-footer-menu li a:hover {
	color: #30bae7;
	text-decoration: none;
}
/* - animation
========================================*/
.animated-bounceIn {
	-webkit-animation-name: 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;
	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: #000;
}
.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; }
}
