/*
Theme Name: paramount
Theme URI: http://www.themeflexible.com/
Author: ThemeFlexible
Author URI: http://www.themeflexible.com/
Version: 1.0-wpcom
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links2
	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
13. Custome
14. Animate
15. font pe-icon-7-stroke

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
.keywords h1 strong{color:#3f51b5; text-transform: uppercase; font-size: 28px; font-family: cambria}

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 {
	border: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
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: #f7f8fa; /* 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: none;
}
a:hover,
a:active {
	outline: none;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #3e434a;
	font-family: Arial, "Helvetica Neue", Helvetica, 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: 0 1.5em;
}
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%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
}
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;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb; 
	border-radius: 3px;
	background: #e6e6e6;
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer;*/ /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: -0.4em 1em .4em;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}
/*button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}*/
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #f0310c;
}
a:visited {
	color: #f0310c;
	outline: none;
}
a:hover,
a:focus,
a:active {
	color: #f0310c;
	outline: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 {
}
/* 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.entry-title a {
	color:#3e434a;
	font-size:18px;
	line-height: 18px;
}
.post-project {
	font-size:14px;
	color:#8c989f;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
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 {}

/*--------------------------------------------------------------
13 Custome
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1 Custome normal
--------------------------------------------------------------*/
input, button, select, textarea {
	outline: none;
	box-shadow: none;
}
input:focus,
textarea:focus {
	border:1px solid #bbbfc4;
}
img:hover {
	
	transition:0.5s;
}
.left {
	float:left;
}
.right {
	float:right;
}
.widget-title {
	color:#3e434a;
	font-size:18px;
	line-height: 24px;
	margin-bottom:10px;
}
aside p {
	font-size:16px;
	line-height: 24px;
	color:#8c989f;
	margin-bottom:20px;
}
.coca_button_red {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	color:#FFF !important;
	background: #e9280c;
	display: block;
	width:206px;
	height: 51px;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	transition:0.5s;
	position: relative;
	margin-top:20px;
}
.coca_button_red:active {
	top:1px;
}
.ls-l.coca_button_red:active,
.ls-l.coca_button_white.slide:active
 {
	top:371px !important;
}
.coca_button_red:hover {
	background: #d7250b;
	text-decoration: none;
	color:#FFF;
	transition:0.5s !important;
}
.ls-l.coca_button_white.slide {
	position: absolute !important;
}
.coca_button_white {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	color:#FFF !important;
	border:1px solid #FFF !important;
	background: none;
	display: block;
	width:206px;
	height: 49px;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	position: relative;
	transition:0.5s !important;
}
.coca_button_white:hover {
	text-decoration: underline;
	transition:0.5s !important;
}
.coca_button_white:active {
	top:1px;
}
.coca_button_white.slide:hover,
.coca_button_white.slidect:hover {
	text-decoration: none !important;
	background: #d7250b !important;
	border:1px solid #d7250b !important;
	transition:0.5s;
}
section {
	padding:30px 0;
}
h4.widget-title {
	color:#3e434a;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom:20px;
}
h4.section-title {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:24px;
	color:#3e434a;
	font-weight: normal;
	line-height: 24px;
	margin-top: 35px;
	margin-bottom:12px;
}
.top-intro {
	text-align: center;
}
.top-intro p {
	font-family:gotham;
	font-size:18px;
	font-weight: normal;
	color: #393939;
	line-height: 27px;
	margin-bottom:0;
}
#coca-happily {
	background: #ffffff;
}
#coca-happily-wrap {
	padding:20px 0;
}
.bortb {
	border-top:1px solid #e7e8ed;
	border-bottom:1px solid #e7e8ed;
}
.padtb {
	padding:50px 0;
}
.white {
	background: #FFF;
}
.red {
	background: #e9280c;
}
.coca-heading-tag {
	color:#3e434a;
	font-size:24px;
	line-height: 24px;
	float:left;
}
.coca-heading {
	margin-bottom:30px;
}
.heading-border {
	height: 24px;
	overflow: hidden;
	position: relative;
}
.heading-border-inner-border{
	border-color:#e8eaec;
	border-top-style:solid;
	border-top-width:1px;
	display:block;
	margin-left:15px;
	position: relative;
	top:50%;
	width:100%;
}
.coca-content-tag p {
	font-size:18px;
	color:#8c989f;
	line-height: 27px;
}
#word-leader .coca-content-tag {
	padding-right:40px;
}
/*--------------------------------------------------------------
13.2 Custome Header
--------------------------------------------------------------*/
#coca-top-bar {
	background: #f3f3f3;
	padding: 12px 0;
}
.phone {
	margin-right: 13px;
}
.phone,
.mail {
	color:#292c33;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	line-height: 13px;
}
.mail a {
	color:#292c33;
}
#social-top {
	margin:0;
	padding:0;
}
#social-top li {
	display: inline-block;
	list-style: none;
	float:left;
	margin-left: 15px;
}
#social-top li a {
	font-size: 12px;
	line-height: 12px;
	display: block;
	color:#c2c2c2;
}
#social-top li a:hover {
	color:#e9280c;
}
#top-nav {
	margin-top:7px;
}
#coca-top-nav-wrapper {
	padding: 8px 0;
	background: #e96e56 ;
	position: relative;
}
.logo {
	float:left;
	line-height:80px;
}


.dropdown > .l-n-h {
    line-height: 55px;
    margin-top: 10px;
}


.logo-outer .logo span {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:24px;
	color:#3e434b;
	background: url("assets/images/logo.png") no-repeat center left;
	padding-left:40px;
	min-height: 34px;
	font-weight: bold;
	display: block;
}
.logo-outer .logo:hover {
	text-decoration: none !important;
}
.logo img:hover {
	opacity: 1 !important;
}
#site-description {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	line-height: 35px;
	color: #8c989f;
	font-weight: normal;
	float:left;
	margin-left:11px;
	clear: none;
}

/* Search Form*/
.dropdown.open .search-form-wrap {
	display: block !important;
	position: absolute;
	top:30px;
	right:0;
	z-index: 999;
        margin-top: 20px;
}
.dropdown.open .search-form-wrap .search-field {
	float:left;
	padding:10px 20px;
	width:300px;
}
.coca-search.open .search-form-wrap .search-submit {
	display:inline-block;
	float:left;
	background: #e9280c;
	color:#FFF;
	box-shadow: none;
	display: none;
	transition:0.5s;
}
.coca-search.open .search-form-wrap .search-submit:hover {
	transition:0.5s;
	background: #d7250b;
}
.coca-search span{
	cursor: pointer;
}
.coca-search span:hover {
	color:#e9280c;
}
/* Contact page */
#coca_contact-map-wrap iframe {
	width:100%;
	height: 350px;
}
#contact-content {
	margin-top:70px;
}
/*#coca_contact-map {
	background: #FFF;
	padding-bottom:230px;
	padding-top:0;
}*/
#coca_contact-map {
	overflow: hidden;
}
#coca_contact-map-wrap {
	padding:0;
}
.form-group {
	margin-bottom:20px;
}
.form-group input,
.form-group textarea {
	width:100%;
	padding:10px;
	border:1px solid #e7e9ea;
	border-radius: 3px;
}
.form-group input:focus,
.form-group textarea:focus {
	border:1px solid #bbbfc4;
}
#contact-info-wrap {
	padding-left:43px; 
}
#contact-form .widget-title,
#contact-info-wrap .widget-title {
	margin-bottom:30px;
}
#contact-info-wrap p {
	color:#8c989f;
	font-size: 14px;
	margin-bottom:0;
	line-height: 21px;
}
#contact-info-wrap p.title-contact.first {
	padding-top:0;
	margin-top:-5px;
}
#contact-info-wrap p.title-contact{
	color:#3e434a;
	padding-top:25px;
}
#contact-info-wrap a {
	color:#8c989f;
}
#contact-info-wrap a:hover {
	color:#e9280c;
}
#contact-form .coca_button_red {
	background: #e9280c !important;
	border-radius:5px;
	font-size:14px !important;
	width:145px !important;
	height:45px !important;
	box-shadow: none !important;
	border:none !important;
	margin-top:20px;
}
/* 404 page */
#page404 {
	padding:220px 0 430px 0;
}
#page-404-wrap {
	float:none;
	margin:0 auto;
}
#page-404-wrap p {
	font-size:16px;
	line-height: 24px;
	color:#8c989f;
	margin-bottom:0;
}
#page-404-wrap .coca_button_red {
	font-size:14px;
	width:138px;
	height: 43px;
	line-height: 43px;
	margin-top:30px;
}
#page-404-wrap .page-title {
	font-size: 36px;
	font-weight: bold;
	color:#e9280c;
	line-height: 36px;
	margin-bottom:18px;
}
.black {
	color:#3e434a !important;
}
.page-404-inner {
	padding-left:40px;
}
/* Elements page */
#font-style {
	margin-bottom:50px;
}
#font-style p {
	line-height: 30px;
	font-size: 18px;
	margin-bottom:0;
	color:#3e434a;
}
#font-style span {
	color:#8c989f;
}
.forms-section {
	padding:100px 0;
}
.forms-section-items:first-child {
	margin-left:0;
}
.forms-section-items {
	padding-top:25px;
	float:left;
	width:210px;
	margin-left:25px;
}
.forms-section-items input {
	width:100%;
	padding:10px;
	border:1px solid #e7e9ea;
	border-radius:3px;
	margin-bottom:5px;
}
.forms-section-items input:focus {
	border:1px solid #bbbfc4;
	box-shadow: none !important;
	outline: none;
}
.forms-section-items ul li.dropdown {
	position: relative;
}
.forms-section-items ul li a {
	position: relative;
	color:#8c989f;
	display: block;
	width:210px;
	height: 43px;
	border:1px solid #e7e9ea;
	border-radius:3px;
	line-height: 43px;
	text-align: left;
	padding-left: 10px;
}
.forms-section-items ul li ul li a {
	height: 30px;
}
.forms-section-items ul li a:after {
	border-left: none; 
  float:left; 
  font-family:'FontAwesome';
  content:"\f0d7";
  font-size: 12px;
  position: absolute;
  right:2px;
  margin:0 11px 5px 0px; 
  cursor: pointer; 
  color:#8c989f;
}
.forms-section-items.right {
	float:right !important;
}
.forms-section-items.right ul {
	margin:0;
	padding:0;
	z-index: 9999;
}
.button-item {
	text-align: center;
}
.button-item a{
	margin:10px auto !important;
}
.forms-section-items ul li a:after:hover {
	color:#3e434a;
}
.forms-section-items ul li a:hover {
	color:#3e434a;
	text-decoration: none;
}
.forms-section-items ul li ul li a {
	border:none;
	color:#3e434a;
}
.forms-section-items ul li ul li a:after {
	content:'';
}
.forms-section-items ul li ul li a:hover {
	color:#e9280c;
	text-decoration: none;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-menu {
	background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);*/
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;;
}
.elements-title {
	color:#3e434a;
	font-size:24px;
	line-height: 24px;
	padding-bottom:20px;
}
.elements-box-wrap {
	width:118px;
	margin-right:33px;
}
.elements-content {float:left;}
.elements-box {
	width:118px;
	height: 118px;
	padding-bottom:7px;
}
.elements-box-wrap span {
	font-size:14px;
	line-height: 24px;
	color:#7d7d7d;
}
.elements-box-wrap span.elements-box-title {
	color:#181818;
}
.red {
	background: #e9280c;
}
.black80 {
	background: #2c3339;
}
.black50 {
	background: #8c989f;
}
.grey {
	background: #f7f8fa;
}
/* DDsmoothmenu
	----------------------------------------------------------------------------------------*/
	.cocaMenu ul li.search-item {
		margin-top:-3px;
		margin-left: 15px;
	}
	.cocaMenu{}
	.cocaMenu ul{z-index:100;margin: 0;padding: 0;list-style-type: none;}
	/*Top level list items*/
	.cocaMenu ul li{position: relative;display: inline-block;float: left;}
	/*Top level menu link items style*/
	.cocaMenu ul li a{display: block;padding: 8px 10px;text-decoration: none;z-index: 0;position: relative;}
	* html .cocaMenu ul li a{ display: inline-block;}
	.cocaMenu ul li a:link, .cocaMenu ul li a:visited{}
	.cocaMenu ul li a.selected{ background: black; }
	.cocaMenu ul li a:hover{/*background of menu items during onmouseover (hover state)*/}
	/*1st sub level menu*/
	.cocaMenu ul li ul{
		position: absolute;
		left: 0;
		display: none;
		/*collapse all sub menus to begin with*/
		visibility: hidden;z-index: 100;
		top:54px !important;
		background: rgba(255,255,255,0.8);
		border-radius:0 0 3px 3px;
		padding:4px 0 12px !important;
		}
	/*Sub level menu list items (undo style from Top level List Items)*/
	.cocaMenu ul li ul li{display: list-item;float: none;}
	/*All subsequent sub menu levels vertical offset after 1st level sub menu */
	.cocaMenu ul li ul li ul{top: 0px !important;}
	/* Sub level menu links style */
	.cocaMenu ul li ul li a{min-width: 130px; /*width of sub menus*/padding:8px 13px 8px;display: block;z-index: 100;}
	.cocaMenu ul li ul li a:hover{
		color:#e9280c;
	}
	.cocaMenu ul li ul li a:hover:after{
		border: 0;
	}
	/* Holly Hack for IE \*/
	* html .cocaMenu{height: 1%;} /*Holly Hack for IE7 and below*/

	/* Primary Navigation */
	.menu-res.cocaMenu ul li a{padding:0 15px;line-height:16px;font-size: 16px;font-family: "Arial";color:#3e434b;transition:none !important;}
	.menu-res ul li a{color:#3e434b;z-index: 0;}
	.menu-res ul li a:hover{color: #e9280c;}
	.menu-res ul li:last-child a{padding-right: 0}
	.menu-res ul li.current-menu-item a{color: #3e434b;font-weight: bold;}
	.menu-res ul li.current-menu-item ul li a {font-weight: normal;}
	.menu-res ul li ul{padding:0;min-width: 172px}
	.menu-res.cocaMenu ul li ul li{padding:9px 15px;}
	.menu-res.cocaMenu ul li ul li a{padding:0;}
	.menu-res.cocaMenu ul li ul li:last-child a{border-bottom:none;}
	.menu-res.cocaMenu ul li ul li a:hover{}
	.menu-res.cocaMenu ul li ul li a:before{
	}

	/* Mobile Version */
	#menu-res-mobile-a{display: none;}
	#menu-res-mobile-id{display: none;}
	#menu-res-mobile-a{font-family: 'Arial';font-size:16px;color:#3e434b;text-transform: uppercase;line-height: 16px;font-weight: bold;transition:0.5s;}
	#menu-res-mobile-a:hover{
		color:#e9280c;
		text-decoration: none;
		transition:0.5s;
	}
	#menu-res-mobile-a span{width:9px;height: 5px;display: block;background: url('assets/images/primary-mobilemenu-arrowdown.html') no-repeat;position: absolute;top:18px;left:16px;}
	#menu-res-mobile-id{margin:0px;padding-bottom:8px;display: none;}
	#menu-res-mobile-id li{margin-bottom:0px;text-align: right;}
	#menu-res-mobile-id li a{text-align: right;color:#3e434b;font-weight: bold;font-size:24px;font-family: 'Arial';}
	#menu-res-mobile-id li ul li a{color:#8c989f;font-size:24px;font-family: 'Arial';font-weight: normal;}
	#menu-res-mobile-id li a:hover,#menu-res-mobile-id li a:active{color:#e9280c !important;text-decoration: none;}
	.menu-res-mobile-id li a:hover,.menu-res-mobile-id li.current-menu-item a{color:#e9280c;}
	.menu-res-opened span{-webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg);-o-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}

	/* Slide show */
	#slide-show,
	#slide-show-2,
	#slide-show-3 {
		padding:0;
		overflow: hidden;
	}
	.ls-l.button-wrap {
		text-align: center;
		width:100% !important;
		left:0 !important;
		top:330px;
	}
	.ls-l.button-wrap a {
		display: inline-block !important;
		margin:0 auto !important;
	}
	#layerslider .ls-slide.ls-center h1 {
		margin:0 auto !important;
		text-align: center !important;
		width:100% !important;
		left:0 !important;
	}
	#layerslider .ls-slide.ls-center {
		text-align: center !important;
		margin:0 auto !important;
	}
	.ls-gpuhack {display:none !important;}
	.ls_large_text_01 {
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size:48px;
		line-height: 52px;
		color:#FFF;
		font-weight: bold;
	}
	.ls_large_text_02 {
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size:20px;
		line-height: 52px;
		color:#FFF;
		font-weight: normal;
		line-height: 30px;
	}
	.button.huge.color {
		font-size: 18px;
		color:#FFF;
		line-height: 50px;
		width:206px;
		height:51px;
		text-align: center;
		background: #e9280c;
		border-radius:5px;
		transition:0.5s;
	}
	.button.huge.ls-l18:active {
		top:370px !important;
	}
	.button.huge.ls-l8:active,
	.button.huge.white:active{
		top:321px !important;
	}
	.button.huge.color:hover {
		background: #d7250b;
		text-decoration: none;
		color:#FFF;
		transition:0.5s !important;
	}
	
	
.featured-image .box{
		padding:10px !important;
		border:none !important;
	}
	.center.ls-slide .ls_large_text_01,
	.center.ls-slide .ls_large_text_02,
	.center.ls-slide p {
		width:100% !important;
		left:0 !important;
		text-align: center !important;
	}
	.center-button.ls-l3 {
		width:100% !important;
		text-align: center !important;
		left:0 !important;
	}
	.center-button.ls-l3 a {
		display: inline-block;
		position: relative;
		left:0 !important;
	}
	.center-button.ls-l3 a:active {
		top:1px !important;
	}
	.button.huge.white {
		font-size: 18px;
		color:#FFF;
		line-height: 50px;
		border:1px solid #fff !important;
		width:204px;
		height:49px;
		text-align: center;
		background: none;
		border-radius:5px;
		transition:0.5s;
	}
	.button.huge.white:hover {
		background: #d7250b;
		text-decoration: none;
		color:#FFF;
		transition:0.5s !important;
		border:1px solid #d7250b !important;
	}
	.ls-slide img:hover {
		opacity: 1 !important;
	}
	/* #coca-happily */
	.happily-item-wrap {
		position: relative;
		padding-left:95px;
	}
	.happily-item-wrap:before {
		font-family: 'Pe-icon-7-stroke';
		color:#FFF;
		background: #e9280c;
		font-size: 43px;
		width: 76px;
		height: 76px;
		border-radius: 38px;
		position: absolute;
		top:8px;
		left:0;
		text-align: center;
		line-height: 76px;
	}
	.happily-item-wrap p {
		font-size: 18px;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		color:#8c989f;
		line-height: 24px;
		font-weight: normal;
		margin-bottom:15px;
	}
	.coca-search span {
		font-size:23px;
	}
	/* Featured Projects */
	.top-intro:before {
		font-family: 'Pe-icon-7-stroke';
		color:#e9280c;
		font-size:56px;
		line-height: 45px;
		margin: 0;
		padding:0;
	}
	.top-intro.portfolio:before {
		content: "\e622";
	}
/* Featured projects */
.caroufredsel_wrapper {
	margin:0 !important;
}
.entry-excerpt {
	font-size:14px;
	color:#343434;
	line-height: 20px;
	margin:3px 0 0 0;
	padding:0
}
#coca-featured-projects {
	padding:20px 0 20px 0;
	background:#fff;
}
#coca-featured-projects-wrap {
	margin-top:60px;
}
h3.entry-title {
	line-height: 18px;
	margin:0;
	padding:0;
}
.featured-image {
	margin-bottom:18px;
}
.featuredprojects-carousel {
	position: relative;
}
#featuredprojects-prev:before {
	content: "\e686";
	font-family: 'Pe-icon-7-stroke';
	color:#909ca3;
	transition:0.5s;
	z-index: 99;
	position: absolute;
	top: 7.5%;
	left:-68px;
	font-size: 120px;
	line-height: 120px;
	text-align: center;
	transition: 0.5s;
}
#featuredprojects-next:before {
	content: "\e684";
	font-family: 'Pe-icon-7-stroke';
	color:#909ca3;
	transition:0.5s;
	z-index: 99;
	position: absolute;
	top: 7.5%;
	right:-68px;
	font-size: 120px;
	line-height: 120px;
	text-align: center;
	transition:0.5s;
}
#featuredprojects-next:hover:before,
#featuredprojects-prev:hover:before {
	opacity: 0.8;
	transition: 0.5s;
}
/* Our Services*/
#coca-our-services-wrap {
	padding-top:79px;
	text-align: center;
	padding-bottom:30px;
}
.ico-type {
	color:#e9280c;
	font-size:50px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	margin-bottom:34px;
}
.coffee:before {
	content: "\e669";
}
.coffee h4.section-title {
	margin-top: 29px !important;
}
#coca-our-services-wrap .entry-excerpt {
	margin-top:22px;
}
.entry-more {
	margin-top:18px;
}
/* Our Team */
.top-intro.user:before {
	content: "\e605";
	line-height: 60px !important;
}
#coca-our-team {
	text-align: center;
}
#coca-our-team-wrap {
	margin-top:50px;
	padding-bottom:27px;
}
#coca-our-team-wrap .featured-image {
	margin-bottom: 33px;
}
#coca-our-team-wrap .featured-image img {
	border-radius:50%;
}
/* ignore*/
.ignore-item-wrap {
	position: relative;
	padding-left:84px;
}
.ignore-item-wrap:before {
	font-family: 'Pe-icon-7-stroke';
	color:#e9280c;
	font-size: 60px;
	width: 50px;
	height: 50px;
	position: absolute;
	top:4px;
	left:0;
	text-align: center;
	line-height: 50px;
}
.ignore-item-content .entry-title {
	margin-bottom:11px;
}
.ignore-item-content .entry-excerpt {
	font-size: 16px;
	line-height: 24px;
}
#coca-ignore {
	padding-bottom:0px;
}
#coca-ignore-wrap {
	padding:40px 0 30px 0;
}
.ignore-item {
	margin-bottom: 20px
}
/* Notebook */
#coca-notebook-wrap {
	padding:23px 0;
}
#notebook-images img {
	margin-top: 10px;
}
#notebook-content {
	text-align: left;
	
}
#notebook-content .entry-title a{
	font-size:26px;
	line-height: 33px;
}
#notebook-content .entry-excerpt {
	font-size: 18px;
	line-height: 27px;
	margin-top: 16px;
}
#notebook-content .entry-excerpt .coca_button_red {
	margin-top:28px;
}
/*Customes*/
#coca-customers-wrap {
	margin-top:45px;
}
#coca-customers {
	padding:63px 0 35px 0;
	border-bottom:1px solid #e7e8ed;
	background:#F7F8FA;
}
.top-intro.tweet:before{
	content: "\f099";
	font-family: 'FontAwesome';
}
.post-content {
	background: #f3f4f5;
	padding:25px;
	font-size: 14px;
	color:#3e434a;
	line-height: 20px;
	border-radius: 2px;
	position: relative;
	min-height: 110px;
	margin-bottom:37px;
}
.post-content:after {
	font-family: 'FontAwesome';
	content: "\f0d7";
	font-size: 46px;
	color:#f3f4f5;
	position: absolute;
	bottom:-15px;
	left:32px;
}
.author-avata {
	width:100px;
	text-align: center;
	float:left;
}
.author-avata img {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.author-name {
	float:left;
	color:#191919;
	font-size:14px;
}
.author-name p {
	margin-bottom:5px;
	line-height: 14px;
}
.author-name p span {
	color:#8c989f;
}
/*Brand */
#brand {
	padding:40px 0;
}
.brand-item {
	float:left;
	margin-left:38px;
}
.brand-item:first-child {
	margin-left:0;
}
.brand-list {
	margin:0;
	padding:0;
}
.brand-list li {
	display: inline-block;
	text-align: left;
	padding-left:50px;
}
.brand-list li:first-child {
	padding-left:0;
}
/* Start trial */
#start-trial-wrap {
	text-align: center;
	padding:23px;
}
#start-trial-wrap p {
	font-size: 18px;
	line-height: 18px;
	color:#ffffff;
	margin-bottom: 0;
	margin-top:18px;
}
.section-whtitle {
	color:#FFF;
	font-size:30px;
	line-height: 30px;
	font-weight: normal;
        font-family: gotham;
        
}
#start-trial-wrap a.coca_button_white {
	margin:0 auto;
	margin-top:40px;
}
#start-trial-wrap a.coca_button_white:hover {
	border:1px solid #FFF;
	text-decoration: underline;
}
/* footer */
footer.site-footer {
	background: #272727;
	padding:20px 0;
	color:#8c989e;
}
.footer-sidebar .widget-title {
	color:#ffffff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom:21px;
}
.footer-sidebar {
	color:#8c989e;
	font-size:14px;
	line-height: 21px;
}
.footer-sidebar a {
	color:#8c989e;
}
.footer-sidebar p {
	margin:0;
	padding:0;
}
.footer-sidebar span {
	font-size:12px;
	color:#656b74;
}
.footer-sidebar .widget_get_touch span {
	font-size:14px;
}
.footer-tweet {
	margin:15px 0 0 0;
	padding:0;
}
.footer-tweet li {
	display: inline-block;
	margin-right: 22px;
}
#mobile-menu ul li.facebook a:hover {
	border-color:#43609C !important;
}
#mobile-menu ul li.twitter a:hover {
	border-color:#55ACEE !important;
}
#mobile-menu ul li.pinterest a:hover {
	border-color:#E61211 !important;
}
#mobile-menu ul li.linkedin a:hover {
	border-color:#007BB6 !important;
}
#mobile-menu #moile-social ul {
	padding: 0 !important;
	margin:0 !important;
}
#mobile-menu #moile-social ul li {
	padding-top:0 !important;
	margin-top:0 !important;
}
#moile-social {
	margin-top:40px;
}
#moile-search {
		display: block !important;
		float:left;
		padding:10px;
		border-top:1px solid #e7e8ed;
		border-bottom:1px solid #e7e8ed;
		width:100%;
	}
	#moile-search .search-field {
		border: none !important;
		width:100%;
		text-align: center;
	}
	#moile-social {
		display: block !important;
		width:100%;
		text-align: center;
		float:left;
	}
	#moile-social ul{
		padding:0;
		margin:0;
	}
	#moile-social ul li {
		display: inline-block;
		margin-top: 15px;
		margin-right:5px;
	}
	#moile-social ul li a {
		color:#8c989f;
		transition:0.5s;
		display: block;
		width: 59px;
		height: 55px;
		text-align: center;
		line-height: 55px;
		padding:0;
		border:1px solid #e8eaec;
		border-radius:5px;
	}
	#moile-social ul li a:hover {
		color:#e9280c;
		border:1px solid #e9280c;
		transition:0.5s;z
	}
li.facebook a:hover {
	color:#43609C !important;
}
li.twitter a:hover {
	color:#55ACEE !important;
}
li.pinterest a:hover {
	color:#E61211 !important;
}
li.linkedin a:hover {
	color:#007BB6 !important;
}
#subscribe_form {
	margin-top:20px;
}
#subscribe_form .subs_input {
	padding:7px 10px;
	background: none;
	border:1px solid #3e454b;
	border-radius:2px;
	height: 39px;
	color:#8c989e !important;
}
#subscribe_form .subs_input:focus {
		border:1px solid #bbbfc4;
}
.subs_submit{
	width:54px;
	height: 39px;
	background: #e9280c !important;
	border:none !important;
	border-radius:3px !important;
	color:#FFF !important;
	text-align: center;
	box-shadow: none !important;
	position: relative;
	transition:0.5s;
}
.subs_submit:hover {
	background: #d7250b !important;
	transition:0.5s;
}
.subs_submit:active {
	top:1px;
}
/* Home Slide */
#layerslider2 .ls-slide h1 {
	margin:0 auto !important;
}
#layerslider2 .ls-slide {
	text-align: center !important;
}
#slide-show-2 {
	margin-top:69px;
}
#slide-show-3 {
	margin:73px 0;
}
/* About Us*/
#coca-breadcrumb {
	padding:46px 0;
}
#breadcrumb p {
	font-size: 14px;
	line-height: 14px;
	color:#8c989f;
	margin-bottom:0;
}
.page-title{
	font-size:24px;
	line-height: 24px;
	color:#1c2334;
	margin-bottom:7px;
}
.breadcrumbs {
	text-align: right;
	font-size:14px;
	line-height: 14px;
	color:#fff;
	margin-top:17px;
}
.breadcrumbs a {
	color:#656b74;
}
.breadcrumbs span {
	color:#8c989f;
}
/* Portfolio single */
.single-portfolio .flex-control-paging {
	position: absolute;
	bottom:10px;
	right:10px;
}
.entry-post p {
	margin-bottom:0;
	color:#8c989f;
	font-size:18px;
	line-height: 27px;
}
.bortb .entry-post p {
	margin-top:22px;
}
/* Process bar */
#coca-skill {
	padding:77px 0 77px 0;
}
.prog-wrap .progress-bar:first-child{
padding-top:0;
}
.prog-wrap .progress-bar {
	padding-top:10px;
}
.progress-bar {
	position: relative;
}
#coca-progress .coca-content-tag {
	padding-top:5px;
}
.prog-wrap .progress:first-child {
	margin-top:0px;
}
.progress {
	margin-bottom: 8px;
	margin-top:14px;
	background:#f3f4f5;
  border-radius: 3px !important;
}

.bar-outer {
	width: 0%;
}

.bar-outer, .bar {
  background-size: 32px 32px;
  border-radius: 0px;
  height: 100%;
  left: 0;
  top: 0;
}
.bar-outer .bar {
	text-indent: -9999px;
	height: 40px;
}
.progressbar-title .timer:before,
.facts-title .timer:before {
	content:'' !important;
}
.progressbar-title span {
	float:right;
	color:#8c989f;
	font-size:14px;
}
.progressbar-title{
	color:#8c989f;
	font-size:14px;
	line-height: 14px;
}
.progress-percent b {
	font-weight: normal !important;
}

.bar {
	border-radius: 3px 0 0 3px !important;
	width: 100%;
	background-color: #none;
	background-image:-webkit-linear-gradient(-45deg, #009949 25%, #009949 25%, #009949 50%, #009949 50%, #009949 75%, #009949 75%, #009949);
	background-image:      -moz-linear-gradient(-45deg, #009949 25%, #009949 25%, #009949 50%, #009949 50%, #009949 75%, #009949 75%, #009949);
	background-image:           linear-gradient(-45deg, #009949 25%, #009949 25%, #009949 50%, #009949 50%, #009949 75%, #009949 75%, #009949);

	-webkit-animation: progress-bg-move 1.2s linear infinite; /* Safari 4+ */
	-moz-animation:    progress-bg-move 1.2s linear infinite; /* Fx 5+ */
	animation:         progress-bg-move 1.2s linear infinite; /* IE 10+ */
}

/*background animation*/
@-webkit-keyframes progress-bg-move {
	0%   { background-position: -31px 0;  }
	100% { background-position: 0 0; }
}
@-moz-keyframes progress-bg-move {
	0%   { background-position: -31px 0;  }
	100% { background-position: 0 0; }
}
@keyframes progress-bg-move {
	0%   { background-position: -31px 0;  }
	100% { background-position: 0 0; }
}
/* Animation*/
.start_animation .bar-outer {
	-webkit-animation: progress_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    progress_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         progress_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width: 100%;
}

/*expand width animation*/
@-webkit-keyframes progress_expand {
  0%   { width:0%; }
  100% { width:100%; }
}
@-moz-keyframes progress_expand {
  0%   { width:0%; }
  100% { width:100%; }
}
@keyframes progress_expand {
  0%   { width:0%; }
  100% { width:100%; }
}
/* Some Facts */
#coca-facts {
	padding:65px 0 50px 0 !important;
}
#coca-facts h4.section-title {
	margin-top:25px !important;
}
#facts-number {
	margin:0 auto !important;
	float:none;
}
.facts-number-item {
	width:25% !important;
	float:left;
	text-align: center;
	border-right:1px solid #d7dbdf;
	padding:15px 0;
}
.facts-number-item:first-child {
	border-left: 1px solid #d7dbdf;
}
.facts-title{
	color:#3e434a;
	font-size: 30px;
	line-height: 27px;
	margin-bottom:7px;
}
.facts-intro {
	font-size: 16px;
	color:#8c989f;
}
#coca-facts-wrap {
	margin-top:42px;
}
#post-img {
	margin-top:38px;
	margin-bottom:50px;
}
#about-us-content p{
	color:#8c989f;
	font-size:16px;
	line-height: 24px;
	margin-bottom:30px;
}
.first-content {
	margin-bottom:40px !important;
}
.about-us-title {
	color:#3e434a;
	font-size:18px;
	line-height: 24px;
	padding:15px 0;
	border-top:1px solid #e2e5e8;
	border-bottom:1px solid #e2e5e8;
	margin-bottom:30px;
	width:60%;
}
#about-sidebar {
	float:right !important;
}
#instagram {
	padding:30px;
	background: #FFF;
	border:1px solid #e2e4e7;
	overflow: hidden;
}
.img-item {
	width:93px;
	height: 93px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
.img-item:nth-child(3n) {
	margin-right:0 !important;
}
/* Portfolio */
#coca-portfolio {
	padding:40px 0 90px 0;
}
/* Portfolio single */
#slide-show.portfolio-slide-top {
	padding:40px 0 0 !important;
}
.portfolio-slide-top .wrapper-coca-slide {
}
.site-heading {
	position: relative;
}
.site-heading h3{
	color:#3e434b;
	font-size:30px;
	font-weight: normal;
	float:left;
	margin-right:10px;
	line-height: 30px;
}
.site-heading span {
	color:#8c989f;
	font-size: 16px;
	line-height: 40px;
	vertical-align: bottom;
}
.site-heading .date {
	margin-top:-3px;
}
.site-heading .date span {
	font-size:14px;
	line-height: 14px;
	margin-bottom: 0;
}
.site-heading .coca_button_red  {
	font-size:14px;
	padding:15px 25px;
	line-height: 16px;
	width:145px;
	height: 45px;
}
.portfolio-single-item {
	padding-top:61px;
}
.portfolio-single-item .entry-title {
	margin-bottom:20px;
}
.title-heading-sm {
	padding-top:7px;
	text-align: left;
}
.title-heading-sm a {
	color:#3e434b;
	font-size:14px;
}
.portfolio-singlethree-item {
	padding-top:44px;
}
.testimonal {
	margin-top:30px;
	padding:90px 0 50px;
	border-top:1px solid #e7e8ed;
	text-align: center;
}
#coca-site-title-wrap .coca_button_red {
	margin-bottom:20px;
}
/*
.testimonial-content:before{
	content: "\f10d";
	color: #3e434a;
	font-family: FontAwesome;
	padding-right: 5px;
	font-size:30px;
}
.testimonial-content:after{
  content: "\f10e";
	color: #3e434a;
	font-family: FontAwesome;
	padding-left:5px;
	font-size:30px;
}
*/
.testimonial-content {
	font-size:30px;
	color: #3e434a;
	margin-bottom:20px;
}
.testimonal-info {
	margin-bottom:0;
}
.custome-name {
	font-size: 14px;
	color:#3e434a;
}
.custome-add {
	font-size:14px;
	color:#8c989f;
}
.single-portfolio-works {
	margin-bottom: 0 !important;
}
/* Blog */
.category-blog .left-entry-header {
	min-height: 160px;
}
.featured-image iframe {
	width:100%;
}
.blog-sing-content.left-entry-header {
	width:15% !important;
}
.category-blog .right-blog-conten-wrap {
	float:left;
	width:82%;
}
.coca-content-blog-content {
	width:100%;
	float:left;
}
.left-entry-header {
	float:left;
	width:20%;
	margin-right:20px;
}
.left-entry-header span.time-wrap{
	display: block;
	background: #f7f8fa;
	height: 76px;
	color:#8c989f;
}
.entry-date {
	text-align: center;
	font-size:12px;
	display: block;
	padding-top:20px;
}
.entry-date .day {
	font-size:18px;
	line-height: 18px;
	display: block;
	margin-bottom:5px;
}
.right-entry-header {
	float:left;
	width:85%;
}
.category-blog .featured-image {
	margin-bottom: 28px;
}
.category-blog.last {
	margin-bottom:40px;
}
.category-blog {
	margin-bottom:70px;
	overflow: hidden;
}
.category-blog:last-child {
	margin-bottom:0;
}
.category-blog .entry-header {
	overflow: hidden;
}
.category-blog .entry-title a {
	font-size: 24px;
	line-height:24px; 
}
.category-blog .entry-excerpt {
	line-height: 24px;
	font-size:16px;
	text-align: left;
}
.category-blog .readmore {
	height: 43px;
	padding: 0;
	line-height: 42px;
	position: relative;
	margin-bottom:1px;
}
.category-blog .readmore:active {
	top:1px;
}
.category-blog a:hover {
	text-decoration: none;
}
.category-blog .entry-meta,
.category-blog .entry-meta a {
	color:#8c989f;
	transition:0.5s;
}
.category-blog .entry-meta a:hover {
	color:#e9280c;
	transition:0.5s;
}
.category-blog .entry-meta span:first-child {
	padding-left:0;
}
.category-blog .entry-meta span:first-child:before {
	content:'';
	padding-right:0;
}
.category-blog .entry-meta span:before {
	content: "\f111";
	font-family: 'FontAwesome';
	font-size:3px !important;
	color:#8c989f !important;
	padding-right:10px;
	vertical-align: middle;
}
.category-blog .entry-meta span{
	padding:0 0 0 10px;
}
.right-blog-conten-wrap h3 {
	margin-bottom:6px;
	text-align: left;
}
.category-blog .post-comment:after {
 content: "\f0e5";
 font-family: 'FontAwesome';
 font-size:14px;
 margin-left: 5px;
}
.right-blog-conten-wrap .entry-content {
	margin-top:0;
}
.right-blog-conten-wrap .entry-excerpt {
	margin-top:0;
}
.category-blog .entry-meta {
	margin-bottom:20px;
}
.readmore {
	display: block;
	color:#3e434a !important;
	font-size:14px;
	padding:15px 0;
	text-align: center;
	border:1px solid #dce0e2;
	border-radius: 3px;
	width:135px;
	margin-top:29px;
	transition:0.5s;
}
.readmore:hover {
	color:#e9280c !important;
	border:1px solid #e9280c;
	transition:0.5s;
}
/* pagination */
.pagination {
	border-top:1px solid #e8eaec;
	padding-top:42px;
}
.pagination ul {
	padding:0;
	margin:0;
}
.pagination ul li {
	display: inline-block;
	margin:0 2px;
}
.pagination ul li a {
	color:#3e434a;
	font-size:16px;
	display: block;
	position: relative;
	width:46px;
	height:38px;
	transition:0.5s;
	line-height: 38px;
	text-align: center;
	border-radius: 3px;
}
.pagination ul li a.last:hover,
.pagination ul li a.last:active {
	background: none !important;
	color:#e9280c;
}
.pagination ul li a:hover,
.pagination ul li a.active {
	color:#FFF;
	background: #e9280c !important;
	text-decoration: none;
}
.pagination ul li a:active {
	top:1px;
}
.pagination ul li a.prev,
.pagination ul li a.next {
	background: #f7f8fa;
}
.pagination ul li a.prev:before {
	font-family: 'FontAwesome';
	content: "\f177";
}
.pagination ul li a.next:before {
	font-family: 'FontAwesome';
	content: "\f178";
}
/* Right Sidebar */
.right-widget .widget-title {
	font-size:16px;
	margin-bottom:20px;
	line-height: 16px;
}
.right-widget .widget {
	padding:30px 25px;
	border:1px solid #e8eaec;
	border-radius: 3px;
}
.right-widget .widget p {
	margin-bottom:0;
	color:#8c989f;
	font-size:14px;
	line-height: 22px;
}
#subscribe_right_form {
	margin-top:20px;
}
#subscribe_right_form .subs_input {
	padding:10px;
}
#subscribe_right_form .subs_right_submit {
	background: #e9280c;
	margin-top:18px;
	border-radius:3px;
	color:#FFF;
	font-size:14px;
	box-shadow: none;
	border:none;
	width:114px;
	height: 43px;
	line-height: 22px;
	position: relative;
	transition:0.5s;
}
#subscribe_right_form .subs_right_submit:active {
	top:1px;
}
#subscribe_right_form .subs_right_submit:hover {
	background: #D7250B;
	transition:0.5s;
}
.widget_press-kit .press-button {
	width:100% !important;
}
.press-button {
	margin-top:20px;
	display: block;
	width:168px;
	height:43px;
	border:1px solid #e8eaec;
	border-radius:3px;
	color:#3e434a;
	font-size:14px;
	line-height: 42px;
	text-align: center;
	position: relative;
}
.press-button:active {
	top:1px;
}
.widget_contact .ct-email {
	margin-top:10px;
	margin-bottom:5px;
	display:block;
}
.widget_contact a {
  color:#3e434a;
}
.widget.widget_text {
	border:none;
	padding:0;
}
.widget.widget_text a {
	margin-bottom:20px;
	display: block;
}
/* Blog single */
.category-blog.single .entry-content p {
	margin-bottom:18px;
	color:#8c989f;
	font-size:16px;
	line-height: 24px;
}
.category-blog.single .entry-content p.entry-content-title {
	color:#3e434a;
	margin-bottom:10px;
	padding-top:10px;
}
.content-tags {
	margin:0;
	padding:18px 0 0 0;
}
.content-tags li {
	display: inline-block;
	margin-right:10px;
}
.content-tags li a {
	display: block;
	padding:10px 14px;
	font-size:12px;
	color:#8c989f;
	border: 1px solid #dce0e2;
	border-radius:2px;
	position: relative;
	margin-bottom:1px;
	transition:0.5s;
}
.content-tags li a:hover{
	color:#3e434a;
	border:1px solid #bac1c5;
	transition:0.5s;
}
.content-tags li a:active {
	top:1px;
}
.right-widget.single-widget .widget {
	padding:0;
	border:none;
	margin-bottom:30px;
}
.clear-both{
	clear: both;
}
.line {
	border:1px solid #e8eaec;
	margin-bottom:30px;
}
.single-line {
	width:80%;
}
.widget_contact ul {
	padding:0;
	margin:0;
}
.widget_contact ul li a {
	color:#8c989f;
	transition:0.5s;
	text-decoration: underline;
}
.widget_contact ul li {
	padding-bottom:5px;
}
.widget_contact ul li a:hover {
	color:#3e434a;
}
/* Elements */
#ui-elements {
	color:#8c989f;
	padding-bottom:70px;
}
.button-item {
	float:left;
	margin-right:12px;
	margin-bottom:20px;
}
.button-item a {
	margin-bottom:5px;
	font-size:14px;
	width:145px;
	height: 43px;
	line-height: 43px;
}
.button-item:last-child,
.button-item.last {
	margin-right:0;
}
.button-item.row2 {
	margin-left:0;
}


.service-hover.ref-autoh{
	padding:10px;
}


.button-section {
	padding-top:70px;
}
.coca_button_red.hover {
	background: #d7250b;
}
.coca_button_red.press {
	background: #d7250b;
	margin-top:1px;
}
.coca_button_red.pause{
	background: url("assets/images/button-pause.html") no-repeat top left;
	text-indent: -9999px;
	content: '';
}
.coca_button_grey {
	display: block;
	background:#dce0e2;
	width:145px;
	height:43px;
	line-height: 43px;
	font-size: 14px;
	color:#656b74;
	border-radius:5px;
	text-align: center;
	position: relative;
	transition:0.5s;
}
.coca_button_grey:active {
	top:1px;
}
.coca_button_nbg:hover,
.coca_button_nbg.hover,
.coca_button_nbg.press{
	color:#3e434a !important;
	text-decoration: none !important;
	transition:0.5s;
}
.coca_button_nbg.press {
	margin-top:1px;
}
.coca_button_nbg {
	display: block;
	background:none;
	border:1px solid #8c989f;
	width:145px;
	height:43px;
	line-height: 43px;
	font-size: 14px;
	color:#8c989f;
	border-radius:5px;
	text-align: center;
	position: relative;
	transition:0.5s;
}
.coca_button_nbg:active {
	top:1px;
}
.coca_button_grey:hover {
	background: #d1d6d9;
	color:#656b74;
	text-decoration: none;
	transition:0.5s;
}
.coca_button_grey.hover {
	background: #d1d6d9;
}
.coca_button_grey.press {
	background: #d1d6d9;
	margin-top:1px;
}
/* Alerts */
.alerts-section {
	margin-top:60px;
}
.alert {
	padding:15px;
	font-size:16px;
	margin-bottom:19px;
}
.alert-warning {
	background: #fff0c6;
	border:1px solid #f6e197;
	color:#96642e;
	border-radius:5px;
}
.alert-didit {
	background: #ecf6ff;
	border:1px solid #daecff;
	color:#1e6494;
	border-radius:5px;
}
.alert-success {
	background: #daedd0;
	border:1px solid #c7e4b8;
	color:#168949;
	border-radius:5px;
}
.alert-wrong {
	background: #fde9e6;
	border:1px solid #fedbd4;
	color:#c9220a;
	border-radius:5px;
}
/* Accordion */
.faqs-section {
	margin-top:140px;
}
.accordion { 
	margin-bottom: 77px;
}
.accordion .title-heading {
	margin-bottom: 34px;
}
h2.accordion-title {
	font-size:16px; 
	clear:both; 
	margin-bottom: 0px; 
	display:block; 
	font-weight: normal; 
	padding: 0px 0 0px;  
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top:0;
	border:1px solid #e5e5e5;
	border-radius: 3px;
}
h2.accordion-title span {
	cursor: pointer;
	color:#8c989f;
}
h2.accordion-title.active span {
	color:#3e434a;
}
ul.coca-accordion{ 
	list-style: none;
	margin-left: 0px; 
	overflow:hidden; 
	margin-bottom: 0px;
}
ul.coca-accordion li { 
	list-style: none; 
	margin:0 0 15px 0; 
	padding:0 
}
div.accordion-content {
	line-height: 24px; 
	padding:20px; 
	color: #3e434a; 
	clear:both;
	font-size: 16px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
h2.accordion-title span {
  padding:0;
  line-height: 39px;
}
h2.accordion-title span.accordion-icon{
  border: none;
  padding: 0px;
}
h2.accordion-title span.accordion-icon:hover{
	color:#f7c221;
}
h2.accordion-title span:after{
  border-left: none; 
  float:left; 
  font-family:'FontAwesome';
  content:"\f0da";
  font-size: 12px;
  position: absolute;
  right:20px;
  margin:0 11px 5px 0px; 
  cursor: pointer; 
  color:#8c989f;
  }
h2.accordion-title.active span:after{
  font-family:'FontAwesome';
  content:"\f0d7";
  color:#3e434a;
}
h2.accordion-title span {
	padding-left:20px;
}
div.accordion-title p { 
	margin-bottom: 0px; 
}
h2.accordion-title {
}
.coca-accordion li:first-child h2.accordion-title{
}
h2.accordion-title.active .accordion-icon {
	color:#f7c221;
}
/* Accordion */
/* Price table */
.coca_pricing-item:first-child {
	margin-left:0 !important;
}
.coca_pricing-item {
	width:250px;
	float:left;
	margin-left:19px;
	border:1px solid #e8eaec;
	border-radius: 3px;
        margin-bottom: 25px;
}
#price-table {
	float:none;
	margin:0 auto;
}
.pricing-title {
	font-size:24px;
	color:#3e434a;
	display: block;
}
.pricing-month{
	font-size:16;
	color:#8c989f;
}
.price-section {
	
	text-align: center;
}
.price-section-title {
	font-size: 30px;
	color:#3e434a;
}
.price-section p{
	color:#8c989f;
	font-size:18px;
}
.pricing-table {
	margin:0;
	padding:0;
	position: relative;
}
.featured-price {
	background: url("assets/images/featured-price.html") no-repeat top left;
	width:14px;
	height: 22px;
	display: block;
	content: "";
	position: absolute;
	top:0;
	right:15px;
}
.pricing-month {
	color:#8c989f !important;
}
.pricing-table li .coca_button_red {
	width:145px;
	height: 43px;
	font-size:14px;
	margin:0 auto;
	line-height: 43px;
	margin-bottom:35px;
}
.pricing-table li {
	padding-top:25px;
	color:#8c989f;
	font-size: 16px;
}
.pricing-table li span {
	color:#3e434a;
}
.coca-heading-row {
	background: #f7f8fa;
	padding:20px !important;
	border-bottom:1px solid #e8eaec;
}
/* Link */
.link1,
.link2 {
	float:left;
}
.link2 li a {
	font-size: 14px;
	color:#8c989f;
	text-decoration: underline;
}
.link2 li {
	margin-bottom:10px;
}
.link2 li a:hover {
	color:#3e434a;
}
.link2 {
	margin-left:60px !important;
}
.link3 li {
 display: inline-block;
 margin-right: 35px;
}
.link3 li a {
 color:#3e434a;
 font-size:16px;
}
.link3 li.current a {
	font-weight: bold;
}
.link3 li a:hover {
	text-decoration: none;
	color:#e9280c;
}
.link-section ul{
	margin:20px 0 0 0;
	padding:0;
}
.link1 li a{
	font-size: 14px;
	color:#3e434a;
}
.link1 li{
	margin-bottom:15px;
}
/* Tabs */
.tab-section {
	margin-top:70px;
}
.tab-content>.tab-pane {
	display:none
}
.tab-content>.active {
	display:block
}
.fade {
	opacity: 0;
  transition: opacity 0.15s linear 0s;
}
.fade.in {
  opacity: 1;
}
.tab-section #myTab li {
	display:inline-block;
	float:left;
	margin-bottom:0px;
	margin-right:5px;
}
.tab-section #myTab li.active {
	position: relative;
	bottom:-1px;
}
.tab-section #myTab {
	padding-left:0;
	margin-left:0;
}
.tab-section #myTab li a {
	border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right: 2px;
  display: block;
  padding: 10px 15px;
  position: relative;
  color:#8c989f;
  cursor: pointer !important;
}
.tab-section #myTab li a:hover {
	color:#3e434a;
	text-decoration: none;
}
.tab-section #myTab li a {
 -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #8c989f;
  cursor: default;
}
.tab-section #myTab li.active a {
	color:#3e434a;
}
.tab-section .nav-tabs {
 	border-bottom: 1px solid #ddd;
 	margin-bottom:0px;
}
.tab-section #myTabContent {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius:3px;
	padding:20px;
	color:#3e434a;
}
.columns-section {
	margin-top:62px;
}
.columns-section .row {
	margin-bottom:40px;
	color:8c989f;
	font-size: 16px;
	line-height: 24px;
}
/* Disqus comment */
.post_footer {
	margin-top:55px;
}
.join-conver {
	font-size:24px;
	color:#000;
	line-height: 24px;
	padding-bottom:10px;
	border-bottom:1px solid #dddddd;
	background: url("assets/images/disqus.html") no-repeat center right;
}
#layout {
	overflow: hidden;
}
#coca_disqus_thread .nav-primary ul {
	margin:0;
	padding:0;
	border-bottom:2px solid #eaedee;
}
#coca_disqus_thread ul li {
	display:inline-block;
}
#coca_disqus_thread ul li a {
	color:#a6b4bc;
	font-weight: bold;
  margin: 0 15px;
  padding: 12px 0;
  position: relative;
  display: block;
}
#coca_disqus_thread .nav-primary ul li a.publisher-nav-color {
	padding-left:0 !important;
	margin-left:0 !important;
}
#coca_disqus_thread .nav-primary ul li.active a:after {
	background: none repeat scroll 0 0 #004178;
  bottom: -2px;
  content: " ";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
#disqus_thread ul li.user-menu {
	float:right;
	padding-left:10px;
	background: url("assets/images/comment-disqus.html") no-repeat center left;
}
#disqus_thread .nav-primary ul li.user-menu a {
	padding-right:10px;
	position: relative;
}
#disqus_thread .nav-primary {
	margin-bottom:10px;
}
#disqus_thread ul li.user-menu a:after {
	font-family: 'FontAwesome';
	content: "\f0d7";
	color:#b3b3b3;
	font-size:12px;
}
.active .publisher-nav-color:after {
	background: #004178 !important;
}
.nav-primary {
	margin: 0 0 24px;
	padding: 0;
}
.comment-count {
	color:#41474c;
}
.get-start-disqus {
	padding:20px;
	border-radius:10px;
	background: #eaedee;
	margin-top:10px;
	color:#68747b;
	font-size:14px;
	margin-bottom:30px;
}
.get-start-disqus a{
	color:#FFF;
	background:#239dff;
	padding:14px 17px;
	border-radius:5px;
	float:right;
}
#conversation {
	padding:0;
}
#conversation ul {
	padding:0;
	margin:0;
}
#conversation ul li a {
	padding:0;
	margin:0;
}
#conversation ul li.sorting a:after {
	font-family: 'FontAwesome';
	content: "\f0d7";
	color:#b3b3b3;
	font-size:12px;
}
#conversation ul li.thread-votes,
#conversation ul li.thread-share-menu {
	float:right;
	margin-left:10px;
}
#conversation ul li.thread-votes a,
#conversation ul li.thread-share-menu a {
	padding-right:15px;
	position: relative;
}
#conversation ul li.thread-votes a:after {
	font-family: 'FontAwesome';
	content: "\f005";
	color:#a6b4bc;
	font-size:12px;
	position: absolute;
	right:0;
	top:2px;
}
#conversation ul li.thread-share-menu a:after {
	font-family: 'FontAwesome';
	content: "\f045";
	color:#a6b4bc;
	font-size:12px;
	position: absolute;
	right:0;
	top:2px;
}
#post {
	margin-top:25px;
	overflow: hidden;
}
form.reply {
	position: relative;
}
.avatar {
	width:48px;
	height:48px;
	float:left;
	margin-right:12px;
	position: absolute;
	top:0;
}
.textarea-wrapper {
	float:left;
	width:100%;
	padding-left:60px;
	min-height: 48px;
}
.textarea-wrapper input {
	width:100%;
	padding:12px;
	border:2px solid #ccd3d7;
}
#post #form {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#post-list.post-list {
	float:left;
	width:100%;
}
#post-list.post-list li {
	width:100%;
	list-style: none;
	position: relative;
}
#post-list.post-list li .post-content {
	padding:0;
	background: none;
}
#post-list.post-list li .post-content .post-body {
	width:100%;
	padding-left:60px;
	float:left;
}
#post-list.post-list li .post-content .post-body span {
	float:left;
	font-size:12px;
	color:#a9b7be;
	margin-right: 3px;
}
#post-list.post-list li .post-content .post-body span.author a{
	color:#004178;
}
#post-list.post-list li .post-content .post-body header {
	width:100%;
}
#post-list.post-list li .post-content .post-body header a {
	display: inline !important;
}
#post-list.post-list li .post-content:after {
	display: none;
}
.post-body-inner {float:left;}
.post-body-inner p {
	margin-bottom:10px;
}
.post-body-inner menu {
	padding:0;
	margin:0;
}
.post-body-inner li {
	display: inline-block !important;
	list-style:none;
	float:left;
	width:auto !important;
	margin-right:20px;
}
.post-body-inner li a {
	float:left;
	display: inline-block;
}
.post-body-inner li a.vote-up:after {
	content: "\f106";
	font-family: 'FontAwesome';
	font-size:12px;
	margin-left:5px;
}
.post-body-inner li a.vote-down:after {
	content: "\f107";
	font-family: 'FontAwesome';
	font-size:12px;
	margin-left:5px;
}
.post-body-inner li a {
	font-size:12px;
	color:#b1bdc3;
}
@media only screen and (min-width: 768px) {
/*--------------------------------------------------------------
14. Animated
--------------------------------------------------------------*/

 .hidden.visible {opacity: 1}
.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.animated.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}

.fadeIn:nth-of-type(1){
	-webkit-animation-delay: 0.1s; 
	-moz-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
}
.fadeIn:nth-of-type(2){
	-webkit-animation-delay: 0.2s; 
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
}
.fadeIn:nth-of-type(3){
	-webkit-animation-delay: 0.4s; 
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
}
.fadeIn:nth-of-type(4){
	-webkit-animation-delay: 0.6s; 
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
}
.fadeIn:nth-of-type(5){
	-webkit-animation-delay: 0.8s; 
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
}
.fadeIn:nth-of-type(6){
	-webkit-animation-delay: 1s; 
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
}
.fadeIn:nth-of-type(7){
	-webkit-animation-delay: 1.2s; 
	-moz-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
}
.fadeIn:nth-of-type(8){
	-webkit-animation-delay: 1.4s; 
	-moz-animation-delay: 1.4s;
	-ms-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
}
.fadeIn:nth-of-type(9){
	-webkit-animation-delay: 1.6s; 
	-moz-animation-delay: 1.6s;
	-ms-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
}
.fadeIn:nth-of-type(10){
	-webkit-animation-delay: 1.8s; 
	-moz-animation-delay: 1.8s;
	-ms-animation-delay: 1.8s;
	-o-animation-delay: 1.8s;
}
.fadeIn:nth-of-type(11){
	-webkit-animation-delay: 2s; 
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
}
.fadeIn:nth-of-type(12){
	-webkit-animation-delay: 2.2s; 
	-moz-animation-delay: 2.2s;
	-ms-animation-delay: 2.2s;
	-o-animation-delay: 2.2s;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}

	80% {
		-moz-transform: translateX(-10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}

	80% {
		-o-transform: translateX(-10px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(30px);
	}

	80% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
}
.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}

	80% {
		-moz-transform: translateX(10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}

	80% {
		-o-transform: translateX(10px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(-30px);
	}

	80% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}
.animated.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
}
/*--------------------------------------------------------------
15. font pe-icon-7-stroke
--------------------------------------------------------------*/
	.timer-ignore:before,
	.time:before{
		content: "\e60b";
	}	
	.alarm:before{
		content: "\e67e";
	}
	.refresh-cloud:before{
		content: "\e61d";
	}
	.stopwatch:before {
		content: "\e610";
	}
	.timer:before {
		content: "\e60b"
	}
	.paper-plane:before {
		content: "\e629";
	}
	.calculator:before {
		content: "\e671";
	}
	.radio:before {
		content: "\e61e";
	}
	.wallet:before {
		content: "\e600";
	}
	.bell:before {
		content: "\e677";
	}
	.light:before {
		content: "\e643";
	}

.sf-menu li.dropdown:hover > a {
    color: #e9280c !important;
}

.social-bottom {
    margin: 0;
    padding: 0;
}
.social-bottom li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin-left: 15px;
}
.social-bottom li a {
    color: #c2c2c2;
    display: block;
    font-size: 12px;
    line-height: 12px;
}


li.dropdown a {
    text-align: justify;
    padding: 0;
    /*margin: 20px 0px 0 0;*/
}

@media only screen and (min-width: 1000px) {
.rmm.style{
	float:right;}
}
