/* Toranj style.css 
*************************************************
*              Contents of this file            *
*************************************************
->  General styles
->  Asset classes
->  Buttons
->  Overlays
->  Title classes
->  Form elements
->  Lists
->  Breadcrumbs
->  Custom grid
->  Side bar
->  Navigation 
->  Social icons
->  Regular page
->  Contact
->  Portfolios
->  Grid portfolio
->  Vertical portfolio
->  Hover effects
->  Ajax folio loader
->  Vertical Carousel
->  Team members
->  Blogs
->  Widgets
->  Announce box
->  Team members
->  Services
->  Skill bar 
->  Accordion
->  Tabs
->  Iconboxs
->  Call to action 
->  Captions
->  Kenburn Slider
->  Videos
->  lightbox
->  VideoBg plugin
->  Full-gallery of Master slider
->  Home Slider
->  Grid gallery
->  Responsiveness
->  Updates
*/

/* General styles 
**************************************************/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ 

@font-face {
	font-family: "Flaticon";
	src: url("fonts/flaticon.eot");
	src: url("fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("fonts/flaticon.woff") format("woff"),
	url("fonts/flaticon.ttf") format("truetype"),
	url("fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
        font-size: 20px;
font-style: normal;
}.flaticon-cloud118:before {
	content: "\e000";
}
.flaticon-coffee26:before {
	content: "\e001";
}
.flaticon-cpu5:before {
	content: "\e002";
}
.flaticon-datastorage1:before {
	content: "\e003";
}
.flaticon-ecommerce21:before {
	content: "\e004";
}
.flaticon-facebook29:before {
	content: "\e005";
}
.flaticon-facebook55:before {
	content: "\e006";
}
.flaticon-factory2:before {
	content: "\e007";
}
.flaticon-hardware1:before {
	content: "\e008";
}
.flaticon-hosting1:before {
	content: "\e009";
}
.flaticon-lunch4:before {
	content: "\e00a";
}
.flaticon-money132:before {
	content: "\e00b";
}
.flaticon-motorbike8:before {
	content: "\e00c";
}
.flaticon-motorcycle17:before {
	content: "\e00d";
}
.flaticon-plate17:before {
	content: "\e00e";
}
.flaticon-rack1:before {
	content: "\e00f";
}
.flaticon-restaurant31:before {
	content: "\e010";
}
.flaticon-restaurant7:before {
	content: "\e011";
}
.flaticon-server21:before {
	content: "\e012";
}
.flaticon-uploading1:before {
	content: "\e013";
}

@font-face {font-family:"Androgyne Medium";src:url("../fonts/Androgyne_TB.eot?") format("eot"),url("../fonts/Androgyne_TB.woff") format("woff"),url("../fonts/Androgyne_TB.ttf") format("truetype"),url("../fonts/Androgyne_TB.svg#AndrogyneMedium") format("svg");font-weight:normal;font-style:normal;}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: "Androgyne Medium", textillerregularwebfont
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a"
}


@font-face {
    font-family: 'textillerregularwebfont';
    src: url('fonts/textillerregularwebfont.eot');
    src: url('fonts/textillerregularwebfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/textillerregularwebfont.woff') format('woff'),
		 url('fonts/textillerregularwebfont.ttf') format('truetype'),
         url('fonts/textillerregularwebfont.svg#ReformaRegular') format('svg');
    font-weight: normal;
    font-style: normal;.

}

@font-face {
    font-family: 'textillerboldwebfont';
    src: url('fonts/textillerboldwebfont.eot');
    src: url('fonts/textillerboldwebfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/textillerboldwebfont.woff') format('woff'),
		 url('fonts/textillerboldwebfont.ttf') format('truetype'),
         url('fonts/textillerboldwebfont.svg#ReformaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: "Androgyne Medium", sans-serif;
	font-size: 14px;
	color: #CECECE;
	background: #fafaf5;
    overflow-x:hidden;
    color: #404040;
  	-webkit-overflow-scrolling: touch;

}

::selection {
	background: #dc971f;
	color:#fff; 
}
::-moz-selection {
	background: #dc971f;
	color:#fff; 
}

.widget img {max-width:100%;}

h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	font-family: 'textillerregularwebfont';
	color:#474747;
}
h4{
	font-weight: 600;
	font-family: 'textillerregularwebfont';
	color:#474747;
}

h1,.h1{
	font-size: 36px;
	margin-top: 35px;
	margin-bottom: 20px;
}
h2,.h2{
	font-size: 30px;
	margin-top: 35px;
	margin-bottom: 15px;
}
h3,.h3{
	font-size: 27px;
	margin-top: 35px;
	margin-bottom: 10px;
}
h4, .h4{
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h5, .h5{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h6, .h6{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
}

code{
	background-color:#F2F2F2;
}

p{
	margin-bottom: 20px;
	line-height: 1em;
}

strong,em{
	color:#404040;
}
strong{
	font-weight: 400;
	font-family: textillerregularwebfont;
}
blockquote{
	font-size: 14px;
	padding: 30px 25px;
	margin-bottom: 30px;
	border-left: 3px solid #dc971f;
	color: #A3A3A3;
	background: #f7f7f7;
}
blockquote > h1:first-child,
blockquote > h2:first-child,
blockquote > h3:first-child,
blockquote > h4:first-child,
blockquote > h5:first-child,
blockquote > h6:first-child{
	margin-top:0;
}
iframe	{
	border:none;
}
#main-content.dark-template{
	color: #232323;
	background-color: #fff;
}
#main-content.dark-template, .regular-page-dark {background: white !important; }
.page-side {background: white !important; }
.dark-template.blog-list{
	background-color: #30312a;
}
.dark-template h1,.dark-template h2,.dark-template h3,.dark-template h4,.dark-template h5,.dark-template h6{
	color:#232323;
}
.dark-template strong,.dark-template em{
	color: #232323;
}

#main-content{
	position: relative;
 	margin-left: 70px;
 	z-index: 2;
 	
	background: #232323;
 	
	/* border-left: 1px solid #f1f1f1; */
}
.shadowLeft{
	-webkit-transition: box-shadow .25s ease;
	   -moz-transition: box-shadow .25s ease;
	    -ms-transition: box-shadow .25s ease;
	     -o-transition: box-shadow .25s ease;
	        transition: box-shadow .25s ease;
	box-shadow: -5px -5px 13px -5px rgba(0, 0, 0, 0.7);
}

a,a:hover,a:focus{
	text-decoration: none;
	outline: none;
}
a{
	color: #dc971f;
}
a:hover,a:focus{
	color:#bc821e;
}
.inner-wrapper{
	position: relative;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	/* left: -70px; */
	/* margin-left: 70px; */
}
/*.scrollbar{
	overflow: hidden;
	height: 100%;
}*/
.dark-template hr{
	border-top: 1px solid #252525;
	box-shadow: 1px 1px #101010;
}
.regular-page hr{
	border-top: 1px solid #eee;
	box-shadow: none;
}

.back-to-top,
#back-to-top{
	margin:80px auto;
	width:50px;
	height: 50px;
	border-radius: 50%;
	border:1px solid #dc971f;
	position: relative;
	display: block;
	background-color: transparent;
	clear:both;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.back-to-top:after,
#back-to-top:after{
	content: "\f106";
	font-family: FontAwesome;
	position: absolute;
	width:100%;
	height: 100%;
	text-align: center;
	line-height: 50px;
	margin-top: -2px;
	
}

.back-to-top:hover,
.back-to-top:focus,
#back-to-top:hover,
#back-to-top:focus{
	background-color: #dc971f;
	color: #fff;
}

/* Asset classes 
**************************************************/
.abs{
	position: absolute !important;
	right:0;
	left: 0;
 	height: 100%;
 	overflow: hidden;
}
.thick {
	font-weight: 800;
	font-family: 'Carmela'  ;
}
.allcaps{
	text-transform: uppercase;
}
.bg-dark-1{
	background-color:#30312a;
}
.bg-dark-2{
	background-color:#232323;
}

.parent-height{
	height: 100%;
}

.circular{
	border-radius: 50%;
	overflow: hidden;
}
.circular >*{
	width: 100%;
}

.vcenter-wrapper{
	display: table;
	height: 100%;
	width:100%;
}
.vcenter{
	display: table-cell;
	vertical-align: middle;
}

.img-fit{
	width:100%;
}

.mb-small{
	margin-bottom: 15px !important;
}
.mb-medium{
	margin-bottom: 25px !important;
}
.mb-large{
	margin-bottom: 50px !important;
}
.mb-xlarge{
	margin-bottom: 80px !important;
}
.no-margin{
	margin:0 !important;
}
.nmtop{
	margin-top:0;
}
.colored{
	color: #dc971f;
}
.clearit:after,.clearit:before{
	clear: both;
	display: table;
	content: '';
}
.thin-text{
	font-size: 16px;
	font-weight: 300;
	font-family: 'ralewaylight';
}

/* Buttons 
**************************************************/
.btn {
	border: 1px solid #ebebeb;
	border-radius: 0;
	text-transform: uppercase;
	padding: 10px 25px;
	
	font-weight: normal;
	font-size: 13px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	    -ms-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}
.btn-default{
	background-color: #fdfdfd;
	color:#474747;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active{
	color: #333;
	background-color: #f1f1f1;
	border-color: #dedede;
}

.btn-toranj {
	color: #fff;
	background-color: #dc971f;
	border-color: #ce8e1f;
}
.btn-toranj.alt {
	color: #dc971f;
	background-color: transparent;
	border-color: #dc971f;
}
.btn-toranj:hover, 
.btn-toranj:focus, 
.btn-toranj:active, 
.btn-toranj.active{
	background-color: #efb44f;
	border-color:#e6ae4f;
	color:#fff;
}
.btn-primary {
    background-color: #232323;
border-color: #232323;
display: block;
width: 100%;
padding: 15px;
padding-top: 25px;
padding-bottom: 25px;
font-size: 35px;
}

.btn-primary:hover{
    background-color: #60a845;
border-color: #60a845;
}s

.btn-transparent{
	color:#fff;
}
.btn-transparent:hover,
.btn-transparent:focus {
	background-color: #fff;
}

.btn-icon i{
	padding-right:5px;
}
.btn-icon-right i{
	padding-left:5px;
}

.btn-lg {
	padding: 15px 35px;
	font-size: 14px;
	line-height: 1.33;
}
.btn-sm{
	padding: 6px 18px;
	font-size: 12px;
}
.btn-xs{
	padding:3px 10px;
	font-size:12px;
}

.dark-template .btn-simple{
	border: 1px solid #444444;
}
.btn-simple,
.regular-page .btn-simple{
	border:1px solid #dedede;
}
/* Overlays 
**************************************************/
.light-overlay,
.dark-overlay{
	position:relative;
}
.light-overlay:after,
.dark-overlay:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	opacity: 0.3;
	z-index: 1;
}
.light-overlay:after{
	background-color: #fff;
}
.dark-overlay:after{
	background-color: #000;
}

/* Title classes
**************************************************/
.underlined, .lined, .bordered{
	position:relative;
	margin-bottom: 35px;
}
.bordered-fine{
	position: relative;
	margin-bottom: 12px;
}
.underlined:after{
	content: '';
	border-bottom: 1px solid #eee;
	height: 1px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -15px;
}

.lined:after{
	content:'';
	position: absolute;
	height:4px;
	background:#dc971f;
	width:50px;
	bottom:-17px;
	left:0;
}
.bordered,
.bordered-fine{
	padding-left:20px;
}
.bordered:after,
.bordered-fine:after{
	content:"";
	position:absolute;
	height:100%;
	left:0;
	top: 0;
	width:4px;
	background: #dc971f;
}


.section-title {
	font-size: 50px;
	color:#474747;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.section-title:after{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	width: 80px;
	height: 5px;
	background: #dc971f; 
    display: none !important;
}

.double-title{
	font-weight: 800;
	font-family: textillerregularwebfont  ;
	text-transform: uppercase; 
}
.double-title:after{
	height: 10px;
	width: 90px;
}
.double-title span{
	position: relative;
	font-size: 80px;
	display: block;
	top: 5px;
	text-transform: initial;
	font-weight: 400;
	font-family: textillerregularwebfont;
    color: #231f20
}

/* Form elements
**************************************************/

input,textarea,.form-control{
    border-radius: 0;
	box-shadow: none;
	padding: 15px;
	height: 45px;
	font-size: 18px;
    border: #60a845 1px solid;
    width: 17%
}

input[type="checkbox"]{
	height: auto;
}

input[type="submit"]:focus{
	outline: none;
	box-shadow: none;
}

.form-control:focus{
	border-color: #E8E8E8;
	box-shadow: 0 0 1px rgba(102, 175, 233, 0.2);
	-webkit-box-shadow :0 0 1px rgba(102, 175, 233, 0.2);
}

.half-field{
	width:49%;
	float: left;
}
.half-field:last-child{
	margin-left: 2%;
}

.tj-form input:not([type="submit"]),.tj-form textarea{
	border: 1px solid #22231D;
	box-shadow: 0 0 1px 0 #36382F;
	-moz-border-radius: 7px / 4px;
	-webkit-border-radius: 7px / 4px;
	border-radius: 7px / 4px;
	background-color: #33342e;
	color:#fff;

	-webkit-transition: all 0.6 ease;
	   -moz-transition: all 0.6 ease;
	    -ms-transition: all 0.6 ease;
	     -o-transition: all 0.6 ease;
	        transition: all 0.6 ease;
}
.tj-form input:not([type="submit"]):focus,.tj-form textarea:focus{
	background-color:#33342e;
	border: 1px solid #46483C;
	box-shadow: 0 0 1px 0 #534741;

}
.tj-form label{
	margin-bottom: 3px;
	color: #dc971f;
}

/* Lists
**************************************************/
ul li,ol li{
	margin-bottom:7px;
}
ul.list-iconed,
ul.list-iconed-circle,
ul.list-iconed-square,
ul.list-border{
	list-style:none;
	padding:0;
}
ul.list-iconed i{
	padding-right:10px;
}

ul.list-iconed-circle li,
ul.list-iconed-square li{
	margin-bottom:10px
}
ul.list-iconed-circle i,
ul.list-iconed-square i{
	color:#dc971f;
	border:1px solid #dc971f;
	border-radius:50%;
	margin-right:10px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
ul.list-iconed-square i{
	border-radius:0;
}

ul.list-border li{
	border-bottom: 1px dotted #ccc;
	padding-bottom:5px;
}
ul.list-hover li{
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
ul.list-hover li:hover,
ul.list-hover li:focus{
	padding-left:10px;
}

ul.list-items{
	margin:0 0 30px 0;
	padding:0;
}
ul.list-items li {
	list-style: none;
	margin-bottom: 5px;
	font-size: 11px;
}
ul.list-items .list-label{
	display: inline-block;
	color: #dc971f;
	padding-right: 5px;
	text-transform: uppercase;
	width: 90px;


}
ul.list-items .list-des{
	display: inline-block;

}

/* Breadcrumbs
**************************************************/
.breadcrumb{
	background: none;
	margin-bottom: 10px;
	padding: 0;
	font-size: 12px;
    text-align: right;
    padding-right: 60px
}

/* Custom grid
**************************************************/
 .custom-grid-row{
 	position: relative;
 }
.custom-grid-row img{
	width:100%;
}
.custom-grid-row:after{
	content: " ";
	display: table;
	clear: both;
}
.col-1-1,.col-1-2,.col-1-3,.col-2-3{
	float: left;
}
.col-1-1{
	width: 100%;
}
.col-1-2{
	width: 50%;
}
.col-1-3{
	width: 33.333333%;
}
.col-2-3{
	width: 66.666666%;
}

/* Side bar  
**************************************************/
#side-bar{
 	width: 270px;
 	background: #fafaf5;
 	text-align: center;
 	position: fixed;
 	top: 0;
 	left: 0;
 	bottom: 0px;
 	z-index: 0;
 	display: none;
}
#inner-bar{
	position: fixed;
	top: 0;
	left: 0;
	width: 70px;
	color: #dc971f;
	height: 100%;
	z-index: 10;
	text-align: center;
	background-color: #fafaf5;
	box-shadow: 1px 0 4px -4px #000;
}
#menu-toggle-wrapper{
	position: fixed;
	top: 0;
	left: 0px;
	width: 70px;
	height: 70px;
	z-index: 11;
	display: block;
}
#menu-toggle {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	display: block;
	margin-left: -15px;
	width: 30px;
	height: 3px;
	background: #dc971f;
}
#menu-toggle:after,#menu-toggle:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: #dc971f;
	left: 0;

	-webkit-transform-origin:center center;
	   -moz-transform-origin:center center;
	    -ms-transform-origin:center center;
	     -o-transform-origin:center center;
	        transform-origin:center center;
}
#menu-toggle:before{
	top: -8px;
}
#menu-toggle:after{
	bottom: -8px;
}
#menu-toggle-wrapper.anim-out #menu-toggle{
	background: rgba(220, 151, 31,0);
}
#menu-toggle-wrapper.anim-out #menu-toggle:after{
	background: #232323;
    -webkit-transform: rotate(-45deg) translate(2px,-8px);
	   -moz-transform: rotate(-45deg) translate(3px,-8px);
	    -ms-transform: rotate(-45deg) translate(3px,-8px);
	     -o-transform: rotate(-45deg) translate(3px,-8px);
	        transform: rotate(-45deg) translate(3px,-8px);
	
}

#menu-toggle-wrapper.anim-out #menu-toggle:before{
    background: #232323;
	-webkit-transform: rotate(45deg) translate(4px,9px);
	   -moz-transform: rotate(45deg) translate(3px,8px);
	    -ms-transform: rotate(45deg) translate(3px,8px);
	     -o-transform: rotate(45deg) translate(3px,8px);
	        transform: rotate(45deg) translate(3px,8px);
	
}
#menu-toggle,
#menu-toggle:before,
#menu-toggle:after{
	-webkit-transition: all 0.3s cubic-bezier(0.585, -0.600, 0.430, 1.650);
	   -moz-transition: all 0.3s cubic-bezier(0.585, -0.600, 0.430, 1.650);
	    -ms-transition: all 0.3s cubic-bezier(0.585, -0.600, 0.430, 1.650);
	     -o-transition: all 0.3s cubic-bezier(0.585, -0.600, 0.430, 1.650);
	        transition: all 0.3s cubic-bezier(0.585, -0.600, 0.430, 1.650);
}

#menu-toggle-wrapper:hover #menu-toggle:before,
#menu-toggle-wrapper:focus #menu-toggle:before{
	top: -6px;
}

#menu-toggle-wrapper:hover #menu-toggle:after,
#menu-toggle-wrapper:focus  #menu-toggle:after{
	bottom: -6px;
}

#menu-toggle-wrapper.anim-out:hover #menu-toggle:after,
#menu-toggle-wrapper.anim-out:focus #menu-toggle:after{
	bottom: -8px;
}
#menu-toggle-wrapper.anim-out:hover #menu-toggle:before,
#menu-toggle-wrapper.anim-out:focus #menu-toggle:before{
	top: -8px;
}

#inner-bar > .logo-alt{
	width:70px;
	/* margin-top: -35px; */
	padding: 15px;
	bottom: 20px;
	position: absolute;
}
#inner-bar > .logo-alt img{
	width: 100%;
}
#menu-toggle{

}
#side-wrapper{
	padding-top:70px;
}
#side-inner{
	position: relative;
	min-height: 100%;
}

#side-contents{
	position: relative;
	left:0;
	padding-bottom: 130px;
}
#logo-wrapper{
	padding: 35px 30px;
}
#logo-wrapper a{
	display: block;
	max-width: 190px;
	margin: 0 auto;
}
#logo-wrapper img{
	max-width: 100%;
}
#side-footer{
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	.height: 70px;
	overflow: hidden;
	/* background-color: #fafaf5; */
}
#copyright{
	position: relative;
	margin-top: 10px;
	color: #8d8d8d;
}

#copyright:after{
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left:-35px; 
	width:70px;
	height: 1px;
	background-color: #d9d9d9;
	box-shadow: 0 1px 0 0 #fff;
}

#side-collapse{
	position: absolute;
	font-size: 20px;
	display: block;
	height: 50px;
	top: 0;
	left: 0px;
	width: 100%;
	color:#818181;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#side-collapse:hover,
#side-collapse:focus {
	color:#46463C;
}
#side-collapse i{
	line-height: 40px;
	float: left;
	margin-left: 10px;
}

/* Show menu state 
 **************************************************/
 .show-sidebar #side-bar{
    display: block;
}
.show-sidebar #inner-bar,
.show-sidebar #menu-toggle-wrapper{
 	display: none;
 }
 .show-sidebar #main-content,
 .show-sidebar .page-side{
 	margin-left: 270px;
 }
 .show-sidebar #ajax-folio-loader{
	 left:270px;
 }
/* Navigation 
**************************************************/
#navigation{
	margin:0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.sub-menu{
	display: none;
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	background: #fafaf5;
	min-height: 100%;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 2px 0px 6px -6px #000;
}

.current-menu-parent ul.sub-menu{
	/* display: block; */
}

#navigation li  a,
#navigation li ul li a {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#navigation li{
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 0;
}
#navigation li:first-child{
	border-top: 1px solid #efefef;
}
#navigation li a{
	display: block;
	padding: 5px 35px 5px 35px;
	color: #818181;
	font-size: 2.2rem;
	text-transform: uppercase;
	position: relative;
}
#navigation  li  a:hover,
#navigation  li  a:focus,
#navigation  li.current-menu-item  a,
#navigation  li.current-menu-parent >  a{
	color: #474747;
	background: #FEFEFE;
	/* font-family: ralewaysemibold; */
}
#navigation  li.current-menu-item  a:before,
#navigation  li.current-menu-parent  >a:before,
#navigation  .nav-prev>a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: #505050;
}
#navigation li ul li.current-menu-item >a:before{
	background: transparent;
}
#navigation  .nav-prev>a i{
	margin-right: 15px;
}
#navigation li.menu-item-has-children > a:after{
	content: "\f105";
	font-family: fontawesome;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -10px;
	width: 0;
	height: 0;
	color: #A5A5A5;
    text-align: right;
}
#navigation ul.sub-menu li{
    border-bottom: 1px solid #F0F0F0;
	
    border-top: none;
    text-align: right;
}
#navigation ul.sub-menu li a{
	padding: 12px 35px;
	text-transform: none;
	font-size: 25px;
    text-align: right
}
#navigation ul.sub-menu li.nav-prev a{
	padding: 20px 35px;
	background: #fff;
	font-size: 25px;
	text-transform: uppercase;
    text-align: right;
}

#navigation ul.sub-menu li:last-child{
	margin-bottom: 50px;
}
/* Social icons 
**************************************************/
.social-icons{
	margin: 0;
	padding: 0;

}
.social-icons li{
	list-style: none;
	display: inline-block;
}

.social-icons li a{
	color:#c4c4c4;
	font-size: 16px;
	padding: 2px;

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.social-icons li a:hover,.social-icons li a:focus{
	color:#363636;
}

/* Regular page 
**************************************************/
.page-wrapper,
.page-bg{
	width:100%;
	height: 100%;
	overflow: scroll;	
	overflow-x:hidden;
}
.page-wrapper.full-width{
	padding-top:0;
	padding-bottom: 0;
}
.page-wrapper{
	position: relative;
}
.page-bg{
	background-size: cover;
}

.page-container{
	padding-bottom: 30px;
}
.page-container >.row{
	padding-right:14%;
	padding-left: 14%;
}
.page-title{
	margin-top: 25px;
	margin-bottom: 50px;
}
.page-title .title{
	margin:0;
	font-size: 53px;
	font-weight: 800;
	font-family: 'Carmela'  ;
	color:#fff;
}

.page-title .title span{
	position: relative;
	top: -5px;
	font-size:22px;
	color: #dc971f;
	display: block;
	margin-left: 45px; 
	font-weight: 300;
	font-family: 'ralewaylight';
}

.regular-page{
	padding-top: 0px;
	padding-bottom: 85px;
	color: #404040;
    
    background-color: #fdfdfd;
}
.regular-page-dark{
	padding-top: 85px;
	padding-bottom: 85px;
	background-color: #232323;
}
.padding-top{
	padding-top: 85px;
}
.regular-page h1,
.regular-page h2,
.regular-page h3,
.regular-page h4,
.regular-page h5,
.regular-page h6{
	color:#474747;
}

/* Contact 
**************************************************/
#gmap,.gmap{
	min-height: 400px;
}
#gmap.gmap-full,.gmap.gmap-full{
	height: 100%;
	z-index: -1;
}
#map-marker i{
    display: block;
    font-size: 70px;
    color: #363636;
}

form#contact-form{
    position: relative;
}
#alert-wrapper{
    position: absolute;
    top:0;
    left: 20%;
    opacity: 0;
    padding: 10px;
    background: rgba(255,0,0,0.3);
    color: #fff;
    width: 60%;
}
#alert-wrapper button{
    color:#fff;
    opacity:0.5;
}
#alert-wrapper .alert{
    padding:0;
    margin:10px;
}

.contact-detail{
	color: #838383;
	border-bottom: 1px solid #111;
	padding-bottom: 15px;
	margin-bottom: 15px;
	box-shadow: 0 1px 0 0 #272727;
}
.contact-detail h5{
	font-family: 'ralewaythin';
	color: #dc971f;
}
.contact-detail:last-child{
	border-bottom: none;
	box-shadow: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.contact-detail .social-icons{
	margin-top: 20px;
}

.contact-detail .social-icons li a{
	font-size: 18px;
	padding: 7px;
	color: #8B8B8B;
}
.contact-detail .social-icons li a:first-child{
	padding-left: 0;
}
.contact-detail .social-icons li a:hover,
.contact-detail .social-icons li a:focus {
	color:#CECECE;
}

/* Portfolios
**************************************************/
.centered-description{
	text-align: center;
	padding: 50px;
	font-size: 14px;
	color: #2c2c2c;
}
.centered-description p:last-child{
	margin-bottom: 0;
}

.parallax-head{
	position: fixed !important; /*because of .owl-videobg conflict*/
	height: 600px;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
}
.parallax-head:before{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	content:'';
    position:absolute;
    width:100%;
    height:100px;
    top:0px;
    left:0;
}

.parallax-contents{
	margin-top: 0px !important;
	z-index: 1;
	background: #fff;
	position: relative;
    min-height: 800px;
}
.portfolio-md-detail{
	background: #232323;
	padding: 20px 40px;
}
.portfolio-md-detail .title{
	margin-top:0;
}
.portfolio-md-detail ul.list-items{
	margin-bottom:0;
}

.inview-animate{

    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.5s ease;
       -moz-transition: -moz-transform 0.3s ease-out, opacity 0.5s ease;
        -ms-transition: -ms-transform 0.3s ease-out, opacity 0.5s ease;
         -o-transition: -o-transform 0.3s ease-out, opacity 0.5s ease;
            transition: transform, 0.3s ease-out, opacity 0.5s ease;       
}
.inview-scale{
	-webkit-transform: scale(0.8);
	   -moz-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	     -o-transform: scale(0.8);
	        transform: scale(0.8);
}
.inview-scale.visible-view{
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
.inview-fadeleft{
	opacity: 0;
	-webkit-transform: translate3d(200px,0,0);
	   -moz-transform: translate3d(200px,0,0);
	    -ms-transform: translate3d(200px,0,0);
	     -o-transform: translate3d(200px,0,0);
	        transform: translate3d(200px,0,0);
}
.inview-fadeleft.visible-view{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	   -moz-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	     -o-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}
.portfolio .item{
	width:25%;
	float:left;
}

.portfolio .item a{
	display: block;
	position: relative;
}


.portfolio .item a img{
	width: 100%;
}

.portfolio .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity:0;
	background: rgba(255,255,255,0.5);

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.portfolio .item a:hover .overlay{
	opacity: 1;
}

.portfolio .overlay span{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width:100px;
	height: 100px;
	background: #000;
	color:#fff;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
}

.page-side{
 	position: fixed;
 	top: 0;
 	right:0;
     left: auto !important;
 	margin-right: 70px;
 	height:100%;
 	width:400px; 
 	background-color:#232323;
 	z-index: 5;
}
.page-side p{
	margin-bottom: 15px;
    margin-top: 65px;
    color: #232323
}
.page-main{
	background-color:#232323;
	position: relative;
	height: 100%;
	z-index: 3;
}
.page-main.no-side{
	margin-left: 0;
}
.page-side .side-content{
	padding: 0 8%;
	font-size: 13px;
}
.page-side .title{
 	color:#232323;
 	font-size: 38px;
 	width: 100%;
 	margin-bottom: 20px;
 	font-weight: 400;
 	font-family: 'textillerboldwebfont'  ;
 	line-height: 1.1em;
 	margin-top: 0;
    direction: rtl;
    text-align: center
}

.page-side .title span{
	display: block;
}
.page-side .title .first-part{
	font-size: 17px;
	line-height: 1em;
	font-weight: 300;
	font-family: 'ralewaylight';
}
.page-side .title .second-part{
	color: #dc971f;
	font-size: 16px;
	font-weight: 300;
	font-family: 'ralewaylight';
	line-height: 1.0em;
}

.supervisor{
	min-height: 80px;
}
.supervisor .sv-avatar{
	float:left;
}
.supervisor .sv-avatar img{
	width:60px;
	height: 60px;
	border-radius: 50%;
}
.supervisor .sv-detail{
	margin-left:80px;
	padding-top: 13px;
}
.supervisor .sv-name{
	font-size: 16px;
	padding:0;
	margin:0;
}

.horizontal-folio-wrapper{
	padding: 5px 0 24px 0;
	height: 100%;
}
.horizontal-folio{
	height: 100%;
}

.horizontal-folio .gp-item{
	height: 100%;
	margin-right: 5px;
	width:350px;
}
.horizontal-folio .gp-item a{
7	display: block;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}
.horizontal-folio .gp-item a.fill_fit{
	background-size:contain !important;
}
.horizontal-folio .gp-item img{
	height: 100%;
	width: auto;
}
.full-height .gp-item{
	height: 100%;
	float: left;
}
.hgrid_caroufredsel_wrapper{
	width: 100% !important;
}


/*---Portfolio single item with right sidebar---*/

/*important widths*/




.rightside-folio .page-side{
	right: 0;
	left:auto !important;
	padding: 70px 50px 150px 50px;
	width: 350px;
}
.rightside-folio .page-main{
	left:0;
	right:25%;
	background: #fff;
	margin-left: 0;
	margin-right: 350px;
}

.rightside-folio .side-content{
	padding: 0;
}
.side-title{
	font-size: 20px;
	font-weight: 700;
	font-family: 'ralewaybold';
	margin-bottom: 20px;
	margin-top: 28px;
	color:#fefefe;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.portfolio-nav{
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.portfolio-nav .portfolio-close-li{
	display: inline-block;
}
#ajax-folio-item .portfolio-nav .portfolio-close-li{
	display: inline-block;
}
.portfolio-regular-nav .close-post{
	display: none;
}
#ajax-folio-item .portfolio-regular-nav .close-post{
	display: inline-block;
	margin-left: -100px;
}

.portfolio-nav li{
	display: inline-block;
	margin-right: 15px;
}
.portfolio-nav li:last-child{
	margin-right: 0;
}
.portfolio-nav li a{
	display: block;
	color: #dc971f;
	text-align: center;
}
.portfolio-nav li a i{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border:1px solid #dc971f;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.portfolio-nav li a:hover i,
.portfolio-nav li a:focus i {
	background: #dc971f;
	color:#ffffff;
}
.portfolio-nav li a span{
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 10px;
	position: relative;
	top:5px;
	opacity: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;

}
.portfolio-nav:hover span,
.portfolio-nav:focus span{
	top:0;
	opacity: 1;
}

#project-header{
	position:relative;
}
#project-header .header-cover{
	
	height: 600px;
	overflow: hidden;
}
#project-header .header-cover > img{
	width: 100%;
}
#project-header .header-content{
	position: absolute;
	bottom: 200px;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.project-title{
	font-size:53px;
	font-weight: 900;
	font-family: 'Carmela'  ;
	color: #fff;
	position: relative;
	padding: 25px 10%;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);

}
.project-title:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	height: 2px;
	background: #fff;
	opacity: 0.2;

}
.project-caption{
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px 50px;
	background: rgba(255,255,255,0.25);
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: absolute;
	border-top: 1px solid #989898;
	z-index: 1;
}
.project-caption p{
	margin:0;
}
.project-content{
    background-color: #232323;
}
/* Grid portfolio 
**************************************************/
.gp-item{  	        
	overflow: hidden;
	position: relative;
}
.gp-item a {
	display: block;
}

.grid-portfolio {
	margin-right: -20px !important;
}
.grid-portfolio:not(.no-padding){
	margin-left: 3px;
	margin-top: 2px;
}
.grid-portfolio .gp-item{
	float: left;
	width: 33%;
	margin: 0;
	/*background-color: #333;*/

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.grid-portfolio .gp-item a{
	position: relative;
	overflow: hidden;
	display:block;
	width: 100%;
	height: 100%;
}

.grid-portfolio .gp-item img{
	width:100%;
	opacity: 0;

	-webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.grid-portfolio .gp-item img.image-loaded{
	opacity: 1;
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
.grid-filters{
	margin:0;
	padding: 0;
	list-style: none;
	position: relative;
	margin-left: 37px;
	margin-top: 25px;
}
.grid-filters-wrapper .select-filter{
	display: none;
}
.grid-filters:after{
	content:"\f0b0";
	position: absolute;
	top: 0;
	left: -35px;
	width:25px;
	height: 25px;
	font-size: 11px;
	color:#232323;
	background: #dc971f;
	font-family: 'FontAwesome';
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
}

.grid-filters li{
	margin: 0;
}
.grid-filters li a{
	color: #afafaf;
	font-size: 14px;
	text-transform: capitalize;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
}
.grid-filters li.active a{
	color:#fff;
}

.regular-page .grid-filters:after{
	color:#fff;
}

.regular-page .grid-filters li a{
	color: #afafaf;
	font-size: 14px;
	text-transform: capitalize;
}
.regular-page .grid-filters li.active a{
	color:#474747;
}


.fixed-filter{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	height: 40px;
}


.fixed-filter .grid-filters{
	position: absolute;
	margin-left: 0;
	background: #23241F;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	margin-top: 0;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 0;

	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.fixed-filter.active .grid-filters
{
	visibility: visible;
	opacity: 1;
	top: 40px;
}

.fixed-filter .grid-filters:after{
	display: none;
}

.fixed-filter .select-filter{
	color: #fff;
	height: 40px;
	background: #232323;
	display: block;
	line-height: 40px;
	padding-right: 50px;
	position: relative;
	z-index: 1;

}
.select-filter i{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.fixed-filter .select-filter i{
	color: #dc971f;
	margin-right: 5px;
	font-size: 18px;
	text-align: center;
	padding: 0 10px;
}
.fixed-filter .grid-filters li{
	margin: 0;
}
.fixed-filter .grid-filters li a{
	padding: 4px 10px;
	display: block;
}
.fixed-filter .grid-filters li:first-child a{
	padding-top: 10px;
}
.fixed-filter .grid-filters li:last-child a{
	padding-bottom: 10px;
}
.touch-device .fixed-filter.active .select-filter i{
 -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
         transform: rotate(180deg);
}
/* Vertical portfolio
**************************************************/
.vf-item{
	height:365px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.vf-item >a{
	display: block;
	height: 100%;
}
.vf-item img{
	width:100%;
}

/* Hover effects
 **************************************************/
.tj-overlay {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.tj-hover-1,.tj-hover-2,.tj-hover-3,.tj-hover-4,.tj-hover-5{
	position: relative;
	display: block;
    padding-top: -30px !important;
}
.tj-hover-1> a,.tj-hover-2> a,.tj-hover-3> a,.tj-hover-4> a,.tj-hover-5> a{
	display: block;
}

.tj-hover-1 .tj-overlay,
.tj-hover-2 .tj-overlay,
.tj-hover-3 .tj-overlay,
.tj-hover-4 .tj-overlay,
.tj-hover-5 .tj-overlay
{

	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.tj-hover-1 .tj-overlay:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	display: block;
	height: 4px;
	background: rgb(200, 155, 74);
	z-index: 5;
	margin-top: -2px;

	-webkit-transition: all 0.3s ease-in;
	   -moz-transition: all 0.3s ease-in;
	    -ms-transition: all 0.3s ease-in;
	     -o-transition: all 0.3s ease-in;
	        transition: all 0.3s ease-in;
}

.tj-hover-1 .tj-overlay .title{
	font-size:20px;
	margin-top: -40px;
	-webkit-transform: translate3d(0,-10px,0);
	   -moz-transform: translate3d(0,-10px,0);
	    -ms-transform: translate3d(0,-10px,0);
	     -o-transform: translate3d(0,-10px,0);
	        transform: translate3d(0,-10px,0);
	text-transform: uppercase;
}
.tj-hover-1 .tj-overlay .subtitle{

	margin-top: 23px;
	-webkit-transform: translate3d(0,15px,0);
	   -moz-transform: translate3d(0,15px,0);
	    -ms-transform: translate3d(0,15px,0);
	     -o-transform: translate3d(0,15px,0);
	        transform: translate3d(0,15px,0);
	font-size: 13px;
	font-family: 'ralewayregular';
	font-weight: 400;
}

.tj-hover-1:hover .tj-overlay{
	opacity: 1;
}

.tj-hover-1:hover .tj-overlay:after{
	width: 40px;
	margin-left: -20px;
}


.tj-hover-1:hover .tj-overlay .title,
.tj-hover-1:hover .tj-overlay .subtitle,
.tj-hover-2:hover .tj-overlay .overlay-texts,
.tj-hover-2:hover .tj-overlay .overlay-icon,
.tj-hover-4:hover .tj-overlay .overlay-icon{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	   -moz-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	     -o-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}

.tj-hover-1 .tj-overlay .title,
.tj-hover-1 .tj-overlay .subtitle,
.tj-hover-2 .tj-overlay .overlay-texts,
.tj-hover-2 .tj-overlay .overlay-icon{
	color:#000;
	width: 100%;
	padding:0 15px;
	text-align: center;
	position: absolute;
    top:50%;
	left: 0;
	opacity: 0;

	-webkit-transition: -webkit-transform 0.6s ease,opacity 0.3s ease;
	   -moz-transition:  	moz-transform 0.6s ease,opacity 0.3s ease;
	    -ms-transition: 	-ms-transform 0.6s ease,opacity 0.3s ease;
	     -o-transition: 	 -o-transform 0.6s ease,opacity 0.3s ease;
	        transition: 		transform 0.6s ease,opacity 0.3s ease;
      
}

.tj-hover-1:after,
.tj-hover-2:after,
.tj-hover-4:after,
.tj-hover-5:after{
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	-webkit-transition: opacity 0.5s ease;
	   -moz-transition: opacity 0.5s ease;
	    -ms-transition: opacity 0.5s ease;
	     -o-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}
.no-padding .tj-hover-1:after,
.no-padding .tj-hover-2:after,
.no-padding .tj-hover-4:after,
.no-padding .tj-hover-5:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tj-hover-1:after{
	background: #fff;
	opacity: 0;
}
.tj-hover-2:after{
	background: #000;
	opacity: 0.5;
}

.tj-hover-4:after{
	background: #000;
	opacity: 0;
}

.tj-hover-1:hover:after{
	opacity: 0.75;
}
.tj-hover-2:hover:after{
	opacity: 0.1;
}
.tj-hover-4:hover:after{
	opacity: 0.3;
}
.tj-hover-2 .tj-overlay .overlay-icon{
	margin-top: -45px;
	margin-left: -13px;
	left:50%;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	border-radius:50%;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	box-shadow: 1px 1px 3px -1px #000, inset 1px 1px 3px -1px #000;
	text-shadow: 1px 1px 2px #000;

	-webkit-transform: translate3d(10px,0,0);
	   -moz-transform: translate3d(10px,0,0);
	    -ms-transform: translate3d(10px,0,0);
	     -o-transform: translate3d(10px,0,0);
	        transform: translate3d(10px,0,0);
}

.tj-hover-2 .tj-overlay .overlay-texts{
	margin-top: 15px;
	text-align: center;
	color:#fff;

	-webkit-transform: translate3d(-20px,0,0);
	   -moz-transform: translate3d(-20px,0,0);
	    -ms-transform: translate3d(-20px,0,0);
	     -o-transform: translate3d(-20px,0,0);
	        transform: translate3d(-20px,0,0);
}
.tj-hover-2 .tj-overlay .title{
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px #000;
	color:#fff;
}

.tj-hover-2 .tj-overlay .subtitle{
	font-size: 12px;
	margin: 5px 0 0 0;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #000;
	font-weight: 400;
	color:#fff;
}

.tj-hover-2:hover .tj-overlay{
	opacity: 1;
}

.tj-hover-3 .tj-overlay{
	opacity: 1;
	background: rgba(0,0,0,0.5);
}
.tj-hover-3:hover .tj-overlay,
.tj-hover-3:focus .tj-overlay{
	background: rgba(0,0,0,0.3);
}
.tj-hover-3 .tj-overlay .overlay-texts{
	padding: 0;
    width: 100%;
    
}


.tj-hover-3 .tj-overlay .title{
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 0px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: 700;
	font-family: 'textillerregularwebfont';
	position: relative;
	color:#d0d0d0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	    -ms-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}
.tj-hover-3 .tj-overlay .title:after{
	content: '';
	position: absolute;
	bottom:-15px;
	left:0;
	height: 5px;
	background-color: #dc971f; 
	width: 30px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	    -ms-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}
.tj-hover-3 .tj-overlay .subtitle{
	font-size: 18px;
	margin: 0 0 0 0;
	letter-spacing: 1px;
	font-weight: 400;
	color: #fff;
}
.tj-hover-3:hover .tj-overlay .title,
.tj-hover-3:focus .tj-overlay .title{
	color:#f1f1f1;
}
.tj-hover-3:hover .tj-overlay .title:after,
.tj-hover-3:focus .tj-overlay .title:after{
	width: 40px;
	position: absolute;
	/* top:50%; */
}

.tj-hover-4 .tj-overlay{
	opacity: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.tj-hover-4:hover .tj-overlay{
	opacity: 1;
}
.tj-hover-4 .tj-overlay .overlay-icon{
	position: absolute;
	margin-left: -20px;
	margin-top: -20px;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 13px;

	-webkit-transform: translate3d(0,-15px,0);
	   -moz-transform: translate3d(0,-15px,0);
	    -ms-transform: translate3d(0,-15px,0);
	     -o-transform: translate3d(0,-15px,0);
	        transform: translate3d(0,-15px,0);

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

	box-shadow: 1px 1px 3px -1px #000, inset 1px 1px 3px -1px #000;
	text-shadow: 1px 1px 2px #000;
}
.tj-hover-5{
	overflow: hidden;
}
.tj-hover-5:after{
	background: #000;
	opacity: 0;
	z-index: 1;
}


.tj-hover-5 .tj-overlay:before,.tj-overlay:after{
	content: '';
	position: absolute;
	top:50%;
	left:50%;
	background: #fff;
}
.tj-hover-5 .tj-overlay:before{
	width: 40px;
	height: 1px;
	margin-left: -20px;
	margin-top: -1px;
}
.tj-hover-5 .tj-overlay{

	-webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
	    -ms-transition: all 0.6s ease;
	     -o-transition: all 0.6s ease;
	        transition: all 0.6s ease;

	-webkit-transform: translate3d(0,-10px,0);
        -moz-transform: translate3d(0,-10px,0);
         -ms-transform: translate3d(0,-10px,0);
          -o-transform: translate3d(0,-10px,0);
             transform: translate3d(0,-10px,0);     
	

	z-index: 2;

}
.tj-hover-5 img{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.tj-hover-5 .tj-overlay:after{
	width: 1px;
	height: 40px;
	margin-left: -1px;
	margin-top: -20px;
}
.tj-hover-5:hover:after{
	opacity: 0.8;
}
.tj-hover-5:hover .tj-overlay{
	opacity: 1;
	-webkit-transform: translate3d(0,0px,0);
        -moz-transform: translate3d(0,0px,0);
         -ms-transform: translate3d(0,0px,0);
          -o-transform: translate3d(0,0px,0);
             transform: translate3d(0,0px,0); 
}
.tj-hover-5:hover img {
	-webkit-transform: scale(1.1) !important;
	-moz-transform: scale(1.1) !important;
	-ms-transform: scale(1.1) !important;
	-o-transform: scale(1.1) !important;
	transform: scale(1.1) !important;
}
.tj-hover-5.reverse:after{
	background: #fff;
}
.tj-hover-5.reverse .tj-overlay:after,
.tj-hover-5.reverse .tj-overlay:before{
	background: #000;
}
.tj-hover-5.colorbg:after{
	background: #dc971f;
}


/* Horizontal full height carousel */
 .tj-circle-hover{
 	position: relative;
 }
 .tj-circle-hover:after{
 	content: '';
 	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	left: 0px;
	background: #000;
	opacity: 0.5;

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
 }

 .tj-circle-hover:hover:after,
 .tj-circle-hover:focus:after{
 	opacity: 0.2;
 }
.tj-circle-hover .tj-overlay {
	opacity: 1;
}
.tj-circle-hover .tj-overlay .content{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -55px;
	z-index: 3;
	opacity: 0;

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}


.tj-circle-hover:hover .tj-overlay .content,
.tj-circle-hover:focus .tj-overlay .content{
	opacity: 1;
}

.tj-circle-hover .tj-overlay .circle{
	width: 110px;
	height: 110px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	margin: 0 auto;
	line-height: 110px;
	position: relative;
}
.tj-circle-hover .tj-overlay .circle:after,.tj-circle-hover .tj-overlay .circle:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.7);

	-webkit-transform-origin: 50% 0;
	   -moz-transform-origin: 50% 0;
	    -ms-transform-origin: 50% 0;
	     -o-transform-origin: 50% 0;
	        transform-origin: 50% 0;

	-webkit-transition: all .75s ease;
       -moz-transition: all .75s ease;
        -ms-transition: all .75s ease;
         -o-transition: all .75s ease;
            transition: all .75s ease;  

	width: 110px;
	height: 110px;
	border-radius: 50%;
}

.tj-circle-hover:hover .tj-overlay .circle:after,
.tj-circle-hover:focus .tj-overlay .circle:after{
	-webkit-transform: rotate(10deg);
	   -moz-transform: rotate(10deg);
	    -ms-transform: rotate(10deg);
	     -o-transform: rotate(10deg);
	        transform: rotate(10deg);

}

.tj-circle-hover:hover .tj-overlay .circle:before,
.tj-circle-hover:focus .tj-overlay .circle:before{
	-webkit-transform: rotate(-10deg);
	   -moz-transform: rotate(-10deg);
	    -ms-transform: rotate(-10deg);
	     -o-transform: rotate(-10deg);
	        transform: rotate(-10deg);	
}

.tj-circle-hover .tj-overlay .circle i{
	font-size: 20px;
	color: #000;
	position: relative;
	z-index: 100;
}

.tj-circle-hover .tj-overlay .details{
	margin-top:20px;
	padding:0 4%;
}
.tj-circle-hover .tj-overlay .details .title{
	margin: 0 0 2px 0;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px #000;
	color: #fff;

}
.tj-circle-hover .tj-overlay .details .subtitle{
	margin: 0;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000;
	color:#fff;
	font-family: ralewayregular;
	margin-top: 25px;
	font-weight: 400;
}


/* override for grid portfolio overlays */
.grid-portfolio .gp-item a:after{
	border: 3px solid #fdfdfd;
    content: "";
    position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
}
.dark-template .grid-portfolio .gp-item a:after{
	border-color: #232323;
}
.gp-item.tj-hover-5:after,
.gp-item.tj-hover-1:after,
.gp-item.tj-hover-2:after{
	right:3px;
	left:2px;
	top:3px;
	bottom:2px;
	width:auto;
	height: auto;
}

.grid-portfolio.no-padding .gp-item a:after{
	border: none;
}
.grid-portfolio.no-padding .gp-item.tj-hover-5:after,
.grid-portfolio.no-padding .gp-item.tj-hover-1:after,
.grid-portfolio.no-padding .gp-item.tj-hover-2:after{
	right:0px;
	left:0px;
	top:0px;
	bottom:0px;
}
/* custom scroll bar
**************************************************/
#main-content .nicescroll-rails{
	background: #1b1c18;
	padding: 7px 0; 
	bottom: 0;
	top: auto !important;
	height: 20px !important;
}
#main-content .nicescroll-rails> div{
	height: 6px;
	border-radius: 6px;
	border:none !important;
	margin-right: 123px;
}
#side-bar .nicescroll-rails{
	z-index: 5 !important;
}
#side-bar .nicescroll-rails> div{
	background: #9A9A9A !important;
}

/* Ajax folio loader
**************************************************/
#ajax-folio-loader{
	width: 0;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #232323;
}
#ajax-folio-item{
	display: none;
	position: relative;
	z-index: 10;
}
#followingBallsG{
    position:fixed;
    width:80px;
    height:6px;
    top: 50%;
    left: 50%;
    display:none;
}
#kb-loader #followingBallsG,
body.loading #followingBallsG{
    display: block;
}
.followingBallsG{
    background-color:#d5d5d5;
    position:absolute;
    top:0;
    left:0;
    width:6px;
    height:6px;
    -moz-border-radius:3px;
    -moz-animation-name:bounce_followingBallsG;
    -moz-animation-duration:2.3s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:3px;
    -webkit-animation-name:bounce_followingBallsG;
    -webkit-animation-duration:2.3s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:3px;
    -ms-animation-name:bounce_followingBallsG;
    -ms-animation-duration:2.3s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:3px;
    -o-animation-name:bounce_followingBallsG;
    -o-animation-duration:2.3s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:3px;
    animation-name:bounce_followingBallsG;
    animation-duration:2.3s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

#followingBallsG_1{
    -moz-animation-delay:0s;
}

#followingBallsG_1{
    -webkit-animation-delay:0s;
}

#followingBallsG_1{
    -ms-animation-delay:0s;
}

#followingBallsG_1{
    -o-animation-delay:0s;
}

#followingBallsG_1{
    animation-delay:0s;
}

#followingBallsG_2{
    -moz-animation-delay:0.23s;
    -webkit-animation-delay:0.23s;
    -ms-animation-delay:0.23s;
    -o-animation-delay:0.23s;
    animation-delay:0.23s;
}

#followingBallsG_3{
    -moz-animation-delay:0.46s;
    -webkit-animation-delay:0.46s;
    -ms-animation-delay:0.46s;
    -o-animation-delay:0.46s;
    animation-delay:0.46s;
}

#followingBallsG_4{
    -moz-animation-delay:0.69s;
    -webkit-animation-delay:0.69s;
    -ms-animation-delay:0.69s;
    -o-animation-delay:0.69s;
    animation-delay:0.69s;
}

@-moz-keyframes bounce_followingBallsG{
    0%{
    left:0px;
    background-color:#d5d5d5;
    }

    50%{
    left:74px;
    background-color:#e9e9e9;
    }

    100%{
    left:0px;
    background-color:#d5d5d5;
    }

}

@-webkit-keyframes bounce_followingBallsG{
    0%{
    left:0px;
    background-color:#d5d5d5;
    }

    50%{
    left:74px;
    background-color:#e9e9e9;
    }

    100%{
    left:0px;
    background-color:#d5d5d5;
    }

}

@-ms-keyframes bounce_followingBallsG{
    0%{
    left:0px;
    background-color:#d5d5d5;
    }

    50%{
    left:74px;
    background-color:#e9e9e9;
    }

    100%{
    left:0px;
    background-color:#d5d5d5;
    }

    }

@-o-keyframes bounce_followingBallsG{
    0%{
    left:0px;
    background-color:#d5d5d5;
    }

    50%{
    left:74px;
    background-color:#e9e9e9;
    }

    100%{
    left:0px;
    background-color:#d5d5d5;
    }

    }

@keyframes bounce_followingBallsG{
    0%{
    left:0px;
    background-color:#d5d5d5;
    }

    50%{
    left:74px;
    background-color:#e9e9e9;
    }

    100%{
    left:0px;
    background-color:#d5d5d5;
    }

}


/* Vertical Carousel
**************************************************/
.vertical-carousel{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.vertical-carousel .right-side{
	position: absolute;
	top: 0;
	left: 40%;
	width:60%;
	height: 100%;
	margin-left: -1px;

}
.vertical-carousel .right-side-wrapper{
	height: 100%;
	position: relative;
}

.vertical-carousel .right-side-wrapper .item img{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.vertical-carousel .left-side{
	background: #1C1D27;
	position: absolute;
	top: 0;
	left: 0px;
	width:40%;
	height: 100%;
	overflow: hidden;
}
.vertical-carousel .left-side .left-side-wrapper{
	text-align: center;
	height: 100%;
	position: relative;
	z-index: 1;
}

.vertical-carousel .item{
	position: absolute;
	top: 0;
	left: 1px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color:#232323;
}

.vertical-carousel .vcarousel-next,.vertical-carousel .vcarousel-prev{
	position: fixed;
	left:0;
	width:100%;
	text-align: center;
	z-index: 3;
	overflow: hidden;
	height:30px;
	line-height: 30px;
}
.vertical-carousel .vcarousel-next a,.vertical-carousel .vcarousel-prev a{
	color:#dc971f;
	font-size: 70px;
} 
.vertical-carousel .vcarousel-next i,.vertical-carousel .vcarousel-prev i{
	height:30px;
	line-height: 30px;
}
.vertical-carousel .vcarousel-next{
	bottom: 5%;
}
.vertical-carousel .vcarousel-prev{
	top:5%;
	display: none;
}
.vertical-carousel .vcarousel-counter{
	position: absolute;
	bottom: 5%;
	z-index: 3;
	left: 50%;
	width: 64px;
	text-align: center;
	margin-bottom: 25px;
	margin-left: -17px;
	font-size: 30px;
	color:#DC971F;
}
.vertical-carousel .vcarousel-counter .counter-divider, 
.vertical-carousel .vcarousel-counter .counter-total{
	position: relative;
	top: -8px;
	font-size: 15px;
}
.vertical-carousel .vcarousel-counter .counter-divider{
	display: inline-block;
	-webkit-transform: rotate(20deg);
	   -moz-transform: rotate(20deg);
	    -ms-transform: rotate(20deg);
	     -o-transform: rotate(20deg);
	        transform: rotate(20deg);
}

/* Team members 
**************************************************/
.team-members .left-side .title{
 	background: #3666af;
 	height: 130px;
 	padding: 0 30px;
 	position: relative;
 	z-index: 2;
 	overflow: hidden;
}
.team-members .left-side .title h2{
	margin: 0;
	line-height: 130px;
}
.team-members .left-side .title span{
	font-size: 18px;
	color: #f8f8f8;
	padding-left: 10px;
}


.team-members .left-side .item .team-title{
	font-size: 25px;
	font-weight: 400;
	font-family: ralewaylight;
	margin-top:0;
	padding-bottom: 10px;
}
.team-members .left-side .item .team-title span{
	display: block;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Carmela'  ;
	position: relative;
	top: -5px;
}
.team-members .left-side .item .team-position{
	font-size: 19px;
}
.team-members .left-side .item .info{
	max-width: 75%;
	margin: 0 auto;
	color: #b1b1b1;
	font-size: 1.1em;
	padding: 34px 0 15px 0;
	position: relative;
}
.team-members .left-side .item .info:before{
	content: '';
	position: absolute;
	top:0;
	left: 50%;
	width: 20%;
	margin-left: -10%;
	height: 4px;
	background:#dc971f;
}
.team-members .left-side .item .info .description p:last-child{
	margin-bottom: 0;
}
.team-members .left-side .item .social-icons{
	margin: 0;
}
.team-members .left-side .item .social-icons li{
	list-style: none;
	display: inline-block;
	font-size: 20px;
	padding: 0 5px;
}
.team-members .left-side .item .social-icons li a{
	color: #797979;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.team-members .left-side .item .social-icons li a:hover{
	color: #fff;
}

/* Blogs
**************************************************/
.blog-minimal-s #blog-side{
	height: 100%;
}
.blog-minimal #blog-list{
	margin-left: -23px;
	border-bottom: 1px solid #2D2D2D;
	box-shadow: 0px 1px 0 0 #171717;
}
.blog-minimal #blog-list .post-item{
	width: 100%;
	margin-bottom: 60px;
	padding: 0 23px;
}
.blog-minimal #blog-list .post-thumb{
	position: relative;
	width: 100px;
	height: 100px;
	float: left;
}
.blog-minimal #blog-list .post-thumb:after{
	content:"\f0c1";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 90px;
	height: 90px;
	background:rgba(0, 0, 0, 0.3);
	color:#fff;
	opacity: 0;
	font-family: 'FontAwesome';
	font-size: 18px;
	text-align: center;
	line-height: 90px;
	border-radius: 50%;

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.blog-minimal #blog-list .post-thumb img{
	width: 100%;
	border-radius: 50%;

}

.blog-minimal #blog-list .post-body{
	margin-left: 120px;
}
.blog-minimal #blog-list .post-meta{
	display: block;
	padding-top: 5px;
	color: #dc971f;
	font-size: 12px;
}
.blog-minimal #blog-list .post-title{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.blog-minimal #blog-list .post-title a{
	color: #fff;
}
.blog-minimal #blog-list .post-content{
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1;
	width: 70%;
}
.blog-minimal #blog-list .post-content p{
	line-height: 1.4;
	color: #a9a9a9;
}
.blog-minimal #blog-list .post-content p:last-child{
	margin-bottom: 0;
}
.blog-minimal #blog-list .post-sign{
	font-size: 12px;
	color: #a9a9a9;
}

.blog-minimal #blog-list .post-item:hover .post-thumb:after{
	opacity: 1;
}
#blog-more {
	display: block;
	width: 90px;
	height: 90px;
	margin: 60px auto 0 auto;
	border: 1px solid #dc971f;
	border-radius: 50%;
	line-height: 90px;
	text-align: center;
	font-size: 12px;
	color: #dc971f;
	text-transform: capitalize;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#blog-more:hover,
#blog-more:focus {
	background: #dc971f;
	color:#fff;
}

.blog-minimal {
	padding:60px 0;
}


.blog-list .post{
    margin-bottom: 60px;

}
.blog-list .post-thumb{
	
}
.blog-list .post-thumb a{
    display: block;
	
}
.blog-list .post-content{
    background: #fafafa;  
    padding: 50px 60px;  border: 1px solid #ebebeb;    
    box-shadow: inset 0px 1px 8px -6px rgba(0,0,0,0.2);
	
}
.blog-list .post-content-wrapper{
	
}
.blog-list .post-header{
    margin: 0;
	
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: 'ralewaymedium';
}

.blog-list .post-header a,
.blog-list .post-meta span a{
    color: #474747;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.blog-list .post-header a:hover,
.blog-list .post-header a:focus,
.blog-list .post-meta span a:hover,
.blog-list .post-meta span a:focus {
    color: #dc971c;
	
}

.blog-list .post-meta,
.blog-single-alt .post-meta{
    margin-bottom: 25px;
    color: #808080;
}
.blog-list .post-meta span,
.blog-single-alt .post-meta span{
    margin-right: 20px;
}

.blog-list .post-main-content{
	color: #808080;
}
.blog-list .post-main-content p{
	line-height: 1.5em;
}
.blog-list .post-main-content p:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-list .post-read-more{
	margin-top:15px;
}

.blog-list .post-format-quote{
	position: relative;
	overflow: hidden;
}
.blog-list .post-format-quote .quote-wrapper{
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	overflow: hidden;
	z-index: 0;
}
.blog-list .post-format-quote img{
	width:100%;
	height: auto;
}
.blog-list .post-format-quote .quote{
    z-index: 2;
    padding: 80px 10%;
    position: relative;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
    background: rgba(102, 102, 102, 0.24);
}
.blog-list .post-format-quote .quote p{
	margin-bottom: 15px;
	line-height: 1.5em;
}
.blog-list .post-format-quote .quote .author{
    font-weight: 600;
    font-family: 'ralewaysemibold';
    font-size: 16px;
}

.rev-blur { 
	filter: blur(3px); 
	-webkit-filter: blur(3px); 
	-moz-filter: blur(3px);
	-o-filter: blur(3px); 
	-ms-filter: blur(3px);
	filter: url(../img/blur.svg#blur);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

.regular-sidebar{
	padding: 0 40px;
}


.grid-blog-list:after{
	content: '';
	display: table;
	clear:both;
}
.blog-grid .blog-list{
    background: #fafafa;
    position: relative;
}
#columns-separator{
	z-index: 12;
	position: absolute;
	top: 0;
	bottom: 77px;
	left: 49.99%;
	width: 1px;
	background: #eee;
}
.blog-grid .post{
	float: left;
	width: 50%;
	margin: 0;
	padding: 0px;
}
.blog-grid .post.sticky{
	background-color: #f6f6f6;
}
.sticky-span{
	color:#dc971f;
}
.blog-grid .post-wrapper{
    padding: 90px;
    border-bottom: 1px solid #eee;
}
.blog-grid .post-header{
    font-size: 20px;
    font-weight: 600;
    font-family: 'ralewaysemibold';
}
.blog-grid .post-content-wrapper{
    padding-top: 45px;

}
.blog-grid #post-nav{
	margin:0;
	padding:20px;
	background: #FFF;
}

/*----Single Post---*/

#post-header{
	position: relative;
}

#post-header .header-cover{
	position: relative;
	height: 600px;
}

#post-header .header-cover:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}

#post-header .header-cover img{
	width: 100%;
}

#post-header .header-content{
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
}
#post-header .header-content .post-title{
	font-size: 50px;
	text-transform: capitalize;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	font-weight: 800;
	font-family: 'textillerregularwebfont'  ;
}

.something{
	padding-bottom: 100px;
}

#post-body{
	padding: 100px 0 50px 0;
	border-bottom: 1px solid #ededed;
}


#post-body #post-side .post-meta {
	font-size: 16px;
	font-weight: 400;
	color: #a0a0a0;
	
}
#post-body #post-side .post-meta .post-author-image{
	width: 120px;
	height: 120px;
	margin: 0 auto 40px auto;
}
#post-body #post-side .post-meta .post-author-image img{
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
#post-body #post-side .post-meta ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	margin-left: 30px;
}
#post-body #post-side .post-meta ul li{
	display: inline-block;
	margin-bottom: 0;
}

#post-body #post-side .post-meta .post-meta-inner>div{
	margin-bottom: 15px;
}
#post-body #post-side .post-meta .list-icon{
	width: 30px;
	float: left;
	color: #c6c6c6;
	position: relative;
	top: 3px;
}

.box-social ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.box-social ul li{
	display: inline-block;

}
.box-social ul li a{
	display: block;
	background: #eeeeee;
	color: #686868;
	width: 30px;
	height: 30px;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;

}
.box-social ul li a:hover{
	border-radius:50%;
}

#post-share {
	margin-top: 30px;
}

#post-share .u-heading{
	color:#686868;
	font-size: 15px;
	font-weight: 500;
	font-family: 'ralewaymedium';
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ededed;

}
#post-body #post-side .post-categories li:last-child span,
#post-body #post-side .post-tags li:last-child span {
	display: none;
}

#post-body #post-side a{
	color:#a0a0a0;
}
#post-body #post-side a:hover,
#post-body #post-side a:focus {
	color:#dc971f;
}
#post-content{
	/*border-bottom:1px solid #ededed;*/
	padding-bottom: 20px;
	margin-top:60px;
}

#post-nav {
	margin-top: 20px;
	text-align: center;
}
#post-nav .prev-post,
#post-nav .next-post,
#post-nav .close-post{

	text-transform: uppercase;
	font-size: 12px;
	color: #818181;
	padding: 10px 40px;
}
#post-nav .close-post i{
	font-size: 18px;
}

#post-nav.full-page{
	margin-top:0;
	padding: 0 20px 25px 20px;
}


.author-image{
	max-width: 120px;
	margin:0 auto;
}

.post.format-audio .post-content{
	top: -5px;
	position: relative;
}
/*---Comments---*/
.nocomments{
	margin:20px 0 50px 0;
	font-size:16px;
}
#post-comments {
	margin-top: 60px;
}
#comment-list{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 40px;
}
#comment-list >li{
	margin-bottom: 30px;
}
#comment-list >li:after{
	display: table;
	content: '';
	clear: both;
}
#comment-list .author-image{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	float: left;
	overflow: hidden;
}
#comment-list .author-image img{
	width: 100%;
}
#comment-list .comment-body{
	margin-left: 100px;
}
#comment-list .comment-meta{
	margin-bottom: 5px;
}
#comment-list .comment-meta ul{
	margin:0;
	padding: 0;
	list-style: none;

}
#comment-list .comment-meta ul li{
	display: inline-block;
	position: relative;
}
#comment-list .comment-meta ul li,
#comment-list .comment-meta ul li a{
	font-size: 13px;
	color: #c6c6c6;
}
#comment-list .comment-meta ul li a:hover,
#comment-list .comment-meta ul li a:focus {
	color:#dc971f;
}
#comment-list .comment-meta ul .author-name{
	font-size: 16px;
	font-weight: 600;
	font-family: 'ralewaysemibold';
}
#comment-list .comment-meta ul li span{
	margin-left: 10px;
	margin-right: 6px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'ralewaysemibold';
	position: relative;
	top: 2px;
}
#comment-list .comment-content{
	font-size: 13px;
}

#comment{
	width: 100%;
}
.row-inputs{
	margin-left: -10px;
	margin-right: -10px;
}
.row-inputs >*{
	padding-left: 10px;
	padding-right: 10px;
}

#comment-form .row-inputs{
	margin-bottom: 20px;
}



/* Announce box 
**************************************************/
.announce-box{
	padding: 60px;
	background: #f7f7f7;
	font-size: 36px;
	color:#2b2b2b;
	margin: 0;
	line-height: 0.8;
	word-wrap: break-word;

}
.announce-box p{
	margin: 0;
	line-height: 0.8;
	word-wrap: normal;
}

/* Team members 
**************************************************/
.team-members .team-item{
	position: relative;
	text-align: center;

}
.team-members .team-head{
	position: relative;
}
.team-members .team-head > img{
	width: 100%;
}
.team-members .team-head:after{
	content: '';
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: #dedede;
	opacity: 0.2;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.team-item .team-content{
	background: #fafafa;
	padding: 30px;
	border: 1px solid #ebebeb;
	border-top: none;
	box-shadow: inset 0px 1px 8px -4px rgba(0,0,0,0.2);
}

.team-item .team-content .title{
	font-size: 25px;
	color: #474747;
	font-weight: 500;
	font-family: 'ralewaymedium';
	margin-top: 0;
	margin-bottom: 10px;

}

.team-item .team-content .subtitle{
	text-transform: uppercase;
	color: #adadad;
	font-size: 16px;
	position: relative;
	margin: 0;
	padding-top: 15px;
}
.team-item .team-content .subtitle:after{
	content: '';
	position: absolute;
	top:0;
	left: 50%;
	width: 60px;
	height: 2px;
	background: #dc971f;  
	margin-left: -30px;

}

.team-socials{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;

	-webkit-transition: all .75s ease;
	   -moz-transition: all .75s ease;
	    -ms-transition: all .75s ease;
	     -o-transition: all .75s ease;
	        transition: all .75s ease;

}

.team-socials li{
	display: inline-block;
	margin-right: 10px;

}

.team-socials li:last-child{
	margin-right: 0;
}
.team-socials li a{
	display: block;
	color: #dc971f;
	text-align: center;
}
.team-socials li a i{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border:1px solid #dc971f;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 1px 1px 3px -1px rgba(0,0,0,0.2), inset 1px 1px 3px -1px rgba(0,0,0,0.2);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);

	-webkit-transition: all .25s ease, color 0.75s ease;
	   -moz-transition: all .25s ease, color 0.75s ease;
	    -ms-transition: all .25s ease, color 0.75s ease;
	     -o-transition: all .25s ease, color 0.75s ease;
	        transition: all .25s ease, color 0.75s ease;
}

.team-socials li a:hover i,.team-socials li a:focus i{
	background: #dc971f;
	box-shadow: 1px 1px 3px -1px rgba(0,0,0,0), inset 1px 1px 3px -1px rgba(0,0,0,0);
	text-shadow: 1px 1px 2px rgba(0,0,0,0);
	color: #fff;
}

.team-item:hover .team-head:after,.team-item:focus .team-head:after{
	opacity: 0.5;
}
.team-item:hover .team-socials,.team-item:focus .team-socials{
	bottom: 25px;
	opacity: 1;
}

.row > :first-child,.section > :first-child, div[class^='col-'] > :first-child{
	margin-top: 0 !important;
}
.row > :last-child,.section > :last-child, div[class^='col-'] > :last-child{
	margin-bottom: 0 !important;
}

.wpb_wrapper > :first-child{
	margin-top: 0 !important;
}
.wpb_wrapper > :last-child{
	margin-bottom: 0 !important;
}

/* Services 
**************************************************/
.vertical-services ul{
    margin-left: 50px;
    padding: 0;
}
.vertical-services li{
    list-style: none;
    display: block;
    padding-bottom: 60px;
    border-left: 1px solid #dc971f;
    margin-bottom: 0;
}
.vertical-services li:last-child{
    border:none;
    padding-bottom: 0px;
}
.vertical-services .service-details {
    padding-left: 55px;
}
.vertical-services .service-details .title{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'ralewaymedium';
    margin-top:0;
    margin-bottom: 15px;
}
.vertical-services .service-details p{
    line-height: 1.5;
}
.vertical-services .service-details >p:last-child{
    margin-bottom: 0;
}
.vertical-services li i{
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin: 0 25px 10px -50px;
    border-radius: 50%;
    font-size: 25px;
    color: #dc971f;
    border: 1px solid #dc971f;
    background: #fafafa;

}

/* Skill bar 
**************************************************/
.skill-item{
 		margin-bottom: 20px
 }
.skill-item .rail {
	position: relative;
	width: 100%;
	height: 22px;
	background-color: #f9f9f9;
	border:1px solid #ebebeb;
}
.skill-item .title{
	display: block;
	color: #989898;
	font-size: 12px;
	margin-bottom: 3px;
}
.skill-item .bar{
	width:50%;
	height: 100%;
	background-color: #dc971f;
	color:#fff;
	position: relative;
}
.skill-item .bar span{
	height: 100%;
	line-height: 21px;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 12px;
}

/* Accordion
**************************************************/
.accordion .item{
	margin-bottom: 2px;
}
.accordion .item.active {
	margin-bottom: 5px;
}
.accordion .head {
	background: #fafafa;
	border: 1px solid #ebebeb;
	
	position: relative;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;

}
.accordion .item:hover .head,
.accordion .item:focus .head {
	background: #f3f3f3;	
}
.accordion .item.active .head:after,
.accordion .item .head:after
{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	top: 13px;
	left: 15px;
}
.accordion .item.active .head:after{
	content: "\f056";
}
.accordion .item .head:after{
	content: "\f055";
}

.accordion .item .head a{
	color:#474747;
	padding: 10px 20px 10px 40px;
	display: block;
	font-size: 13px;
}
.accordion .item.active .head a,	
.accordion .item .head a:hover,
.accordion .item .head a:focus{
	color:#dc971f;
}
.accordion .item .body{
	background: #fdfdfd;
	padding: 0px;
	border: 1px solid #ebebeb;
	border-top: none;
	box-shadow: inset 0px 1px 6px -4px rgba(0,0,0,0.2);
}
.accordion .item.active .body{
	
}
.accordion .item .body .contents{
	padding:30px;
}

/* Tabs
**************************************************/
.tabs .tabs-head{
	padding: 0;
	margin:0;
	list-style: none;
	position: relative;
	z-index: 3;
}

.tabs .tabs-head li {
	display: inline-block;
	position: relative;
	margin-left: -5px;
	
	background: #fafafa;
	border: 1px solid #ebebeb;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
	margin-bottom: 0;
}
.tabs .tabs-head li:first-child{
	margin-left: 0px;
}
.tabs .tabs-head li:hover,
.tabs .tabs-head li:focus {
	background: #f3f3f3;
}
.tabs .tabs-head li a {
	font-size: 13px;
	color:#474747;
	display: block;
	padding:7px 20px;
}
.tabs .tabs-head li.active a,
.tabs .tabs-head li:hover a,
.tabs .tabs-head li:focus a{
	color: #dc971f;
}
.tabs .tabs-head li.active{
	background: #fdfdfd;
	border-bottom: 1px solid #fdfdfd;
}
.tabs .tabs-body{
	background: #fdfdfd;
	border:1px solid #ebebeb;
	padding: 30px;
	position: relative;
	top:-1px;
	z-index: 2;
}
.tabs .tabs-body .tab-item{
	visibility: hidden;
	height: 0;
	display: none;
}
.tabs .tabs-body .tab-item.active{
	visibility: visible;
	height: auto;
	display: block;
}

/* Iconboxs 
**************************************************/
.icon-box{

}
.icon-box .contents > :last-child{
	margin-bottom: 0;
}
.icon-box .ib-icon{
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	border-radius: 50%;
	border:1px solid #dc971f;
	color:#dc971f;
	background-color: #fafafa;
	float: left;
}
.icon-box .title{
	font-size: 18px;
	text-transform: uppercase;
	color: #474747;
	margin: 0 0 0 90px;

	padding-top: 25px;
}
.icon-box .contents{
	margin-top: 45px;
}

.ib-boxed{
	background: #fafafa;
	padding: 30px 20px 0px 20px;
	border: 1px solid #ebebeb;
}
.ib-center{
	margin-top: 35px;
}

.ib-center .ib-icon{
	margin: 0 auto;
	float: none;
	display: block;
	margin-top: -65px;
	background-color: #dc971f;
	color: #fff;
}

.ib-center .title{
	margin: 20px 0 0 0;
	text-align: center;
	padding-top: 0;
}

.ib-center .contents{
	margin-top: 15px;
}

/* Call to action 
**************************************************/
.call-to-action{
	background: #fafafa;
	padding: 35px 45px;
	border: 1px solid #ebebeb;
}
.call-to-action .action-title{
	margin: 0;
	margin-top: 4px;
	color: #474747;
	font-weight: 300;
	font-family: 'ralewaylight';
	font-size: 30px;
	text-transform: capitalize;
}

/* Captions 
**************************************************/
.img-container{
	position:relative;
}
.img-container > img{
	width:100%;
}
.img-container > a {
	display: block;
}
.caption{
	z-index: 10;
}
/*---Caption types---*/
.cap-full{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cap-lg{
	text-align: center;
	padding: 0 15%;
}

.cap-boxed{
	padding: 30px 20px;
	position: absolute;
	max-width: 60%;
}

.cap-light{
	background: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.1);
	color: #000;
}
.cap-dark{
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.1);
	color:#fff;
}
.cap-top{
	top:50px;
}
.cap-left{
	left:50px;
}
.cap-bottom{
	bottom:50px;
}
.cap-right{
	right:50px;
}
.cap-ribbon{
	bottom:0;
	left: 0;
	max-width: 100%;
	width: 100%;
	padding: 35px 40px;
	border:none;
	border-top: 1px solid #333;
}

.cap-toranj{
	position: absolute;
	bottom: 90px;
	left: 80px;
	right: 200px;
}

.cap-bordered{
	position: absolute;
	padding-left: 30px;
	border-left: 10px solid #fff;
	max-width: 50%;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.25); 
}

.cap-bordered.cap-reverse{
	border-left: none;
	padding-left: 0;
	padding-right: 30px;
	border-right: 10px solid #fff;
	text-align: right;
}

.cap-compact{
	border-left: 8px solid #dc971f;
	padding-left: 20px;
	max-width: 80%;
}
.cap-compact.cap-reverse{
	border-left: none;
	border-right: 8px solid #dc971f;
	padding-left: 0;
	padding-right: 20px;
	text-align: right;
}

.cap-elegant{
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	padding: 0 10%;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.25); 
	text-align: center;
}

/*---Caption elements generall ---*/
.caption .cap-title{
	margin-top: 0;
	color:#fff;
}
.caption .cap-des{
	font-size: 18px;
}


/*---Caption elements specific ---*/
.cap-boxed .cap-title{
	font-size: 24px;
	margin-bottom: 5px;
}

.cap-boxed.cap-light .cap-title,
.cap-boxed.cap-light .cap-des{
	color:#000;
}

.cap-boxed.cap-dark .cap-title,
.cap-boxed.cap-dark .cap-des{
	color:#fff;
}

.cap-ribbon.cap-top{
	top:0;
	bottom: auto;
	border-top: none;
	border-bottom: 1px solid #333;

}

.cap-ribbon.cap-dark{
	border-color:rgba(128, 128, 128, 0.40);
}
.cap-ribbon.cap-light{
	border-color:rgba(174, 174, 174, 0.50);
}

.cap-lg .cap-title{
	font-size: 60px;
	color:#fff;
	margin-bottom: 55px;
	letter-spacing: 5px;
	font-weight: 900;
	font-family: 'ralewayheavy';
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.cap-lg .cap-des{
	line-height: 25px;
	margin-bottom: 45px;
	position: relative;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.cap-lg .cap-des:after{
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	width: 130px;
	height: 7px;
	margin-left: -65px;
	background-color: #dc971f;
}
.vf-item .cap-lg .cap-title{
	margin-bottom: 25px;
}
.vf-item .cap-lg .cap-des{
	margin-bottom: 20px;
}
.vf-item .cap-des:after{
	height: 5px;
	top: -14px;
}
.cap-lg-pushdown .cap-title{
	letter-spacing: normal;
	margin-top: 15%;
}

.cap-toranj .cap-title {
	font-size: 60px;
	color:#fff;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 30px;
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
	font-weight: 800;
	font-family: 'Carmela'  ;
}
.cap-toranj .cap-title span{
	font-size: 30px;
	font-weight: 400;
}
.cap-toranj .cap-title:after{
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 80px;
	height: 10px;
	background: #dc971f; 
}
.cap-toranj .cap-des{
	font-size: 22px;
	line-height: 1.2;
	color:#fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.cap-toranj .cap-des p{
	line-height: 1.2;
}


.cap-bordered .cap-title{
	font-size: 40px;
	margin-bottom: 30px;
	color:#fff;
	font-weight: 400;
	line-height: 0.8;
}


.cap-bordered .cap-des{
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.cap-bordered .cap-des p{
	line-height: 1.2;
}

.cap-bordered.cap-top{
	top:70px;
}
.cap-bordered.cap-left{
	left:70px;
}
.cap-bordered.cap-bottom{
	bottom:70px;
}
.cap-bordered.cap-right{
	right:70px;
}

.cap-elegant .cap-title{
	font-size: 30px;
	margin-bottom: 0px;
}
.cap-elegant .cap-des{
	margin-bottom: 25px;
	font-weight: 500;
	font-family: 'ralewaymedium';
	font-size: 25px;
}

.cap-compact .cap-title{
	font-size: 30px;
	line-height: 0.8;
	margin-bottom: 0;
	font-weight: 800;
	font-family: 'Carmela'  ;
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.cap-compact.cap-top{
	top:50px;
}
.cap-compact.cap-bottom{
	bottom:25px;
}

/*---Blog captions---*/
.caption p{
	margin: 0;
}
.caption-1{
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px 50px;
	background:rgba(255,255,255,0.25);
	color: #fff;
	font-size: 18px;
	text-align: center;
}


/*---Slider captions---*/
.ms-layer.cap-right{
	right:160px;
}
.ms-layer.cap-left{
	left:160px;
}
.ms-layer.cap-top{
	top:100px;
}
.ms-layer.cap-bottom{
	bottom:100px;
}

/* Kenburn Slider
**************************************************/


/* Videos
**************************************************/
.responsive-video{
	width:100% !important;
	padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0 !important;
    overflow: hidden;
}

.video-html5 {
	max-width: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* lightbox
**************************************************/
.lightbox-gallery-item,.tj-lightbox{
	display: block;
}
.mfp-container{
    cursor:pointer;
}

/* VideoBg plugin  
 **************************************************/
.owl-videobg {
    position: relative;
    display: block;
    z-index: -1;
    height: 100%;
}
.owl-videobg video{
  height: 300px;
  width: 100%;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 

.owl-video-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}
.videobg-fallback{
	cursor:default;
}

/* Team Carousel
**************************************************/
.master-slider{
	-moz-transform:translate3d(0,0,1px);
}
.ms-staff-carousel{
	overflow: hidden;
	margin: 25px auto;
	position: relative;
}
.ms-staff-carousel ul.social-icons{
	margin-top:20px;
}
.ms-slide-info{
	position: static;
	width:100%;
	padding:30px;
	min-height: 180px;
}
.ms-staff-carousel .ms-view{
	overflow:visible;
	background-color: transparent;
}

.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
    background: url(../masterslider/img/arrows.png) white no-repeat -7px -57px;
    width: 35px;
    height: 40px;
    left: -35px;
    margin-top: -17px;
    box-shadow: 0px 1px 0px 0px rgb(190, 190, 190);
    position: absolute;
    top:50%;
    cursor: pointer;
}

.ms-staff-carousel .ms-nav-next {
	background-position: -6px -7px;
	right:-35px;
	left:auto;
}

.ms-staff-carousel .ms-staff-info{
	text-align: center;
	background-color: #fafafa;
	border: 1px solid #ebebeb;
	border-top: none;
	box-shadow: inset 0px 1px 8px -4px rgba(0,0,0,0.2);
}
.ms-staff-carousel .ms-staff-info h3{
	font-size: 25px;
	color: #474747;
	font-weight: 500;
	font-family: 'ralewaymedium';
	margin:0px;
	margin-bottom: 10px;
}

.ms-staff-carousel .ms-staff-info h4{
	text-transform: uppercase;
	color: #adadad;
	font-size: 16px;
	position: relative;
	margin: 0;
	padding-top: 15px;
}
.ms-staff-carousel .ms-staff-info h4:after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
	height: 2px;
	background: #dc971f;
	margin-left: -30px;
}	

/* Fullscreen galleries 
 **************************************************/
 .tj-ms-gallery .ms-thumb-list{
	width: 100%;
	height: 115px;
	color: #dc971f;
	background-color: rgba(39, 40, 34, 0.9);
	opacity: 1;
	visibility: visible;
	overflow: hidden;
	display: block;
	padding:5px;
}



/* Home Slider
**************************************************/

.tj-page-slider .tj-controlls{
	bottom: 30px;
	right: 30px;
}
.tj-page-slider  .ms-nav-prev,
.tj-page-slider  .ms-nav-next{
	width:50px;
	margin-left:10px;
}

/* Grid gallery 
**************************************************/
.gallery-minimal{
	padding: 100px 10%;
}
.gallery-minimal.with-side{
	padding: 0;
}
.gallery-minimal .gallery-item{
	margin-bottom: 80px;
}
.gallery-minimal .gallery-item img{
	width: 100%;
}
.gallery-widget{
	margin-left: -5px;
}
.gallery-widget .gallery-item{
	display: block;
	width: 75px;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;

}

.regular-sidebar .gallery-widget .gallery-item{
	width: 45%;
	width: -webkit-calc(50% - 5px);
	width: 	  -moz-calc(50% - 5px);
	width: 		   calc(50% - 5px);
	max-width: 110px;

}

/* Responsiveness  
**************************************************/
@media only screen and (max-width: 992px){

  .page-id-2045 .vc_custom_1429012902315{padding:0 !important;}

	body{
		font-size: 13px;
	}

	p {
		margin-bottom: 15px;
		line-height: 1.5em;
	}

	
	.page-side{
		position: relative;
		height: auto;
		padding: 10px 0px;
		width: 100%;
		top: 0 !important;
		left: 0 !important;
		margin: 0;
	}
	.page-main{
		margin-left: 0;
	}
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.horizontal-folio-wrapper{
		left: 0;
		padding: 0;
	}
	.page-side .side-content{
		padding: 0 25px;
	}
	.page-side .title{
		width: auto;
		font-size: 25px;
		font-weight: 500;
		font-family: 'textillerregularwebfont';
		margin-top: 13px;
		margin-left: 50px;
		margin-bottom: 13px;
	}
	.page-side .title .first-part,
	.page-side .title .second-part {
		display: none;
	}
	.page-side .title,.page-side .grid-filters{
	 	display: inline-block;
	 	vertical-align: top;

	}
	.rightside-folio .page-main{
		margin-right:0;
	}
	.project-title{
		font-size: 30px;
	}
	.project-caption{
		padding: 15px;
		font-size: 14px;
	}
	.rightside-folio .portfolio-md-detail{
		margin-top: 0 !important;
	}
	.rightside-folio .portfolio-md-detail ul.list-items{
		margin-bottom:20px;
		margin-top:10px;
	}

	.grid-filters-wrapper{
		position: absolute;
		top: 10px;
		right: 0;
		height: 40px;
		z-index: 10;
	}
	.grid-filters li a{
		display: block;
	}
	.touch-device .grid-filters li a{
		padding: 10px !important;
	}
	.grid-filters-wrapper .grid-filters .select-filter{
		display: block;
	}
	.grid-filters-wrapper .grid-filters{
		position: absolute;
		margin-left: 0;
		background: #2C2D28;
		visibility: hidden;
		opacity: 0;
		padding: 10px;
		top: 0px;
		margin-top: 0;
		z-index: 0;
		width: 100%;

		-webkit-transition: all 0.5s ease;
		   -moz-transition: all 0.5s ease;
		    -ms-transition: all 0.5s ease;
		     -o-transition: all 0.5s ease;
		        transition: all 0.5s ease;
	}
	.grid-filters-wrapper.active .grid-filters
	{
		visibility: visible;
		opacity: 1;
		top: 40px;
	}

	.grid-filters-wrapper .grid-filters:after{
		display: none;
	}

	.grid-filters-wrapper .select-filter{
		color: #fff;
		height: 40px;
		background: #2C2D28;
		display: block;
		line-height: 40px;
		padding-right: 50px;
		position: relative;
		z-index: 1;

	}
	.grid-filters-wrapper .select-filter i{
		color: #dc971f;
		margin-right: 5px;
		font-size: 18px;
		text-align: center;
		padding: 0 10px;
	}

	.touch-device .grid-filters-wrapper.active .select-filter i{
		-webkit-transform: rotate(180deg);
		   -moz-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		     -o-transform: rotate(180deg);
		        transform: rotate(180deg);
	}

	.portfolio-nav{
		bottom: auto;
		left: auto;
		right: 20px;
		top: 20px;
		width: auto;
		margin-top: 0;
		position: fixed;
		z-index: 100;
	}
	.portfolio-nav li{
		margin-right:10px;
	}
	.portfolio-nav li a span{
		display:none !important;
	}
	.portfolio-nav li a i{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 10px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		margin-bottom: 15px;
	}
	.ib-center {
		margin-top: 65px;
	}

	.regular-sidebar .gallery-widget .gallery-item{
		max-width: 105px;
	}
	
    /*#inner-bar{*/
		/*display: none;*/
    /*}*/
    #inner-bar > .logo-alt{
    	display: none;
    }
	#main-content{
		margin-left: 0;
	}
	.vf-item{
		height: 200px;
		margin-bottom: 5px;
	}
	.tj-hover-3 .tj-overlay .title{
		font-size: 17px;
	}
	.tj-hover-3 .tj-overlay .overlay-texts {
		padding: 0 25px;
	}
	.regular-page{
		padding-top: 50px;
		padding-bottom: 10px;
	}
	.breadcrumb{
		padding-left:45px;
		position: absolute;
		top:29px;
	}
	.section-title{
		margin-top: 5px;
		font-size: 30px;
		margin-bottom: 25px;
	}
	.double-title:after{
		height: 7px;
	}
	.double-title span{
		font-size: 20px;
	}
	.back-to-top, #back-to-top{
		margin:25px auto;
	}
	.mb-small {
		margin-bottom: 10px;
	}
	.mb-meduim {
		margin-bottom: 20px;
	}
	.mb-large {
		margin-bottom: 40px;
	}
	.mb-xlarge {
		margin-bottom: 60px;
	}

	h1,h2,h3,h4,h5,h6{
		font-weight: 400;
		font-family: textillerboldwebfont;
		color:#474747;
	}


	h1,.h1{
		font-size: 28px;
		margin-top: 35px;
		margin-bottom: 20px;
	}
	h2,.h2{
		font-size: 25px;
		margin-top: 35px;
		margin-bottom: 15px;
	}
	h3,.h3{
		font-size: 22px;
		margin-top: 35px;
		margin-bottom: 10px;
	}
	h4, .h4{
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	h5, .h5{
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	h6, .h6{
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 5px;
	}

	.announce-box{
		padding: 40px;
		font-size: 26px;
	}
	.announce-box p{
		line-height: 1;
	}
	.caption .cap-des{
		font-size: 15px;
	}
	.cap-lg{
		padding: 0 30px;
	}
	.cap-lg .cap-title{
		font-size: 35px;
		margin-bottom: 45px;
	}
	.cap-lg .cap-des {
		margin-bottom: 20px;
	}
	.cap-lg .cap-des p{
		line-height: 1em;
	}
	.cap-toranj{
		left: 5%;
		right: 5%;
		bottom: 8%;
	}
	.cap-toranj .cap-title{
		font-size: 35px;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	.cap-toranj .cap-title:after{
		height: 7px;
	}
	.cap-bordered.cap-bottom{
		bottom: 10%;
	}
	.cap-bordered.cap-left{
		left:10%;
	}
	.cap-bordered.cap-right{
		right:10%;
	}
	.cap-bordered.cap-top{
		top:10%;
	}
	.cap-bordered {
		padding-left: 20px;
		border-left: 6px solid #fff;
		max-width: 70%;
	}
	.cap-bordered .cap-title{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.cap-bordered .cap-des{
		margin-bottom: 20px;
	}

	.cap-top{
		top:10%;
	}
	.cap-left{
		left:10%;
	}
	.cap-bottom{
		bottom:10%;
	}
	.cap-right{
		right:10%;
	}
	.cap-compact .cap-title{
		margin-bottom: 0;
	}

	.blog-grid .post-wrapper{
		padding: 30px;
	}
	.blog-list .post-content{
		padding:35px;
	}
	.blog-list .post-format-quote .quote{
		padding: 50px 10%;
	}
	#columns-separator{
		display: none;
	}
	#followingBallsG{
		margin-left: -40px;
	}
	.mfp-container{
		left:0;
	}
	.blog-list .post-format-quote .quote{
	    font-size: 16px;
	}
	.blog-list .post-header{
		font-size: 22px;
	}
	.page-title .title{
		font-size: 35px;
	}
	.page-title .title span{
		font-size: 16px;
		margin-left: 15px;
	} 
	.blog-minimal #blog-list{
		margin-left: 0;
	}
	.blog-minimal #blog-list .post-thumb{
		width: 75px;
		height: 75px;
	}
	.blog-minimal #blog-list .post-body{
		margin-left: 90px;
	}
	.blog-minimal #blog-list .post-title{
		font-size: 17px;
	}
	.blog-minimal #blog-list .post-item{
		padding: 0;
	}
	.blog-minimal #blog-list .post-thumb:after{
		width: 65px;
		height: 65px;
		line-height: 65px;
		font-size: 15px;
	}
	#post-header .header-content .post-title{
		font-size: 24px;
	}

	#post-body {
		padding: 20px 0 50px 0;
	}
	#post-body #post-side .post-meta .post-author-image {
		width: 75px;
		margin: 0;
		float: left;
	}
	.post-meta-inner{
		margin-left: 105px;
		padding-top: 8px;
		margin-top: 20px;
	}
	#post-body #post-side .post-meta{
		font-size: 12px;
	}
	#post-body #post-side .post-meta .post-meta-inner>div{
		margin-bottom: 5px;
	}

	.owl-caption .title, .owl-caption i{
		font-size: 24px;
		line-height: 1.5em;
	}
	.owl-caption .sub-title{
		font-size: 13px;
	}
	.fixed-filter {
		top: 17px;
		right: 1px;
	}
	.regular-sidebar{
		margin-top:50px;
	}
	.vertical-carousel .right-side{
		width: 100%;
		overflow: hidden;
		z-index: 1;
		left: 0 !important;
	}
	.vertical-carousel .left-side{
		width: 100%;
		z-index: 3;
		background:rgba(0, 0, 0,0.6);
	}

	.vertical-carousel .left-side .title{height: auto;}
	.vertical-carousel .left-side .title h2{line-height: 70px;font-size: 22px;text-align: center;}
	.vertical-carousel .left-side .title span{display: none;}
	.vertical-carousel .left-side .item .team-title span{font-size:45px;top: -10px;}
	.vertical-carousel .left-side .item .info{
		max-width: 70%;
		border-color: #7E7E7B;
	}
	.vertical-carousel .vcarousel-prev{top:20px;line-height: 60px; height: 60px;}
	.vertical-carousel .vcarousel-next{bottom:3%;line-height: 60px; height: 60px;}
	.vertical-carousel .left-side .item{background: none !important;}
	.vertical-carousel .right-side-wrapper .item{overflow: hidden;}
 	.vertical-carousel .right-side-wrapper .item img{width: 100%; height: auto;}

	.show-sidebar #menu-toggle-wrapper{
	 	display: block;
	 }
	 .show-sidebar #main-content,
	 .show-sidebar .page-side{
	 	margin-left: 0px;
	 }
	 .show-sidebar #side-bar{
        display: none;
 
     }

    #post-body #post-side .post-meta .post-author-image img {
		border-radius: 50%;
		width: 85px;
		height: 85px;
	}
	#post-share {
		margin-top: 60px;
	}

}

@media only screen and (max-width: 768px){
	.horizontal-folio .gp-item{
		width:280px !important;
	}
    .desktop{display:none;}
    #main-content{margin-right: 85px;}
  body #cooked-plugin-page .result-section.masonry-layout .result-box {
    width: 100% !important;
  }
}


@media only screen and (max-width: 600px){

	#side-bar{
		left: 0;
	}

	
}


@media only screen and (max-width: 480px){
    .side-content .title{margin:0 auto; display: block; margin-top: 0px !important; margin-bottom: 0px !important;}
	.btn-lg {
		padding: 6px 15px;
		font-size: 12px;
		line-height: 1.33;
	}
	.caption .cap-des{
		font-size: 12px;
	}
	.cap-lg{
		padding: 0 20px;
	}
	.cap-lg .cap-title{
		font-size: 20px;
		margin-bottom: 25px;
	}
	.cap-lg .cap-des {
		margin-bottom: 20px;
		display: none;
	}
	.cap-lg .cap-des p{
		line-height: 1em;
	}
	.cap-lg .cap-des:after{
		width: 100px;
		height: 4px;
		margin-left: -50px;
		top:-15px;
	}
	.cap-lg-pushdown .cap-title{
		margin-top: 0;
	}
	.cap-toranj{
		left: 5%;
		right: 5%;
		bottom: 8%
	}
	.cap-toranj .cap-title{
		font-size: 22px;
		margin-bottom: 16px;
		padding-bottom: 8px;
	}
	.cap-toranj .cap-title span {
		font-size: 15px;
		font-weight: 400;
	}
	.cap-toranj .cap-title:after{
		height: 5px;
	}
	.cap-bordered.cap-bottom{
		bottom: 10%;
	}
	.cap-bordered.cap-left{
		left:10%;
	}
	.cap-bordered.cap-right{
		right:10%;
	}
	.cap-bordered.cap-top{
		top:10%;
	}
	.cap-bordered {
		padding-left: 20px;
		border-left: 6px solid #fff;
		max-width: 70%;
	}
	.cap-bordered .cap-title{
		font-size: 16px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.cap-bordered .cap-des{
		margin-bottom: 10px;
	}
	.cap-bordered.cap-reverse{
		padding-right: 20px;
		border-right: 6px solid #fff;
	}
	.cap-top{
		top:10%;
	}
	.cap-left{
		left:10%;
	}
	.cap-bottom{
		bottom:10%;
	}
	.cap-right{
		right:10%;
	}
	.cap-compact .cap-title{
		margin-bottom: 0;
	}
	.cap-elegant .cap-title {
		font-size: 22px;
		margin-bottom: 0px;
	}
	.cap-elegant{
		bottom: 20px;
	}
	.cap-elegant .cap-des{
		margin-bottom: 15px;
	}
	.cap-boxed .cap-title{
		font-size: 16px;
	}
	.cap-boxed{
		padding: 15px;
		max-width: 70%;
	}
	.cap-ribbon{
		width: 100%;
		max-width: 100%;
	}
	.img-container{
		margin-bottom: 20px;
	}

	.vertical-services li i{
		font-size: 18px;
		width: 70px;
		height: 70px;
		line-height: 70px;
		margin: 0 10px 10px -35px;
	}
	.vertical-services .service-details{
		padding-left: 45px;
	}
	.vertical-services ul {
		margin-left: 35px;
		padding: 0;
	}
	.vertical-services .service-details .title{
		font-size: 18px;
	}
	.gallery-minimal{
		padding: 5px 10%;
	}
	.gallery-minimal .gallery-item {
		margin-bottom: 30px;
	}
	#side-bar{
		width: 100%;
	}
	#homeslider{
		height: 400px;
	}
    .page-main {margin-right: 0px }
    .abso1 {display: none}
        input, textarea, .form-control{margin: 0 auto;display: block;width: 65%;}
    input[type="submit"]{margin-top: 5px;margin: 0 auto;display: block;}
    .portfolio-md-detail{background: none;}
    .portfolio-nav{bottom: 10px;left: inherit;right: auto;top: inherit;width: auto;margin-top: 0;position: fixed;z-index: 100;}
    .side-content div{z-index:2;}
.vertical-carousel .vcarousel-next, .vertical-carousel .vcarousel-prev{left: 5px!important;}
#menu-toggle-wrapper{top:0px !important; left: 45% !important; width:50px; height:50px; background:#60a845}

.left-side{width:100% !important;}
#main-content{width:100%;}
body{background:#60a845;}
.mobilemainimg{display:block !important;}
.deskmainimg{display:none !important;}
}







/*Bootstrap media queries 
**************************************************/

.toranj-vc-row-wrapper{
	padding-right:15px;
	padding-left:15px;
	height: 100%;
}
.toranj-vc-row-wrapper .tj-fullwidth{
	/*margin-right:-15px;*/
	/*margin-left:-15px;*/
}
.regular-page .toranj-vc-row-wrapper{
	height:auto;
}
.page-wrapper.full-width .toranj-vc-row-wrapper,
.container .toranj-vc-row-wrapper,
.project-content .toranj-vc-row-wrapper,
.parallax-contents .toranj-vc-row-wrapper,
.portfolio-single-full .toranj-vc-row-wrapper{
	padding-right:0px;
	padding-left:0px;
}
.toranj-inner:after{
	content:'';
	display:table;
	clear:both;
}
.container,
.vc_row> .tj-contained{
	min-width: 300px;
	margin-left:auto;
	margin-right:auto;
	padding:0 30px;
}
@media (min-width: 480px){
  .page-id-1837 .wpb_wrapper{margin:0 auto;}
  .page-id-1837 input, textarea, .form-control {  width: 95%;  }
  .page-id-1837 .wpcf7-submit {  width: 45%;  display: block;  margin: 0 auto;  }
}

@media (min-width: 540px){
  .page-id-2047 .vc_custom_1425301705330.vc_col-sm-8{width:100% !important;}
  #cooked-plugin-page .search-section .search-row {
    padding-left: 0px !important;
  }
}


@media (min-width: 768px) {
  .container,
  .vc_row > .tj-contained {
    width: 680px;
    padding: 0px;
  }


  .page-id-2104 .fresh-contact-123{width: 80%;  margin: 0 auto;  float: none;  }

  #main-content {
    margin-left: initial;
    margin-left: auto;
    margin-right: 85px;
  }
}
@media (min-width: 769px){
  .mobile{display:none;}
  .desktop{display:block;}


}
@media (min-width: 992px) {
  .container,
  .vc_row> .tj-contained {
    width: 900px;
    padding:0px;
  }
  .show-sidebar .container,
  .show-sidebar .vc_row> .tj-contained{
  	width:700px;
  }
}
@media (min-width: 1200px) {
  .container,.vc_row> .tj-contained {
    width: 1100px;
    padding:0px;
  }
  .show-sidebar .container,
  .show-sidebar .vc_row> .tj-contained{
  	width:900px;
  }
}

@media (min-width: 1400px) {
  .container,.vc_row> .tj-contained {
    width: 1430px;
    padding:0px;
  }
  .show-sidebar .container,
  .show-sidebar .vc_row> .tj-contained{
  	width:900px;
  }
}
@media (min-width: 1600px) {
  .container,.vc_row> .tj-contained {
    width: 1430px;
    padding:0px;
  }
  .show-sidebar .container,
  .show-sidebar .vc_row> .tj-contained{
  	width:1100px;
  }
}

@media (min-width: 1680px) {
  .container,.vc_row> .tj-contained {
    width: 100%;
    padding:0px;
  }
  .double-title span { text-align: center;}
  .show-sidebar .container,
  .show-sidebar .vc_row> .tj-contained{
  	width:1100px;
  }
}





/* Added or edited style since version 2.0
 **************************************************/
.ajax-hide{
	display: none !important;
}

.tj-playbtn{
	position: relative;
	width: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: 100;
	font-family: 'FontAwesome';
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	color: #dc971f;
	background-color: rgba(39, 40, 34, 0.7);
}
.ms-skin-toranj .tj-playbtn:hover {
    background-color: rgba(39, 40, 34, 1);
}
.tj-playbtn:after{
	content:"\f04b";
}
.tj-playbtn.btn-pause:after{
	content: "\f04c";
}
.tj-ms-slider .ms-timerbar{
	z-index: 1;
}
.tj-ms-slider .ms-time-bar{
	z-index: 1;
}


.vertical-carousel .fill-right{
	top: 0;
	left: auto !important;
	right:0 !important;
}

.vertical-carousel .fill-left{
	top: 0;
	left: 0 !important;
	right:auto !important;
} 

.vertical-carousel .vc-bullets{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 100;
}
.vertical-carousel .vc-bullets li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,1);
	background-color: rgba(255,255,255,0);
	cursor: pointer;
	margin-bottom: 12px;

	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;

}

.vertical-carousel .vc-bullets li.active,
.vertical-carousel .vc-bullets li:hover,
.vertical-carousel .vc-bullets li:focus {
	border-color: rgba(255,255,255,0);
	-webkit-transform: scale(0.95);
	   -moz-transform: scale(0.95);
	    -ms-transform: scale(0.95);
	     -o-transform: scale(0.95);
	        transform: scale(0.95);
	background-color: rgba(255,255,255,1);
}
.vc-bullets.bullet-numbers{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
}
.vc-bullets.bullet-numbers li{
	border: none;
	border-radius: 0;
	width: auto;
	height: auto;
	padding: 3px;
}
.vc-bullets.bullet-numbers li.active,
.vc-bullets.bullet-numbers li:hover,
.vc-bullets.bullet-numbers li:focus{
	color: #1C1D27;
}


.no-vertical-line #columns-separator{
	display: none;
}

/* Added or eddited style for wordpress version
 **************************************************/
 
 .post-meta i{
    padding-right:5px;
 }
 .page-side .title span{
    /*color: #dc971f;
    font-size: 16px;
    font-weight: 300;
    font-family: 'ralewaylight';
    line-height: 1.0em;*/
}
.blog-minimal #blog-list{
    margin-left: 0;
}
 
/* rslider */
.owlabgal_container {
  position: relative;
  width: 100%;
  }
 
.owlabgal {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
 
.owlabgal li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  margin:0;
  }
 
.owlabgal img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }
 
.owlabgal .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
 
.owlabgal_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/rslider-arrrow.gif") no-repeat left top;
  margin-top: -45px;
  }
 
.owlabgal_nav:active {
  opacity: 1.0;
  }
 
.owlabgal_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.owlabgal_tabs{
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 2;
	text-align: center;
	margin:0;
	padding: 0;
}
.owlabgal_tabs li{
	display: inline-block;
	list-style: none;
	padding:5px;
	text-indent: -9999px;
}

.owlabgal_tabs li a{
	display: block;
	width: 15px;
	height: 15px;
	background-color: rgba(0, 0, 0, 0.40);
	border: 1px solid #000000;
	border-radius: 50%;
}
.owlabgal_tabs li.owlabgal_here a{
	background-color: rgba(0, 0, 0, 0.8);
}
.post-format-status .inner-wrap{
    padding:30px 0;
}
.post-format-status .status-wrap{
    width:70%;
    margin:0 auto;
}
.post-format-status .status-wrap iframe{
    width:100% !important;
}
#blog-single .post-format-status{
    margin-bottom: 40px;
}
 
.link-post-wrapper a{
    padding: 50px 10%;
    background: #232323 url('../img/default-blog-quote.jpg') no-repeat; 
    text-align: center;
    display: block;
    font-size: 1.2em;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.link-post-wrapper a:hover,
.link-post-wrapper a:focus{
    color:#fff;
}
 
.blog-grid .filtered-list{
    padding:30px 90px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    position: relative;
    z-index: 13;
    color:#474747;
    font-size: 1.5em;
}
 
.blog-list .filtered-list{
    margin-bottom: 30px;
    background: #fafafa;
    border: 1px solid #ebebeb;
    font-size: 1.3em;
    padding: 30px 60px;
}
 
.blog-minimal .filtered-list{
    border-bottom: 1px solid #131313;
    box-shadow: 0px 1px 0 0 #252525;
    padding: 20px 0;
    margin-bottom: 40px;
    font-size: 1.2em;
}
 
#blog-single #post-header.no-image{
    padding-top:80px;
}
.post-meta-inner{
    font-size: 13px;
}
 
.post-meta-inner a{
    font-size:13px;
}
 
#commentform #submit{
    color: #fff;
    background-color: #dc971f;
    border-color: #ce8e1f;
    line-height: 10px;
}
#commentform #submit:focus {
    border-color: #E8E8E8;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}
 
#comment-list .children{
    margin-bottom: 60px;
}
#comment-list .children li{
    margin-bottom: 10px;
}
 
#post-content img,
#post-content .wp-caption{
    max-width: 100% !important;
}
.author-bio{
    min-height: 80px;
    margin-top: 60px;
    border-top: 1px solid #eee;
    padding-top: 50px;
}
.author-bio .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.author-bio .author-bio-content{
    margin-left:100px;
}
.author-bio h4{
    font-size: 16px;
}
 
.related-posts{
    min-height: 80px;
    margin-top: 60px;
    border-top: 1px solid #eee;
    padding-top: 50px;
}
 
.toranj-compare img{
    width:100%;
}
 
/* visual composer row and col dismiss spacing*/
.custom-grid{
	margin:0 !important;
}
.custom-grid img{
	width:100% !important;
}
.remove-vc-spacing .vc_row,
.custom-grid .vc_row,
.custom-grid .wpb_content_element{
    margin-bottom: 0;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
 
.remove-vc-spacing .vc_column_container, 
.custom-grid .vc_column_container{
    padding-left:0;
    padding-right:0;
}
 
/* visual composer row and col dismiss*/
.abs .vc_row,
.abs .wpb_column,
.abs .wpb_wrapper{
    height: 100%;
    margin:0;
    padding:0;
}

.regular-page .page-main {
	background: transparent;
}

/*--- full gallery customize ---*/
.abs .avt_masterslider_el,
.abs .master-slider-parent,
.abs .master-slider {
	height: 100%;
}

/* use this calss for your slides if you want to use toranj captions for as layers*/

.toranj-gallery-caption .ms-layer{
	width:100%;
	height: 100%;
}

.toranj-gallery-caption .cap-elegant{
	padding:0;
}

.alert ul,
ul.alert{
	list-style: none;
	margin:0;
}
/* tables */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	padding:15px;
}

/*-- default wordpress widgets --*/
/**************************************************/
/* Widgets 
**************************************************/
.widget{
	margin-bottom: 65px;
}

.widget .widget-body::after,
.widget .widget-body::before{
	clear: both;
	display: table;
	content: '';
}
.widget p{
	line-height: 1.5em;
}
.widget .widgettitle{
	font-size: 18px;
	color: #474747;
	text-transform: uppercase;
	margin-bottom: 35px;
	margin-top: 0;
	padding-left: 20px;
	position: relative;
}
.widget .widgettitle:after {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 4px;
	background: #dc971f;
}
.widget ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget ul li{
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.widget ul.children {
	margin-left:10px;
}
.widget li.page_item_has_children{
	border-bottom: none;
}
.widget_archive ul li span,
.widget_categories ul li span{
	float: right;
}

.widget_tag_cloud a{
	background: #fafafa;
	padding: 5px 10px;
	color: #ACACAC;
	font-size: 11px;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 5px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus{
	background: transparent;
	color: #474747;
}

.widget-recent-posts .w-post{
    float: left;  clear: both;  
    margin-bottom: 0px;

}

.widget-recent-posts .w-post-image{
    width: 60px;  
    height: 60px;  
    float: left;  
    border-radius: 4px;  
    -webkit-border-radius: 4px;          
    overflow: hidden;

}

.widget-recent-posts .w-post-image img{
    height: 60px;
	
    width: 60px;
}
.widget-recent-posts .w-post-content{
    margin-left: 75px;
	
    margin-top: 5px;
}
.widget-recent-posts .w-post-content a{
    color: #808080;
	
}
.widget-recent-posts .w-post-content a:hover,
.widget-recent-posts .w-post-content a:focus{
	color: #dc971f;
}
.widget-recent-posts .date{
    color: #dc971c;
	
}
.widget-recent-posts p{
	
}

.widget_search label{
	display: block;
}
.post-password-form input:focus,
.widget_search input:focus{
	box-shadow: none;
	outline: none;
}
.post-password-form input[type="submit"],
.widget_search input[type="submit"]{
	display: inline-block;
	height: 45px;
	position: relative;
	left: -5px;
	top:-1px;
	line-height: 0;
	border: 1px solid #ebebeb;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	color: #fff;
	background-color: #dc971f;
	border-color: #ce8e1f;
	padding: 15px 5px;
}

.post-password-form input[type="submit"]{
	top: -2px;
}
#wp-calendar {
width:100%;
font-size:12px;
font-weight:300;
border-collapse:separate;
border-spacing:8px;
margin-left:-2px;
}

#wp-calendar
caption {
display:none;
}

#wp-calendar tbody
td {
margin-bottom:10px;
text-align:center;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
border:1px solid #f4f4f4;
padding:6px;
}

#wp-calendar tbody td:hover {
border-color:#e2e2e2;
}

#wp-calendar tbody
td.pad {
border:0;
}

#wp-calendar tbody
td#today {
color:#47C2DC;
border-color:#47C2DC;
}

#wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next
a {
color:#888;
font-size:12px;
font-weight:400;
position:relative;
text-transform:uppercase;
bottom:-9px;
margin-bottom:1px;
}

#wp-calendar tfoot
td#prev {
text-align:left;
}

#wp-calendar tfoot
td#next {
text-align:right;
}

#wp-calendar thead
th {
font-size:13px;
font-weight:400;
color:#888;
text-align:center;
padding-bottom:10px;
}

#wp-calendar tbody td
a,#wp-calendar tfoot td#prev a:hover,#wp-calendar tfoot td#next a:hover {
color:#47C2DC;
}

/* 404 page
**************************************************/
.page404{
	height: 100%;
}
.p404{
	text-align: center;
	padding: 25px;
	border: 25px solid #2F2F2F;
	border-radius: 50%;
	width: 300px;
	margin: 0 auto;
	height: 300px;
	background: #dc971f;
}
.p404 h1{
	color: #fff;
	font-size: 80px;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.38);
	text-transform: uppercase;
}
.p404 h2{
	color: #FFF;
	font-size: 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);
	text-transform: uppercase;
	margin-top: 0;
}
.p404-home{
	text-align: center;
	text-transform: uppercase;
}
.p404-home h2{

}

/* overwrite for vc
**************************************************/
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, 
.wpb_content_element .wpb_accordion_header a{
	background: #fafafa;
	border: 1px solid #ebebeb;
	color: #474747;
	position: relative;
	z-index: 2;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
	cursor: default;
	color: #dc971f;
	background: #fdfdfd;
	border-bottom: 1px solid #fdfdfd !important;
	
}

 
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{
	background-color: #fdfdfd !important;
	border: 1px solid #ebebeb;
	padding: 30px;
	position: relative;
	top: -1px;
	z-index: 1;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, 
.wpb_content_element .wpb_accordion_header a{
	border-bottom:  1px solid #ebebeb !important;
}
.wpb_tour .wpb_tabs_nav {
	float: left;
	width: 20% !important;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab{
	width: 80% !important;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab{
	border-left: 1px solid #ebebeb !important;
	padding: 20px 0 20px 21.73913043px !important;
}
.wpb_tour .wpb_tabs_nav li a{
	box-shadow: inset -4px 0px 10px -7px rgba(0, 0, 0, 0.27);
	left: 1px;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a{
	box-shadow: none;
	border-right:none;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #ebebeb !important;

}
.wpb_tour_next_prev_nav {
	display: none;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_toggle{
	padding: 0 !important;
	padding-left: 35px !important;
	background-color: #fafafa !important;
	border: 1px solid #ebebeb !important;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:focus{
	outline: none;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
	right:auto;
	left:0.7em;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{
	background: transparent !important;
	border:none !important;
	padding-left: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-size: 0.9em;

}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content{
	background: #fdfdfd;
	border: 1px solid #ebebeb;
	border-top: none;
	box-shadow: inset 0px 1px 6px -4px rgba(0,0,0,0.2);
	position: relative;
	top:-1px;
	margin-bottom: 2px;
}
.wpb_accordion_section:hover .wpb_accordion_header{
	background: #f3f3f3 !important;
}
.wpb_accordion_section:hover .wpb_accordion_header a{
	color: #dc971f !important;
}

.wpb_toggle{
	line-height: 40px !important;
	font-size: 14px !important;
	background-position-x: 10px !important;
	margin-bottom: 2px !important;
	color: #474747 !important;
}

img.lazy{
	background: url(../img/loading.gif) no-repeat;
	background-position: center center;
}




.sticky{}
.gallery-caption{}
.bypostauthor{}

img.alignright{
	float: right;
	padding:10px;
	padding-right:0;
	padding-top: 0;
}
img.alignleft{
	float: left;
	padding:10px;
	padding-left:0;
	padding-top: 0;
}
img.aligncenter{
	text-align: center;
	padding:10px;
	margin:0 auto;
    display: block
}
.wp-caption.aligncenter{
	margin:0 auto;
}
.wp-caption.alignright{
	float: right;
	margin: 0 0 15px 15px;
}
.wp-caption.alignleft{

	float: left;
	margin: 0 15px 15px 0;
}
.wp-caption{
	border: 1px solid #FAFAFA;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	padding:10px;
	margin-bottom: 15px;
}
.wp-caption-text{
	margin: 0;
	text-align: center;
	padding-top: 10px;
}

/* master slider caption handeling
 **************************************************/
.toranj-slide-caption .ms-layer{
	height: 100%;
	width:100%;
}
.toranj-slide-caption .cap-elegant{
	padding: 0;
}
.toranj-gallery .ms-thumb-list{
	background: rgba(34, 34, 34, 0.5);
	padding: 5px;
}
.toranj-slide-caption .ms-slide-layers{
	width: 100% !important;
	max-width: 100% !important;
	left: auto !important;

}
.bgcontactzach {min-height: 141PX;}
.page-id-2027 .wpb_wrapper{ margin-top: 35px; }
/*master slider css design Bar*/
.slidetextzachyanut{ font-size: 32px; color: #60a845; }
.slidetextzachyanuttitle{ font-size: 42px; color: #60a845; font-weight: 800; }
.slidetextcareer{ font-size: 56px; color: #60a845; font-weight: 800; }
.slidetextcareer2{ font-size: 32px; color: #60a845; font-weight: 800; }
.snifimslidertext{ font-size: 16px; color: #ffffff;}
.snifslidetexttitle { font-size: 56px; color: #60a845; font-weight: 800; }
.sliderfacebooktext{ font-size: 32px; color: #60a845; font-weight: 800;}
.sliderfacebooktext1{ font-size: 32px; color: #60a845; font-weight: 800;}

@media screen and (max-width: 480px){
.sliderfacebooktext{ font-size: 11px; color: #60a845; line-height: 4px;  margin-left: -65px; margin-top: 5px; }
.sliderfacebooktext1{ font-size: 10px; color: #60a845; font-weight: 800; line-height: 4px; margin-left: -15px; }
.snifslidetexttitle{ font-size: 6px; color: #60a845; font-weight: 800; line-height: 4px;}
.snifimslidertext{ font-size: 4px; color: #60a845; font-weight: 800; line-height: 4px;}
.slidemenutext {font-family: 'textillerregularwebfont' !important; color: #60a845 !important; font-size: 8px !important; margin-top: 13px;}
.slidetextzachyanuttitle{ font-size: 20px; margin-left: -100px;}
.slidetextcareer2{font-size: 7px; margin-top: 3px; margin-left: -15px;}
.slidetextcareer {font-size: 14px; margin-left: -25px;}
}


.wpcf7-form p{
	margin-bottom: 5px;
}
@media (min-width: 768px) {
  .tj-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 992px) {
  .tj-container {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 1200px) {
  .tj-container {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (min-width: 1921px) {
  .tj-container {
   	padding-left: 20%;
    padding-right: 20%;
  }
}

/* WPML
 **************************************************/
#lang_sel_list{
	text-align: center;
}
#lang_sel_list li{
	display: inline-block;
	text-align: center;
	float:none;
}
#lang_sel_list a, #lang_sel_list a:visited{
	background-color:transparent !important;
	background:transparent !important;
}
#lang_sel_list{
	z-index: 1;
}


/* Dropcap
**************************************************/
span.owlab-drop-cap {
	display: inline;
	margin: 0;
	padding: .25em .08em 0 0;
	_padding: 0.25em 0.08em 0.4em 0.00em;
	line-height: .4em;
	font-size: 3.2em;
	font-family: inherit;
	text-transform: capitalize;
	float: left;
}
span.cap-default{
	color:inherit;
}
span.cap-circle,
span.cap-square{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 1.6em;
	line-height: 28px;
	text-align: center;
	margin-right: 10px;
	padding-left: 2px;
	background: #F1F1F1;
}
span.cap-square{
	border-radius: 0;
}


/* Password protect
**************************************************/
.dark-template .tj-password{
	width:100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}
.dark-template .tj-password i{
	font-size: 55px;
	border: 25px solid #2F2F2F;
	border-radius: 50%;
	width: 200px;
	margin: 0 auto;
	height: 200px;
	line-height: 150px;
	color: #fff;
	background-color: #dc971f;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.38);
	margin-bottom: 24px;
}
.dark-template .tj-password form input[type="submit"]{
	
}
.dark-template .tj-password form input[type="password"]{
	width: 100%;
	font-size: 30px;
}

/* owlabbulkg 
**************************************************/
.owlabbulkg-slider-wrapper{
	position: relative;
}

/* social sharing
**************************************************/
#social-sharing-trigger{
	position: fixed;
	width: 40px;
	height: 40px;
	z-index: 2000;
	bottom: 30px;
	right: 20px;
	color: rgba(255, 255, 255, 0.8);
	border: 4px solid rgba(255, 255, 255, 0);
	background-color: rgba(220, 151, 31, 0.8);
	border-radius: 50px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#social-sharing-trigger:hover,
#social-sharing-trigger:focus {
	color: #fff;
	border: 4px solid #fff;
	background-color: rgba(220, 151, 31, 1);
}
#social-sharing{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.80);
	z-index: 2000;
	display: none;
}
#social-sharing .share-close{
	position: fixed;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	font-size: 30px;
}
.abs #social-sharing .share-close,
.abs #social-sharing-trigger,
.abs #social-sharing{
	position: absolute;
}
#social-sharing .vcenter-wrapper{
	margin:0 20px;
	text-align: center;
}
#social-sharing ul{
	margin:0;
	padding: 0;
	list-style: none;
}
#social-sharing ul li {
	display: inline-block;
	opacity: 0;
}
#social-sharing a.sharing-link{
	padding: 10px;
	font-size:16px;
	color: #636363;
	text-transform: uppercase;
}
#social-sharing a.sharing-link:hover,
#social-sharing a.sharing-link:focus {
	color:#fff;
}
#social-sharing .sharing-icon{
	
	font-size: 38px;
	color: #fff;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background: #dc971f;
	line-height: 160px;
	border-radius: 50%;
	border: 20px solid #2C2C2C;
	margin-bottom: 45px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
	position: relative;
	opacity:0;

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	#social-sharing .sharing-icon{
		font-size: 20px;
		width: 100px;
		height: 100px;
		line-height: 80px;
		border: 10px solid #2C2C2C;
		margin-bottom: 30px;
	}
	#social-sharing ul li {
		display: block;
	}
}

.page-template-template-dark-full-php .toranj-vc-row-wrapper:first-child,
.page-template-template-dark-abs-php .toranj-vc-row-wrapper:first-child{
	padding-left: 0px;
	padding-right: 0px;
}

/* dark template 
**************************************************/
.dark-template .announce-box{
	background: #1F1F1F;
	color: #8A8A8A;
}
.dark-template .team-item .team-content{
	background: #1F1F1F;
	border: 1px solid #282828;
	
}
.dark-template .team-item .team-content .title{
	color: #8A8A8A;
}
.dark-template .call-to-action{
	background: #1F1F1F;
	border: 1px solid #282828;
}
.dark-template .call-to-action .action-title{
	color: #8A8A8A;
}

.dark-template  .vc_progress_bar .vc_single_bar{
	background-color: #2A2A2A ;
}

/* vc specific styles
**************************************************/
.vc-video_background .cap-bottom{
	bottom: 50px;
} 
.vc-video_background .cap-left{
	-webkit-transition: all .25s cubic-bezier(0,.67,.44,.35);
	   -moz-transition: all .25s cubic-bezier(0,.67,.44,.35);
	    -ms-transition: all .25s cubic-bezier(0,.67,.44,.35);
	     -o-transition: all .25s cubic-bezier(0,.67,.44,.35);
	        transition: all .25s cubic-bezier(0,.67,.44,.35);
}
.vc-video_background .cap-compact .cap-title{
	font-size: 24px;
}
.vc-video_background a:hover .cap-left{
	left:85px;
}

.fixedbg{
	background-attachment: fixed !important;
}

.cover-bg,
.cover-bg .master-slider {
	background-size: cover !important;
}
ul.vc-item-container.list-unstyled li i {
	display: none;
}

}

/*
Theme Name: Toranj
Theme URI: http://owwwlab.com/wp-toranj
Author: owwwlab
Author URI: http://owwwlab.com
Description: Toranj is a responsive creative multipurpose theme
Version: 1.3.0
License: GNU General Public License
License URI: license.txt
Tags: theme-options, full-width-template, fluid-layout, sticky-post, black, white, threaded-comments, photoblogging, featured-images
Text Domain: toranj
*/


@font-face {
    font-family: 'textillerregularwebfont';
    src: url('/fonts/textillerregularwebfont.eot');
    src: url('/fonts/textillerregularwebfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/textillerregularwebfont.woff') format('woff'),
		 url('/fonts/textillerregularwebfont.ttf') format('truetype'),
         url('/fonts/textillerregularwebfont.svg#ReformaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body { font-family: textillerregularwebfont !important;}
.cff-text { font-family: textillerregularwebfont !important;}


/*---sample style to change the color of menu icon --*/

/*
#menu-toggle,
#menu-toggle:after,
#menu-toggle:before{
    background-color:#fff;
}
*/

#menu-toggle:after, #menu-toggle:before{background-color: #232323 !important; }
#navigation > li > a { text-align: right; }
#navigation li.menu-item-has-children > a:after {right: initial; left: 30px; transform:rotate(180deg); margin-top: 10px;}
#navigation li.current-menu-item a:before, #navigation li.current-menu-parent >a:before, #navigation .nav-prev>a:before { left: initial; right: 0px;}
#per {margin-top: 100px;}
#percent { margin-top: 239px !important; }
#vespadiv {margin-top: 42px !important;}
#toprow { margin-top: 50px; }
#fdel {margin-top: 35px;}
#food3{width: 100%; margin-top: -53px !important; margin-left: 50px;}
#fooddel { width: 70%; }
#modern {margin-left: 0px;}
#food1 {float: right; width: 85%;}
#pdeal {   
visibility: hidden;
float: left;
}
#food2 { width: 70%; }
.vcarousel-counter { visibility: hidden;}
#inner-bar {left: initial; left: auto;right: 0px; width:85px;}
#menu-toggle-wrapper {left: initial; left: auto;right: 0px; top: 135px  }
.dark-template h2 {color: #000000; text-align: right}
.section-title:after { right:0px; left: initial;left: auto;}
#menu-toggle {background-color: #ffffff}
p { text-align: right; }
#inner-bar > .logo-alt img {width: 300%; margin-left: -80px}
#inner-bar > .logo-alt { bottom: initial; top: 20px;}
#menu-toggle:before, #menu-toggle:after { background-color: #ffffff; }
.main1 {background: url( http://www.freshkitchen.co.il/~freshli/imgs/main1.jpg) no-repeat; background-size: contain;}
.vertical-carousel .vcarousel-next, .vertical-carousel .vcarousel-prev {text-align: left; left:20px; }
.fa .fa-angle-down { color:#231f20 ; }
.vcarousel-next a  { color:#231f20 ; }
::selection { color:#231f20 ; }
#side-bar { left: initial;left: auto; right:0px; }
.sub-menu { left: 0px; }


        .fa-angle-down {
            -webkit-animation: bounce 1s infinite;
            position: fixed;
        }
        
        .vcarousel-next > a { 
            position: fixed;
        }
        
        .vertical-carousel .vcarousel-next, .vertical-carousel .vcarousel-prev {
bottom: 13%;
overflow: initial;
}
    .vertical-carousel .vcarousel-next i, .vertical-carousel .vcarousel-prev i {
height: 30px;
line-height: 60px;
color: #60a845;
margin-bottom: 30px;
    }
@-webkit-keyframes bounce {
            0% {
                bottom: 15px;
            }

            25%, 75% {
                bottom: 25px;
            }


            50% {
                bottom: 15px;
            }

            100% {
                bottom: 15px;
            }
        }
        
.radial-progress {
  margin: 50px;
  width: 120px;
  height: 120px;
  background-color: #d6dadc;
  border-radius: 50%;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill,
.radial-progress .circle .shadow {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
}
.radial-progress .circle .shadow {
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2) inset;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 10s;
  transition: -ms-transform 10s;
  transition: transform 10s;
  border-radius: 50%;
}
.radial-progress .circle .mask {
  clip: rect(0px, 120px, 120px, 60px);
}
.radial-progress .circle .mask .fill {
  clip: rect(0px, 60px, 120px, 0px);
}
.radial-progress .inset {
  width: 90px;
  height: 90px;
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
  background-color: #fbfbfb;
  border-radius: 50%;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
}
.radial-progress .inset .percentage {
  width: 57px;
  position: absolute;
  top: 34px;
  left: 16.5px;
  line-height: 1;
  text-align: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #97a71d;
  font-weight: 800;
  font-size: 22px;
}
.radial-progress[data-progress="0"] .circle .mask.full,
.radial-progress[data-progress="0"] .circle .fill {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progress="0"] .circle .fill.fix {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progress="0"] .inset .percentage:before {
  content: "0%";
}
.radial-progress[data-progress="1"] .circle .mask.full,
.radial-progress[data-progress="1"] .circle .fill {
  -webkit-transform: rotate(1.8deg);
  -ms-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
}
.radial-progress[data-progress="1"] .circle .fill.fix {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progress="1"] .inset .percentage:before {
  content: "1%";
}
.radial-progress[data-progress="2"] .circle .mask.full,
.radial-progress[data-progress="2"] .circle .fill {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progress="2"] .circle .fill.fix {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progress="2"] .inset .percentage:before {
  content: "2%";
}
.radial-progress[data-progress="3"] .circle .mask.full,
.radial-progress[data-progress="3"] .circle .fill {
  -webkit-transform: rotate(5.4deg);
  -ms-transform: rotate(5.4deg);
  transform: rotate(5.4deg);
}
.radial-progress[data-progress="3"] .circle .fill.fix {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progress="3"] .inset .percentage:before {
  content: "3%";
}
.radial-progress[data-progress="4"] .circle .mask.full,
.radial-progress[data-progress="4"] .circle .fill {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progress="4"] .circle .fill.fix {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progress="4"] .inset .percentage:before {
  content: "4%";
}
.radial-progress[data-progress="5"] .circle .mask.full,
.radial-progress[data-progress="5"] .circle .fill {
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}
.radial-progress[data-progress="5"] .circle .fill.fix {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progress="5"] .inset .percentage:before {
  content: "5%";
}
.radial-progress[data-progress="6"] .circle .mask.full,
.radial-progress[data-progress="6"] .circle .fill {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progress="6"] .circle .fill.fix {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progress="6"] .inset .percentage:before {
  content: "6%";
}
.radial-progress[data-progress="7"] .circle .mask.full,
.radial-progress[data-progress="7"] .circle .fill {
  -webkit-transform: rotate(12.6deg);
  -ms-transform: rotate(12.6deg);
  transform: rotate(12.6deg);
}
.radial-progress[data-progress="7"] .circle .fill.fix {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progress="7"] .inset .percentage:before {
  content: "7%";
}
.radial-progress[data-progress="8"] .circle .mask.full,
.radial-progress[data-progress="8"] .circle .fill {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progress="8"] .circle .fill.fix {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progress="8"] .inset .percentage:before {
  content: "8%";
}
.radial-progress[data-progress="9"] .circle .mask.full,
.radial-progress[data-progress="9"] .circle .fill {
  -webkit-transform: rotate(16.2deg);
  -ms-transform: rotate(16.2deg);
  transform: rotate(16.2deg);
}
.radial-progress[data-progress="9"] .circle .fill.fix {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progress="9"] .inset .percentage:before {
  content: "9%";
}
.radial-progress[data-progress="10"] .circle .mask.full,
.radial-progress[data-progress="10"] .circle .fill {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progress="10"] .circle .fill.fix {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progress="10"] .inset .percentage:before {
  content: "10%";
}
.radial-progress[data-progress="11"] .circle .mask.full,
.radial-progress[data-progress="11"] .circle .fill {
  -webkit-transform: rotate(19.8deg);
  -ms-transform: rotate(19.8deg);
  transform: rotate(19.8deg);
}
.radial-progress[data-progress="11"] .circle .fill.fix {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progress="11"] .inset .percentage:before {
  content: "11%";
}
.radial-progress[data-progress="12"] .circle .mask.full,
.radial-progress[data-progress="12"] .circle .fill {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progress="12"] .circle .fill.fix {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progress="12"] .inset .percentage:before {
  content: "12%";
}
.radial-progress[data-progress="13"] .circle .mask.full,
.radial-progress[data-progress="13"] .circle .fill {
  -webkit-transform: rotate(23.4deg);
  -ms-transform: rotate(23.4deg);
  transform: rotate(23.4deg);
}
.radial-progress[data-progress="13"] .circle .fill.fix {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progress="13"] .inset .percentage:before {
  content: "13%";
}
.radial-progress[data-progress="14"] .circle .mask.full,
.radial-progress[data-progress="14"] .circle .fill {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progress="14"] .circle .fill.fix {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progress="14"] .inset .percentage:before {
  content: "14%";
}
.radial-progress[data-progress="15"] .circle .mask.full,
.radial-progress[data-progress="15"] .circle .fill {
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}
.radial-progress[data-progress="15"] .circle .fill.fix {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progress="15"] .inset .percentage:before {
  content: "15%";
}
.radial-progress[data-progress="16"] .circle .mask.full,
.radial-progress[data-progress="16"] .circle .fill {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progress="16"] .circle .fill.fix {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progress="16"] .inset .percentage:before {
  content: "16%";
}
.radial-progress[data-progress="17"] .circle .mask.full,
.radial-progress[data-progress="17"] .circle .fill {
  -webkit-transform: rotate(30.6deg);
  -ms-transform: rotate(30.6deg);
  transform: rotate(30.6deg);
}
.radial-progress[data-progress="17"] .circle .fill.fix {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progress="17"] .inset .percentage:before {
  content: "17%";
}
.radial-progress[data-progress="18"] .circle .mask.full,
.radial-progress[data-progress="18"] .circle .fill {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progress="18"] .circle .fill.fix {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progress="18"] .inset .percentage:before {
  content: "18%";
}
.radial-progress[data-progress="19"] .circle .mask.full,
.radial-progress[data-progress="19"] .circle .fill {
  -webkit-transform: rotate(34.2deg);
  -ms-transform: rotate(34.2deg);
  transform: rotate(34.2deg);
}
.radial-progress[data-progress="19"] .circle .fill.fix {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progress="19"] .inset .percentage:before {
  content: "19%";
}
.radial-progress[data-progress="20"] .circle .mask.full,
.radial-progress[data-progress="20"] .circle .fill {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progress="20"] .circle .fill.fix {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progress="20"] .inset .percentage:before {
  content: "20%";
}
.radial-progress[data-progress="21"] .circle .mask.full,
.radial-progress[data-progress="21"] .circle .fill {
  -webkit-transform: rotate(37.8deg);
  -ms-transform: rotate(37.8deg);
  transform: rotate(37.8deg);
}
.radial-progress[data-progress="21"] .circle .fill.fix {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progress="21"] .inset .percentage:before {
  content: "21%";
}
.radial-progress[data-progress="22"] .circle .mask.full,
.radial-progress[data-progress="22"] .circle .fill {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progress="22"] .circle .fill.fix {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progress="22"] .inset .percentage:before {
  content: "22%";
}
.radial-progress[data-progress="23"] .circle .mask.full,
.radial-progress[data-progress="23"] .circle .fill {
  -webkit-transform: rotate(41.4deg);
  -ms-transform: rotate(41.4deg);
  transform: rotate(41.4deg);
}
.radial-progress[data-progress="23"] .circle .fill.fix {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progress="23"] .inset .percentage:before {
  content: "23%";
}
.radial-progress[data-progress="24"] .circle .mask.full,
.radial-progress[data-progress="24"] .circle .fill {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progress="24"] .circle .fill.fix {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progress="24"] .inset .percentage:before {
  content: "24%";
}
.radial-progress[data-progress="25"] .circle .mask.full,
.radial-progress[data-progress="25"] .circle .fill {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radial-progress[data-progress="25"] .circle .fill.fix {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progress="25"] .inset .percentage:before {
  content: "25%";
}
.radial-progress[data-progress="26"] .circle .mask.full,
.radial-progress[data-progress="26"] .circle .fill {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progress="26"] .circle .fill.fix {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progress="26"] .inset .percentage:before {
  content: "26%";
}
.radial-progress[data-progress="27"] .circle .mask.full,
.radial-progress[data-progress="27"] .circle .fill {
  -webkit-transform: rotate(48.6deg);
  -ms-transform: rotate(48.6deg);
  transform: rotate(48.6deg);
}
.radial-progress[data-progress="27"] .circle .fill.fix {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progress="27"] .inset .percentage:before {
  content: "27%";
}
.radial-progress[data-progress="28"] .circle .mask.full,
.radial-progress[data-progress="28"] .circle .fill {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progress="28"] .circle .fill.fix {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progress="28"] .inset .percentage:before {
  content: "28%";
}
.radial-progress[data-progress="29"] .circle .mask.full,
.radial-progress[data-progress="29"] .circle .fill {
  -webkit-transform: rotate(52.2deg);
  -ms-transform: rotate(52.2deg);
  transform: rotate(52.2deg);
}
.radial-progress[data-progress="29"] .circle .fill.fix {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progress="29"] .inset .percentage:before {
  content: "29%";
}
.radial-progress[data-progress="30"] .circle .mask.full,
.radial-progress[data-progress="30"] .circle .fill {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progress="30"] .circle .fill.fix {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progress="30"] .inset .percentage:before {
  content: "30%";
}
.radial-progress[data-progress="31"] .circle .mask.full,
.radial-progress[data-progress="31"] .circle .fill {
  -webkit-transform: rotate(55.8deg);
  -ms-transform: rotate(55.8deg);
  transform: rotate(55.8deg);
}
.radial-progress[data-progress="31"] .circle .fill.fix {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progress="31"] .inset .percentage:before {
  content: "31%";
}
.radial-progress[data-progress="32"] .circle .mask.full,
.radial-progress[data-progress="32"] .circle .fill {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progress="32"] .circle .fill.fix {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progress="32"] .inset .percentage:before {
  content: "32%";
}
.radial-progress[data-progress="33"] .circle .mask.full,
.radial-progress[data-progress="33"] .circle .fill {
  -webkit-transform: rotate(59.4deg);
  -ms-transform: rotate(59.4deg);
  transform: rotate(59.4deg);
}
.radial-progress[data-progress="33"] .circle .fill.fix {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progress="33"] .inset .percentage:before {
  content: "33%";
}
.radial-progress[data-progress="34"] .circle .mask.full,
.radial-progress[data-progress="34"] .circle .fill {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progress="34"] .circle .fill.fix {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progress="34"] .inset .percentage:before {
  content: "34%";
}
.radial-progress[data-progress="35"] .circle .mask.full,
.radial-progress[data-progress="35"] .circle .fill {
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.radial-progress[data-progress="35"] .circle .fill.fix {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progress="35"] .inset .percentage:before {
  content: "35%";
}
.radial-progress[data-progress="36"] .circle .mask.full,
.radial-progress[data-progress="36"] .circle .fill {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progress="36"] .circle .fill.fix {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progress="36"] .inset .percentage:before {
  content: "36%";
}
.radial-progress[data-progress="37"] .circle .mask.full,
.radial-progress[data-progress="37"] .circle .fill {
  -webkit-transform: rotate(66.6deg);
  -ms-transform: rotate(66.6deg);
  transform: rotate(66.6deg);
}
.radial-progress[data-progress="37"] .circle .fill.fix {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progress="37"] .inset .percentage:before {
  content: "37%";
}
.radial-progress[data-progress="38"] .circle .mask.full,
.radial-progress[data-progress="38"] .circle .fill {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progress="38"] .circle .fill.fix {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progress="38"] .inset .percentage:before {
  content: "38%";
}
.radial-progress[data-progress="39"] .circle .mask.full,
.radial-progress[data-progress="39"] .circle .fill {
  -webkit-transform: rotate(70.2deg);
  -ms-transform: rotate(70.2deg);
  transform: rotate(70.2deg);
}
.radial-progress[data-progress="39"] .circle .fill.fix {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progress="39"] .inset .percentage:before {
  content: "39%";
}
.radial-progress[data-progress="40"] .circle .mask.full,
.radial-progress[data-progress="40"] .circle .fill {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progress="40"] .circle .fill.fix {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progress="40"] .inset .percentage:before {
  content: "40%";
}
.radial-progress[data-progress="41"] .circle .mask.full,
.radial-progress[data-progress="41"] .circle .fill {
  -webkit-transform: rotate(73.8deg);
  -ms-transform: rotate(73.8deg);
  transform: rotate(73.8deg);
}
.radial-progress[data-progress="41"] .circle .fill.fix {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progress="41"] .inset .percentage:before {
  content: "41%";
}
.radial-progress[data-progress="42"] .circle .mask.full,
.radial-progress[data-progress="42"] .circle .fill {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progress="42"] .circle .fill.fix {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progress="42"] .inset .percentage:before {
  content: "42%";
}
.radial-progress[data-progress="43"] .circle .mask.full,
.radial-progress[data-progress="43"] .circle .fill {
  -webkit-transform: rotate(77.4deg);
  -ms-transform: rotate(77.4deg);
  transform: rotate(77.4deg);
}
.radial-progress[data-progress="43"] .circle .fill.fix {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progress="43"] .inset .percentage:before {
  content: "43%";
}
.radial-progress[data-progress="44"] .circle .mask.full,
.radial-progress[data-progress="44"] .circle .fill {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progress="44"] .circle .fill.fix {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progress="44"] .inset .percentage:before {
  content: "44%";
}
.radial-progress[data-progress="45"] .circle .mask.full,
.radial-progress[data-progress="45"] .circle .fill {
  -webkit-transform: rotate(81deg);
  -ms-transform: rotate(81deg);
  transform: rotate(81deg);
}
.radial-progress[data-progress="45"] .circle .fill.fix {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progress="45"] .inset .percentage:before {
  content: "45%";
}
.radial-progress[data-progress="46"] .circle .mask.full,
.radial-progress[data-progress="46"] .circle .fill {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progress="46"] .circle .fill.fix {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progress="46"] .inset .percentage:before {
  content: "46%";
}
.radial-progress[data-progress="47"] .circle .mask.full,
.radial-progress[data-progress="47"] .circle .fill {
  -webkit-transform: rotate(84.6deg);
  -ms-transform: rotate(84.6deg);
  transform: rotate(84.6deg);
}
.radial-progress[data-progress="47"] .circle .fill.fix {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progress="47"] .inset .percentage:before {
  content: "47%";
}
.radial-progress[data-progress="48"] .circle .mask.full,
.radial-progress[data-progress="48"] .circle .fill {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progress="48"] .circle .fill.fix {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progress="48"] .inset .percentage:before {
  content: "48%";
}
.radial-progress[data-progress="49"] .circle .mask.full,
.radial-progress[data-progress="49"] .circle .fill {
  -webkit-transform: rotate(88.2deg);
  -ms-transform: rotate(88.2deg);
  transform: rotate(88.2deg);
}
.radial-progress[data-progress="49"] .circle .fill.fix {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progress="49"] .inset .percentage:before {
  content: "49%";
}
.radial-progress[data-progress="50"] .circle .mask.full,
.radial-progress[data-progress="50"] .circle .fill {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progress="50"] .circle .fill.fix {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progress="50"] .inset .percentage:before {
  content: "50%";
}
.radial-progress[data-progress="51"] .circle .mask.full,
.radial-progress[data-progress="51"] .circle .fill {
  -webkit-transform: rotate(91.8deg);
  -ms-transform: rotate(91.8deg);
  transform: rotate(91.8deg);
}
.radial-progress[data-progress="51"] .circle .fill.fix {
  -webkit-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.radial-progress[data-progress="51"] .inset .percentage:before {
  content: "51%";
}
.radial-progress[data-progress="52"] .circle .mask.full,
.radial-progress[data-progress="52"] .circle .fill {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progress="52"] .circle .fill.fix {
  -webkit-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.radial-progress[data-progress="52"] .inset .percentage:before {
  content: "52%";
}
.radial-progress[data-progress="53"] .circle .mask.full,
.radial-progress[data-progress="53"] .circle .fill {
  -webkit-transform: rotate(95.4deg);
  -ms-transform: rotate(95.4deg);
  transform: rotate(95.4deg);
}
.radial-progress[data-progress="53"] .circle .fill.fix {
  -webkit-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.radial-progress[data-progress="53"] .inset .percentage:before {
  content: "53%";
}
.radial-progress[data-progress="54"] .circle .mask.full,
.radial-progress[data-progress="54"] .circle .fill {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progress="54"] .circle .fill.fix {
  -webkit-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.radial-progress[data-progress="54"] .inset .percentage:before {
  content: "54%";
}
.radial-progress[data-progress="55"] .circle .mask.full,
.radial-progress[data-progress="55"] .circle .fill {
  -webkit-transform: rotate(99deg);
  -ms-transform: rotate(99deg);
  transform: rotate(99deg);
}
.radial-progress[data-progress="55"] .circle .fill.fix {
  -webkit-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  transform: rotate(198deg);
}
.radial-progress[data-progress="55"] .inset .percentage:before {
  content: "55%";
}
.radial-progress[data-progress="56"] .circle .mask.full,
.radial-progress[data-progress="56"] .circle .fill {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progress="56"] .circle .fill.fix {
  -webkit-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.radial-progress[data-progress="56"] .inset .percentage:before {
  content: "56%";
}
.radial-progress[data-progress="57"] .circle .mask.full,
.radial-progress[data-progress="57"] .circle .fill {
  -webkit-transform: rotate(102.6deg);
  -ms-transform: rotate(102.6deg);
  transform: rotate(102.6deg);
}
.radial-progress[data-progress="57"] .circle .fill.fix {
  -webkit-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.radial-progress[data-progress="57"] .inset .percentage:before {
  content: "57%";
}
.radial-progress[data-progress="58"] .circle .mask.full,
.radial-progress[data-progress="58"] .circle .fill {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progress="58"] .circle .fill.fix {
  -webkit-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.radial-progress[data-progress="58"] .inset .percentage:before {
  content: "58%";
}
.radial-progress[data-progress="59"] .circle .mask.full,
.radial-progress[data-progress="59"] .circle .fill {
  -webkit-transform: rotate(106.2deg);
  -ms-transform: rotate(106.2deg);
  transform: rotate(106.2deg);
}
.radial-progress[data-progress="59"] .circle .fill.fix {
  -webkit-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.radial-progress[data-progress="59"] .inset .percentage:before {
  content: "59%";
}
.radial-progress[data-progress="60"] .circle .mask.full,
.radial-progress[data-progress="60"] .circle .fill {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progress="60"] .circle .fill.fix {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
}
.radial-progress[data-progress="60"] .inset .percentage:before {
  content: "60%";
}
.radial-progress[data-progress="61"] .circle .mask.full,
.radial-progress[data-progress="61"] .circle .fill {
  -webkit-transform: rotate(109.8deg);
  -ms-transform: rotate(109.8deg);
  transform: rotate(109.8deg);
}
.radial-progress[data-progress="61"] .circle .fill.fix {
  -webkit-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.radial-progress[data-progress="61"] .inset .percentage:before {
  content: "61%";
}
.radial-progress[data-progress="62"] .circle .mask.full,
.radial-progress[data-progress="62"] .circle .fill {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progress="62"] .circle .fill.fix {
  -webkit-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.radial-progress[data-progress="62"] .inset .percentage:before {
  content: "62%";
}
.radial-progress[data-progress="63"] .circle .mask.full,
.radial-progress[data-progress="63"] .circle .fill {
  -webkit-transform: rotate(113.4deg);
  -ms-transform: rotate(113.4deg);
  transform: rotate(113.4deg);
}
.radial-progress[data-progress="63"] .circle .fill.fix {
  -webkit-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.radial-progress[data-progress="63"] .inset .percentage:before {
  content: "63%";
}
.radial-progress[data-progress="64"] .circle .mask.full,
.radial-progress[data-progress="64"] .circle .fill {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progress="64"] .circle .fill.fix {
  -webkit-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.radial-progress[data-progress="64"] .inset .percentage:before {
  content: "64%";
}
.radial-progress[data-progress="65"] .circle .mask.full,
.radial-progress[data-progress="65"] .circle .fill {
  -webkit-transform: rotate(117deg);
  -ms-transform: rotate(117deg);
  transform: rotate(117deg);
}
.radial-progress[data-progress="65"] .circle .fill.fix {
  -webkit-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  transform: rotate(234deg);
}
.radial-progress[data-progress="65"] .inset .percentage:before {
  content: "65%";
}
.radial-progress[data-progress="66"] .circle .mask.full,
.radial-progress[data-progress="66"] .circle .fill {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progress="66"] .circle .fill.fix {
  -webkit-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.radial-progress[data-progress="66"] .inset .percentage:before {
  content: "66%";
}
.radial-progress[data-progress="67"] .circle .mask.full,
.radial-progress[data-progress="67"] .circle .fill {
  -webkit-transform: rotate(120.6deg);
  -ms-transform: rotate(120.6deg);
  transform: rotate(120.6deg);
}
.radial-progress[data-progress="67"] .circle .fill.fix {
  -webkit-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.radial-progress[data-progress="67"] .inset .percentage:before {
  content: "67%";
}
.radial-progress[data-progress="68"] .circle .mask.full,
.radial-progress[data-progress="68"] .circle .fill {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progress="68"] .circle .fill.fix {
  -webkit-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.radial-progress[data-progress="68"] .inset .percentage:before {
  content: "68%";
}
.radial-progress[data-progress="69"] .circle .mask.full,
.radial-progress[data-progress="69"] .circle .fill {
  -webkit-transform: rotate(124.2deg);
  -ms-transform: rotate(124.2deg);
  transform: rotate(124.2deg);
}
.radial-progress[data-progress="69"] .circle .fill.fix {
  -webkit-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.radial-progress[data-progress="69"] .inset .percentage:before {
  content: "69%";
}
.radial-progress[data-progress="70"] .circle .mask.full,
.radial-progress[data-progress="70"] .circle .fill {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progress="70"] .circle .fill.fix {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  transform: rotate(252deg);
}
.radial-progress[data-progress="70"] .inset .percentage:before {
  content: "70%";
}
.radial-progress[data-progress="71"] .circle .mask.full,
.radial-progress[data-progress="71"] .circle .fill {
  -webkit-transform: rotate(127.8deg);
  -ms-transform: rotate(127.8deg);
  transform: rotate(127.8deg);
}
.radial-progress[data-progress="71"] .circle .fill.fix {
  -webkit-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.radial-progress[data-progress="71"] .inset .percentage:before {
  content: "71%";
}
.radial-progress[data-progress="72"] .circle .mask.full,
.radial-progress[data-progress="72"] .circle .fill {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progress="72"] .circle .fill.fix {
  -webkit-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.radial-progress[data-progress="72"] .inset .percentage:before {
  content: "72%";
}
.radial-progress[data-progress="73"] .circle .mask.full,
.radial-progress[data-progress="73"] .circle .fill {
  -webkit-transform: rotate(131.4deg);
  -ms-transform: rotate(131.4deg);
  transform: rotate(131.4deg);
}
.radial-progress[data-progress="73"] .circle .fill.fix {
  -webkit-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.radial-progress[data-progress="73"] .inset .percentage:before {
  content: "73%";
}
.radial-progress[data-progress="74"] .circle .mask.full,
.radial-progress[data-progress="74"] .circle .fill {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progress="74"] .circle .fill.fix {
  -webkit-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.radial-progress[data-progress="74"] .inset .percentage:before {
  content: "74%";
}
.radial-progress[data-progress="75"] .circle .mask.full,
.radial-progress[data-progress="75"] .circle .fill {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.radial-progress[data-progress="75"] .circle .fill.fix {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.radial-progress[data-progress="75"] .inset .percentage:before {
  content: "75%";
}
.radial-progress[data-progress="76"] .circle .mask.full,
.radial-progress[data-progress="76"] .circle .fill {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progress="76"] .circle .fill.fix {
  -webkit-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.radial-progress[data-progress="76"] .inset .percentage:before {
  content: "76%";
}
.radial-progress[data-progress="77"] .circle .mask.full,
.radial-progress[data-progress="77"] .circle .fill {
  -webkit-transform: rotate(138.6deg);
  -ms-transform: rotate(138.6deg);
  transform: rotate(138.6deg);
}
.radial-progress[data-progress="77"] .circle .fill.fix {
  -webkit-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.radial-progress[data-progress="77"] .inset .percentage:before {
  content: "77%";
}
.radial-progress[data-progress="78"] .circle .mask.full,
.radial-progress[data-progress="78"] .circle .fill {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progress="78"] .circle .fill.fix {
  -webkit-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.radial-progress[data-progress="78"] .inset .percentage:before {
  content: "78%";
}
.radial-progress[data-progress="79"] .circle .mask.full,
.radial-progress[data-progress="79"] .circle .fill {
  -webkit-transform: rotate(142.2deg);
  -ms-transform: rotate(142.2deg);
  transform: rotate(142.2deg);
}
.radial-progress[data-progress="79"] .circle .fill.fix {
  -webkit-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.radial-progress[data-progress="79"] .inset .percentage:before {
  content: "79%";
}
.radial-progress[data-progress="80"] .circle .mask.full,
.radial-progress[data-progress="80"] .circle .fill {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progress="80"] .circle .fill.fix {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}
.radial-progress[data-progress="80"] .inset .percentage:before {
  content: "80%";
}
.radial-progress[data-progress="81"] .circle .mask.full,
.radial-progress[data-progress="81"] .circle .fill {
  -webkit-transform: rotate(145.8deg);
  -ms-transform: rotate(145.8deg);
  transform: rotate(145.8deg);
}
.radial-progress[data-progress="81"] .circle .fill.fix {
  -webkit-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.radial-progress[data-progress="81"] .inset .percentage:before {
  content: "81%";
}
.radial-progress[data-progress="82"] .circle .mask.full,
.radial-progress[data-progress="82"] .circle .fill {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progress="82"] .circle .fill.fix {
  -webkit-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.radial-progress[data-progress="82"] .inset .percentage:before {
  content: "82%";
}
.radial-progress[data-progress="83"] .circle .mask.full,
.radial-progress[data-progress="83"] .circle .fill {
  -webkit-transform: rotate(149.4deg);
  -ms-transform: rotate(149.4deg);
  transform: rotate(149.4deg);
}
.radial-progress[data-progress="83"] .circle .fill.fix {
  -webkit-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.radial-progress[data-progress="83"] .inset .percentage:before {
  content: "83%";
}
.radial-progress[data-progress="84"] .circle .mask.full,
.radial-progress[data-progress="84"] .circle .fill {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progress="84"] .circle .fill.fix {
  -webkit-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.radial-progress[data-progress="84"] .inset .percentage:before {
  content: "84%";
}
.radial-progress[data-progress="85"] .circle .mask.full,
.radial-progress[data-progress="85"] .circle .fill {
  -webkit-transform: rotate(153deg);
  -ms-transform: rotate(153deg);
  transform: rotate(153deg);
}
.radial-progress[data-progress="85"] .circle .fill.fix {
  -webkit-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  transform: rotate(306deg);
}
.radial-progress[data-progress="85"] .inset .percentage:before {
  content: "85%";
}
.radial-progress[data-progress="86"] .circle .mask.full,
.radial-progress[data-progress="86"] .circle .fill {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progress="86"] .circle .fill.fix {
  -webkit-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.radial-progress[data-progress="86"] .inset .percentage:before {
  content: "86%";
}
.radial-progress[data-progress="87"] .circle .mask.full,
.radial-progress[data-progress="87"] .circle .fill {
  -webkit-transform: rotate(156.6deg);
  -ms-transform: rotate(156.6deg);
  transform: rotate(156.6deg);
}
.radial-progress[data-progress="87"] .circle .fill.fix {
  -webkit-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.radial-progress[data-progress="87"] .inset .percentage:before {
  content: "87%";
}
.radial-progress[data-progress="88"] .circle .mask.full,
.radial-progress[data-progress="88"] .circle .fill {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progress="88"] .circle .fill.fix {
  -webkit-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.radial-progress[data-progress="88"] .inset .percentage:before {
  content: "88%";
}
.radial-progress[data-progress="89"] .circle .mask.full,
.radial-progress[data-progress="89"] .circle .fill {
  -webkit-transform: rotate(160.2deg);
  -ms-transform: rotate(160.2deg);
  transform: rotate(160.2deg);
}
.radial-progress[data-progress="89"] .circle .fill.fix {
  -webkit-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.radial-progress[data-progress="89"] .inset .percentage:before {
  content: "89%";
}
.radial-progress[data-progress="90"] .circle .mask.full,
.radial-progress[data-progress="90"] .circle .fill {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progress="90"] .circle .fill.fix {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  transform: rotate(324deg);
}
.radial-progress[data-progress="90"] .inset .percentage:before {
  content: "90%";
}
.radial-progress[data-progress="91"] .circle .mask.full,
.radial-progress[data-progress="91"] .circle .fill {
  -webkit-transform: rotate(163.8deg);
  -ms-transform: rotate(163.8deg);
  transform: rotate(163.8deg);
}
.radial-progress[data-progress="91"] .circle .fill.fix {
  -webkit-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.radial-progress[data-progress="91"] .inset .percentage:before {
  content: "91%";
}
.radial-progress[data-progress="92"] .circle .mask.full,
.radial-progress[data-progress="92"] .circle .fill {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progress="92"] .circle .fill.fix {
  -webkit-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.radial-progress[data-progress="92"] .inset .percentage:before {
  content: "92%";
}
.radial-progress[data-progress="93"] .circle .mask.full,
.radial-progress[data-progress="93"] .circle .fill {
  -webkit-transform: rotate(167.4deg);
  -ms-transform: rotate(167.4deg);
  transform: rotate(167.4deg);
}
.radial-progress[data-progress="93"] .circle .fill.fix {
  -webkit-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.radial-progress[data-progress="93"] .inset .percentage:before {
  content: "93%";
}
.radial-progress[data-progress="94"] .circle .mask.full,
.radial-progress[data-progress="94"] .circle .fill {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progress="94"] .circle .fill.fix {
  -webkit-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.radial-progress[data-progress="94"] .inset .percentage:before {
  content: "94%";
}
.radial-progress[data-progress="95"] .circle .mask.full,
.radial-progress[data-progress="95"] .circle .fill {
  -webkit-transform: rotate(171deg);
  -ms-transform: rotate(171deg);
  transform: rotate(171deg);
}
.radial-progress[data-progress="95"] .circle .fill.fix {
  -webkit-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  transform: rotate(342deg);
}
.radial-progress[data-progress="95"] .inset .percentage:before {
  content: "95%";
}
.radial-progress[data-progress="96"] .circle .mask.full,
.radial-progress[data-progress="96"] .circle .fill {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progress="96"] .circle .fill.fix {
  -webkit-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.radial-progress[data-progress="96"] .inset .percentage:before {
  content: "96%";
}
.radial-progress[data-progress="97"] .circle .mask.full,
.radial-progress[data-progress="97"] .circle .fill {
  -webkit-transform: rotate(174.6deg);
  -ms-transform: rotate(174.6deg);
  transform: rotate(174.6deg);
}
.radial-progress[data-progress="97"] .circle .fill.fix {
  -webkit-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.radial-progress[data-progress="97"] .inset .percentage:before {
  content: "97%";
}
.radial-progress[data-progress="98"] .circle .mask.full,
.radial-progress[data-progress="98"] .circle .fill {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progress="98"] .circle .fill.fix {
  -webkit-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.radial-progress[data-progress="98"] .inset .percentage:before {
  content: "98%";
}
.radial-progress[data-progress="99"] .circle .mask.full,
.radial-progress[data-progress="99"] .circle .fill {
  -webkit-transform: rotate(178.2deg);
  -ms-transform: rotate(178.2deg);
  transform: rotate(178.2deg);
}
.radial-progress[data-progress="99"] .circle .fill.fix {
  -webkit-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.radial-progress[data-progress="99"] .inset .percentage:before {
  content: "99%";
}
.radial-progress[data-progress="100"] .circle .mask.full,
.radial-progress[data-progress="100"] .circle .fill {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progress="100"] .circle .fill.fix {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.radial-progress[data-progress="100"] .inset .percentage:before {
  content: "100%";
}
.sand {background: url(images/back4.jpg); background-position: 0px 5px;}

.col-md-6  > img { width: 90%; }
.col-md-12  > img { width: 90%; }
.col-md-3 > img { width: 90%; }
#modern { width: 60%; }

.vcenter {
vertical-align: initial;
}

.freshrow {margin-top: 100px;}
.freshrow5 {margin-top: 20px;}
.shakes1 { background: url('images/bg2.png') no-repeat; background-position: 0px 10px; background-position: 0px 9px;}
.tiv {background-color: #57aa48  }
.moms { background-color: #865893 }
.glo  { background-color: #e89300 }
.meo { background-color: #1281d6 }
.tzi { background-color: #60aa3c }
.dal { background-color: #e20a6e }
.per2 {width: 45% !important; margin-top: 20px !important; }
.doublec {
background: url(images/back4.jpg) no-repeat;
background-size: cover;
}


.wpcf7-form-control-wrap{display:block;text-align: center;}

.shakes1 {
background: url('images/bg2.png') no-repeat;
background-position: 0px -8px;
background-size: cover;
}
h2, h3, h4, h1 { text-align: right; direction: rtl; }
p { font-size: 20px; }
p { text-align: right !important; direction: rtl; }
.item > img {margin-left: -0.5px !important;}

/*main page 01.02 addons */

.wpb_content_element {margin-bottom: 0px !important}
.h4title { font-family: textillerregularwebfont; margin-bottom: -20px !important; font-weight: 400 !important; padding-top: 25px; font-size: 25px !important}
#main-content {background: #ffffff}

/* bold headlines non propotional */
.boldz > .wpb_wrapper > p {font-size: 27px}


/* contact form */
input[type="submit"] {
    color: #60a845;
    margin-top: -3px
}
.vc_custom_1422796510551 > .vc_col-sm-12 > .wpb_wrapper {margin: 38px;}
.moderntitle {text-align: center; color: #60a845 !important;}
/* Responsive Background Position */


@media screen and (min-width: 1200px) {
    /* 1200px */

    .doublec {
        background: url('images/back41200.jpg') no-repeat;
        background-position: -47px -77px;
        background-size: cover;
    }

    #percent {
        margin-top: 373px !important;
    }

    .abso {
        position: absolute;
        margin-top: 25px;
        margin-left: 23px;
        text-align: center;
        color: white;
        font-size: 37px;
        font-family: 'textillerboldwebfont';
        line-height: 1;
    }
}

    @media screen and (min-width: 1280px) {
        /* 1280px */

        .doublec {
            background: url('images/back41200.jpg') no-repeat;
            background-position: -47px -77px;
            background-size: cover;
        }

        #percent {
            margin-top: 373px !important;
        }

        .abso {
            position: absolute;
            margin-top: 25px;
            margin-left: 23px;
            text-align: center;
            color: white;
            font-size: 37px;
            font-family: 'textillerboldwebfont';
            line-height: 1;
        }
    }

    @media screen and (min-width: 1440px) {
        /* 1440px */

        .doublec {
            background: url('images/back4.jpg') no-repeat;
            background-position: -53px 0px;
            background-size: cover;
        }

        #percent {
            margin-top: 373px !important;
        }

        .abso {
            position: absolute;
            margin-top: 25px;
            margin-left: 23px;
            text-align: center;
            color: white;
            font-size: 37px;
            font-family: 'textillerboldwebfont';
            line-height: 1;
        }
    }
    @media screen and (min-width: 1600px) {
        /* 1600px */

        .doublec {
            background: url('images/back4.jpg') no-repeat;
            background-position: -71px -1px;
            background-size: cover;
        }

        #percent {
            margin-top: 373px !important;
        }

        .abso {
            position: absolute;
            margin-top: 25px;
            margin-left: 23px;
            text-align: center;
            color: white;
            font-size: 37px;
            font-family: 'textillerboldwebfont';
            line-height: 1;
        }
    }

        @media screen and (min-width: 1680px) {
            /* 1680px */

            .doublec {
                background: url('images/back4.jpg') no-repeat;
                background-position: -53px 0px;
                background-size: cover;
            }

            #percent {
                margin-top: 373px !important;
            }

            .abso {
                position: absolute;
                margin-top: 25px;
                margin-left: 23px;
                text-align: center;
                color: white;
                font-size: 37px;
                font-family: 'textillerboldwebfont';
                line-height: 1;
            }
        }

            /* 1920px */
            @media screen and (min-width: 1600px) {

                .doublec {
                    background: url('images/back4.jpg') no-repeat;
                    background-position: 0px -8px;
                    background-size: cover;
                }

                #percent {
                    margin-top: 373px !important;
                }

                .abso {
                    position: absolute;
                    margin-top: 25px;
                    margin-left: 23px;
                    text-align: center;
                    color: white;
                    font-size: 37px;
                    font-family: 'textillerboldwebfont';
                    line-height: 1;
                }
            }

            .master-slider-parent {
                margin-bottom: 20px;
            }


            /* Kobi 27.01.15*/

            .headline {
                min-height: 109px;
            }

            .headline > .wpb_wrapper {
                    margin-top: 10px;
                }

            .desctitle {
                font-size: 17px;
            }



            /* about us page */
            @media screen and (min-width: 1601px) {
                .page-id-1889 .container, .vc_row > .tj-contained {
                    min-width: 1835px;
                    margin: 0 auto;
                    display: block;
                }

                .page-id-1889 .section-title {
                    display: none !important;
                }

                .aboutus {
                    font-size: 42px;
                }


                .page-id-1889 .regular-page {
                    background: #232323 !important;
                }

                .page-id-1889 .wpb_content_element {
                    margin-bottom: 15px !important;
                }

                .diet {
                    min-height: 320px;
                }

                .desctitle {
                    font-size: 21px;
                    line-height: 1.2em !important;
                }
            }

            @media screen and (max-width: 1600px) {
                .page-id-1889 .container, .vc_row > .tj-contained {
                    min-width: 1835px;
                    margin: 0 auto;
                    display: block;
                }

                .page-id-1889 .section-title {
                    display: none !important;
                }

                .aboutus {
                    font-size: 42px;
                }


                .page-id-1889 .regular-page {
                    background: #232323 !important;
                }

                .page-id-1889 .wpb_content_element {
                    margin-bottom: 10px !important;
                    padding-top: 48px !important;
                    padding-right: 200px !important;
                    padding-bottom: 58px !important;
                    padding-left: 58px !important;
                    background-color: #232323 !important;
                }

                .diet {
                    min-height: 280px;
                }

                .diet {
                    background-size: contain !important;
                    background: no-repeat;
                }

                .vc_col-sm-8 {
                    width: 58.33333333% !important;
                }

                .side-content .title {margin-top: 45px !important;color: #60a845;margin-bottom: 60px!important;}
                p{font-size: 17px;}
                .page-side p{margin-top: 1px !important; margin-bottom:1px !important;}
                .linkodot{width:30%;}
                .buttonback{width:100%; position: absolute; z-index:3;}
                .recipe-row{margin-top: 15px;}

            }
@media screen and (max-width: 1440px){
.page-id-1825 .breadcrumb{padding-right: 140px;}
.page-id-1825 .section-title {margin-right:140px;}
.page-id-2047  .breadcrumb{padding-right: 140px;}
.page-id-2047  .section-title {margin-right: 140px;}
.page-id-2047 .search-section{width:90%}
.page-id-2047 .loading-content{margin-right: 55px;}
.page-id-2045  .breadcrumb{padding-right: 140px;}
.page-id-2045  .section-title {margin-right:140px;}
.page-id-2027   .breadcrumb{padding-right: 140px;}
.page-id-2027   .section-title {margin-right:140px;}
.page-id-2027 .bgcontactzach { width:94%;}
.page-id-1837    .breadcrumb{padding-right: 55px;}
.page-id-1837    .section-title {margin-right:55px;}
.page-id-1837  .wpb_wrapper { width:94%;}

}
@media screen and (max-width: 1400px){
    .page-id-2027 .bgcontactzach { width:91%;}
    .page-id-1837  .wpb_wrapper { width:91%;}
}
@media screen and (max-width: 1366px){
    .page-side p {font-size:15px !important;}
    .side-content .title {margin-top: 45px !important;color: #60a845;margin-bottom: 45px!important;}
}
@media screen and (max-width: 1280px){
    .single-cp_recipe #inner-bar{ width:65px;}
    #cff .cff-author img {margin-left: 40px !important;}
    .side-content .title {margin-bottom: 60px!important;}

}
@media screen and (max-width: 1280px) and (height:720px){
     .portfolio-nav {width: 100%;padding: 0;list-style: none;text-align: center;position: absolute;left: -100%;bottom: -40px;}
     .linkodot{width: 25%;}
}
@media screen and (max-width: 1152px){
    .single-cp_recipe #inner-bar {width: 55px;}
}

@media screen and (max-width: 1152px){
    .linkodot{ width: 25%;}


}





            /* 04.02 changes */
            .overlay-texts {
                vertical-align: bottom !important;
            }

            .tj-hover-3 .tj-overlay .title {
                background-color: #232323;
            }
            /*.tj-hover-3 .tj-overlay .subtitle { background-color: #232323;}*/
            .tzona {
                vertical-align: bottom;
                bottom: 0px;
                right: 0px;
                width: 100%;
                margin-top: 15px;
            }

            .leaftitle {
                width: 70px !important;
            }

            .titlediv {
                padding-top: 11px !important;
                float: right;
            }

                .titlediv h1 {
                    display: inline;
                    float: right;
                }

                .titlediv h3 {
                    display: inline;
                    color: #60a845;
                }
                .titlediv h4{font-size: 36px;}

                .dietport .wpb_column .wpb_wrapper img {width:100%;}
                .chefport .wpb_column .wpb_wrapper img {width:100%;}
                .healthport .wpb_column .wpb_wrapper img {width:100%;}
                .dietport .vc_col-sm-12 {padding:0;}
                .chefport .vc_col-sm-12 {padding:0;}
                .healthport .vc_col-sm-12 {padding:0;}
            .absowel{
                position: absolute;
                z-index:99;
                top: 60px;
                left: 80px;
                width: auto;
                max-width: 350px;
            }
                .abso1 {
                position: absolute;
                top: 130px;
                left: 0px;
                width: auto;
                max-width: 270px;

            }
                        .absomain {
                background: url('images/BG-BTN.png') no-repeat;
                position: absolute;
                top: 150px;
                left: 100px;
                width: auto;
                max-width: 270px;

            }
            .abso2 {
                background: url('images/BG-BTN.png') no-repeat;
                position: absolute;
                top: 100px;
                left: 150px;
                width: auto;
                max-width: 270px;
            }
            .abso3 {
                background: url('images/BG-BTN.png') no-repeat;
                position: absolute;
                bottom: 400px;
                left: 100px;
                width: auto;
                max-width: 270px;
            }
            .welcometext {
                background: url('images/Rectungle.png') no-repeat;
                background-size:cover;
                position: absolute;
                bottom: 100px;
                left: 100px;
                width: auto;
                max-width: 476px;
                padding: 0px 20px 0px 30px;
            }
            .welcometext p{ color: #60a845; font-size: 25px;}

            .container-fluid {
                background: rgba(255,255,255, 0.7);
            }

            .right {
                float: right;
            }

            .form_submit {
                display: none !important;
            }

            #fe_title {
                background: #60a845 !important;
            }

            #fc85749_1 {
                font-family: 'textillerregularwebfont';
            }

            .submit_button .nform_btn:hover {
                background: #60a845;
            }

            .vc_custom_1423062354059 {
                min-height: 177px;
            }

            #wpcf7-f1879-p1837-o1 {
                margin-top: 29px;
            }

            .btn-toranj {
                background: #ffffff !important;
            }

            .franchisetitle {
                font-family: 'textillerregularwebfont' !important;
            }

            .centered-description {
                display: none;
            }

            .slidemenutext {
                font-family: 'textillerregularwebfont' !important;
                color: #60a845 !important;
                font-size: 60px;
            }

            #cooked-plugin-page {
                max-width: 96% !important;
                margin-top: 0px;
            }

            #cooked-recipe-edit-panel {
                display: none;
            }

            .recipe-row {
                max-width: 1200px;
                margin: 0 auto;
            }

body #cooked-plugin-page .btn, body #cooked-plugin-page #submit { font-size: 27px; }
body #cooked-plugin-page .recipe-info .info-entry p { font-size: 19px; }
            








/* 08.02 changes*/
            body #cooked-plugin-page .result-section.masonry-layout .result-box .cp-box {
                border: none !important;
                box-shadow: none !important;
              min-height: 600px ;
            }

            body #cooked-plugin-page .search-section .search-row .sbmt-button { left: 0; right: initial !important; color: #60a845; border: #60a845 1px solid; }
        body #cooked-plugin-page .search-section .search-row {padding-right: 0px !important; padding-left: 200px;}
        .field {direction: rtl !important}
        .item {margin: 0 auto !important; display:inline-block; float: right !important; }
        body #cooked-plugin-page .result-section.masonry-layout .result-box { width: 32.5%}
        body #cooked-plugin-page .chosen-container-single .chosen-single span, body #cooked-plugin-page .search-section .search-row .field-wrap label {direction: rtl;}
        .page-id-2047 #cooked-plugin-page .search-section .search-row .sbmt-button input {background-color: #60a845; color: #fff}
        body #cooked-plugin-page .result-section.masonry-layout .result-box .cp-box-entry {display: none}
        /* Outline In */
        .hvr-outline-in {
          display: inline-block;
          vertical-align: middle;
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -moz-osx-font-smoothing: grayscale;
          position: relative;
        }
        .hvr-outline-in:before {
          pointer-events: none;
          content: '';
          position: absolute;
          border: #ffffff solid 4px;`
          top: -16px;
          right: -16px;
          bottom: -16px;
          left: -16px;
          opacity: 0;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-property: top, right, bottom, left;
          transition-property: top, right, bottom, left;
        }
        .hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
          top: -8px;
          right: -8px;
          bottom: -8px;
          left: -8px;
          opacity: 1;
        }


        /* Outline Out */
        .hvr-outline-out {
          display: inline-block;
          vertical-align: middle;
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -moz-osx-font-smoothing: grayscale;
          position: relative;
          left: 0;
          right: initial !important;
          color: #60a845;
          border: #60a845 1px solid;
        }
        .hvr-outline-out:before {
          content: '';
          position: absolute;
          border: #ffffff solid 4px;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-property: top, right, bottom, left;
          transition-property: top, right, bottom, left;
        }
        .hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
          top: -8px;
          right: -8px;
          bottom: -8px;
          left: -8px;
        }
#cooked-plugin-page .search-section {
}

        

        /* 10.02 changes */
        .fa-check:before { font-family: FontAwesome; }
        .fa-print:before  { font-family: FontAwesome; }
        .fa{ font-family: "Androgyne Medium", 'textillerregularwebfont'; }
        .page-id-1544 .fa { font-family: FontAwesome; }
        .fa-angle-left{ font-family: FontAwesome; }
        .fa-angle-right{ font-family: FontAwesome; }
        .fa-times{ font-family: FontAwesome; }
        body #cooked-plugin-page .recipe-container{margin-bottom: 0px;}
        body #cooked-plugin-page .recipe-hints .product-entry{font-size: 19px; display: block !important;}
        .nav-prev .fa { font-family: FontAwesome; }
        .bullets {display block; margin: 0 auto; width: 90%}
        body #cooked-plugin-page .box-gray {
        background: #fff;
        }
        body #cooked-plugin-page .recipe-container iframe { margin: 0 auto; border-bottom: none;}
        body #cooked-plugin-page .recipe-row {margin-bottom: 0px}
        .buttonback {margin: 0 auto; display: block; margin-bottom: 20px}
        body #cooked-plugin-page .btn:hover, body #cooked-plugin-page .btn { background: #60a845}
        .vc_custom_1423562420151 { background-position: top !important; }
        .vc_custom_1423067178014 {margin-bottom: 30px;}
        .double-title {margin-top: 10px; margin-bottom: 20px}
        #cff .cff-comments-box {float: right}
        #cff {
        float: initial;
        width: 75%;
        margin: 0 auto;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        .fa .fa-angle-left {transform: rotate(180deg)}
        .second-part {display: none}
        }

        /* 12.02 */
        #cooked-plugin-page {margin: 0 auto}
        .linkodot { margin: 0 auto}
        .odotbut {width: 80%; margin: 0 auto}
        
        /* 15.02 */
        span.wpcf7-form-control-wrap { padding: 5px; }

/* Grow */
.hvr-grow {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



/* Pulse */

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

==============================================
tossing
==============================================
*/

.tossing{
	animation-name: tossing;
	-webkit-animation-name: tossing;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);	
	}
	50% {
		transform: rotate(4deg);
	}
	100% {
		transform: rotate(-4deg);	
	}						
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);	
	}
	50% {
		-webkit-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(-4deg);	
	}				
}

/*

/* bottom */
.hvr-bounce-to-bottom {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.postid-1755 .vc_row {margin: 0px !important;  }
.postid-1752 .vc_col-sm-12 {padding: 0px; margin: 0px; overflow: hidden;}
.postid-1755 .vc_col-sm-12 {padding: 0px; margin: 0px; overflow: hidden;}
.postid-1749 .vc_col-sm-12 {padding: 0px; margin: 0px; overflow: hidden;}
.wpb_row  {margin: 0px !important;}
.postid-1755 .wpb_wrapper > :last-child {width:100%;}
.postid-1749 .wpb_wrapper > :last-child {width:100%;}
#gift{
  display:none;
}

#gift img{position:fixed;}

#gift .mobile{
  top:37%;
}

.page-id-1544 #gift {position: fixed;  left: 0;  z-index: 99999999; display: block;}

#strip {
  position: fixed;
  top: 60%;
  left: -286px;
  width: 470px;
  transition-duration: 1s;
  background-image: url("images/moodclub.png")!important;
  background-size: cover !important;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9999;
}
#strip:hover,#strip:focus{left:0;transition-duration: 1s;}

#strip img{position:absolute;}
#strip .spin{right:0;z-index: 10000;}
#strip .out{height:100px;}

/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}

/*

    ==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

/*

    ==============================================
spin
==============================================
*/

.spin{    -webkit-animation-name: spin;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1.5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}
@-moz-keyframes spin {
  0% {transform:rotate(0deg);}
  50% {transform:rotate(12deg);}
  100% {transform:rotate(0deg);}
}
@-webkit-keyframes spin {
  0% {transform:rotate(0deg);}
  50% {transform:rotate(12deg);}
  100% {transform:rotate(0deg);}
}
@keyframes spin {
  0% {transform:rotate(0deg);}
  50% {transform:rotate(12deg);}
  100% {transform:rotate(0deg);}
}


/**/
#menu-toggle {background-color: #fff !important}



@font-face {
	font-family: 'ecoicon';
	src:url('../fonts/ecoicons/ecoicon.eot');
	src:url('../fonts/ecoicons/ecoicon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ecoicons/ecoicon.woff') format('woff'),
		url('../fonts/ecoicons/ecoicon.ttf') format('truetype'),
		url('../fonts/ecoicons/ecoicon.svg#ecoicon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
}

.hi-icon {
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	margin: 15px 30px;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
  font-family: 'Flaticon';
  speak: none;
  font-size: 32px;
  line-height: 31px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
  padding-top: 23px;
}

.hi-icon-mobile:before {
	content: "\e009";
}

.hi-icon-screen:before {
	content: "\e00a";
}

.hi-icon-earth:before {
	content: "\e002";
}

.hi-icon-support:before {
	content: "\e000";
}

.hi-icon-locked:before {
	content: "\e001";
}

.hi-icon-cog:before {
	content: "\e003";
}

.hi-icon-clock:before {
	content: "\e004";
}

.hi-icon-videos:before {
	content: "\e005";
}

.hi-icon-list:before {
	content: "\e006";
}

.hi-icon-refresh:before {
	content: "\e007";
}

.hi-icon-images:before {
	content: "\e008";
}

.hi-icon-pencil:before {
	content: "\e00b";
}

.hi-icon-link:before {
	content: "\e00c";
}

.hi-icon-mail:before {
	content: "\e00d";
}

.hi-icon-location:before {
	content: "\e00e";
}

.hi-icon-archive:before {
	content: "\e00f";
}

.hi-icon-chat:before {
	content: "\e010";
}

.hi-icon-bookmark:before {
	content: "\e011";
}

.hi-icon-user:before {
	content: "\e012";
}

.hi-icon-contract:before {
	content: "\e013";
}

.hi-icon-star:before {
	content: "\e014";
}

/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

/* Effect 1a */
.hi-icon-effect-1a .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #41ab6b;
}

.hi-icon-effect-1a .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 1b */
.hi-icon-effect-1b .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #41ab6b;
}

.hi-icon-effect-1b .hi-icon:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.hi-icon-effect-1b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 2 */
.hi-icon-effect-2 .hi-icon {
	color: #fff;
	box-shadow: 0 0 0 3px #232323;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.hi-icon-effect-2 .hi-icon:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #232323;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

/* Effect 2a */
.hi-icon-effect-2a .hi-icon:hover {
	color: #60a845;
}

.hi-icon-effect-2a .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

/* Effect 2b */
.hi-icon-effect-2b .hi-icon:hover:after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	-moz-transition: -moz-transform 0.4s, opacity 0.2s;
	transition: transform 0.4s, opacity 0.2s;
}

.hi-icon-effect-2b .hi-icon:hover {
	color: #fff;
}

/* Effect 3 */
.hi-icon-effect-3 .hi-icon {
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.hi-icon-effect-3 .hi-icon:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}

/* Effect 3a */
.hi-icon-effect-3a .hi-icon {
	color: #f06060;
}

.hi-icon-effect-3a .hi-icon:hover {
	color: #fff;
}

.hi-icon-effect-3a .hi-icon:hover:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

/* Effect 3b */
.hi-icon-effect-3b .hi-icon {
	color: #fff;
}

.hi-icon-effect-3b .hi-icon:hover {
	color: #f06060;
}

.hi-icon-effect-3b .hi-icon:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.hi-icon-effect-3b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 4 */
.hi-icon-effect-4 .hi-icon {
	width: 92px;
	height: 92px;
	box-shadow: 0 0 0 4px rgba(255,255,255,1);	
}

.hi-icon-effect-4a .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-4 .hi-icon:before {
	line-height: 92px;
}

.hi-icon-effect-4 .hi-icon:after {
	top: -4px;
	left: -4px;
	padding: 0;
	z-index: 10;
	border: 4px dashed #fff;
}

.hi-icon-effect-4 .hi-icon:hover {
	box-shadow: 0 0 0 0 rgba(255,255,255,0);
	color: #fff;
}

/* Effect 4b */
.hi-icon-effect-4b .hi-icon:hover {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-4b .hi-icon:hover:after {
	-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}

/* Effect 5 */
.hi-icon-effect-5 .hi-icon {
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hi-icon-effect-5 .hi-icon:after {
	display: none;
}

.hi-icon-effect-5 .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #702fa8;
	box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

.hi-icon-effect-5a .hi-icon:hover:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

.hi-icon-effect-5b .hi-icon:hover:before {
	-webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

.hi-icon-effect-5c .hi-icon:hover:before {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

.hi-icon-effect-5d .hi-icon:hover:before {
	-webkit-animation: toBottomFromTop 0.3s forwards;
	-moz-animation: toBottomFromTop 0.3s forwards;
	animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}

/* Effect 6 */
.hi-icon-effect-6 .hi-icon {
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-6 .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #64bb5d;
}

.hi-icon-effect-6 .hi-icon:hover:before {
	-webkit-animation: spinAround 2s linear infinite;
	-moz-animation: spinAround 2s linear infinite;
	animation: spinAround 2s linear infinite;
}

/* Effect 7 */
.hi-icon-effect-7 .hi-icon {
	box-shadow: 0 0 0 3px rgb(0, 0, 0);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;	
}

.hi-icon-effect-7 .hi-icon:hover {
	color: #232323;
}

.hi-icon-effect-7 .hi-icon:after {
	top: -8px;
	left: -8px;
	padding: 8px;
	z-index: -1;
	opacity: 0;
}

.page-id-1544 .hi-icon-effect-7 .hi-icon {
	box-shadow: 0 0 0 6px rgb(0, 0, 0);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;	
}
 .flaticon-motorcycle17:before {font-size: 60px !important;}
/* Effect 7a */
.hi-icon-effect-7a .hi-icon:after {
	box-shadow: 0 0 0 rgb(0, 0, 0);
	-webkit-transition: opacity 0.2s, box-shadow 0.2s;
	-moz-transition: opacity 0.2s, box-shadow 0.2s;
	transition: opacity 0.2s, box-shadow 0.2s;
}

.hi-icon-effect-7a .hi-icon:hover:after {
	opacity: 1;
	box-shadow: 3px 3px 0 rgba(100,187,93,1);
}

.hi-icon-effect-7a .hi-icon:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 7b */
.hi-icon-effect-7b .hi-icon:after {
	box-shadow: 3px 3px rgba(255,255,255,1);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	-moz-transition: opacity 0.2s, -moz-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.hi-icon-effect-7b .hi-icon:hover:after {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.hi-icon-effect-7b .hi-icon:before {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.7;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.hi-icon-effect-7b .hi-icon:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-9 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 3px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

/* Effect 9a */
.hi-icon-effect-9a .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0.5;
}

.hi-icon-effect-9a .hi-icon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,1);
	color: #fff;
}

/* Effect 9b */
.hi-icon-effect-9b .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

.hi-icon-effect-9b .hi-icon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
	color: #fff;
}

.tooltipa {margin-right: 30px !important; width: 100%}
.tooltipabout { width: 48%; margin: 0 auto !important; display: relative;}
.tooltipabout a { margin: 0 auto !important; display: relative;}
#cooked-plugin-page .chosen-container-single .chosen-single {border: #60a845 1px solid;}
body #cooked-plugin-page .chosen-container-single .chosen-single {border: #60a845 1px solid; border-radius: none;}
.page-side .title {font-family: "Androgyne Medium"; margin-top: 130px !important; margin-bottom: 0px !important}
body {overflow: hidden;}

#post- .cp-box .cp-box-info {float: left !important}
#post- .cp-box .cp-box-info {float: left !important}
#post- .cp-box .cp-box-info {float: left !important}
#post-2070 .cp-box .cp-box-info {float: left !important}
#post-2049 .cp-box .cp-box-info {float: left !important}
#post-2076 .cp-box .cp-box-info {float: left !important}
.page-id-2045 .double-title span {text-align: right; color: #60a845; padding-right: 70px }
.page-id-2045 p {font-size: 38px;}
.page-id-2045 h3 {font-size: 40px; color: #000}
.contactfresh123 {
    border: 4px double #232323;
    border-color: #232323 !important;
    padding: 0px 150px 0px 150px;
}
.fresh-contact-123 {
  border: 4px double #232323;
  border-color: #232323 !important;
  padding: 0px 150px 0px 150px;
}

.page-id-1837 #main-content .float-right, .page-id-2045 #main-content .float-right, .page-id-2047 #main-content .float-right{float:right;}

.centerbutt{direction: rtl;}

.page-id-2104 textarea{margin:0 auto;}
/*.wpcf7-form {margin-right: 60px; }*/
.page-id-2104 .wpcf7-form{margin:0 auto;}

#access-statement{color: #ffffff; opacity: 1; background-color: #000000; direction:rtl;}
#access-statement h2, #access-statement h3, #access-statement h4, #access-statement strong{color:#ffffff;}
#access-statement p{font-size:28px;}
#access-statement a:focus, #access-statement p:focus, #access-statement li:focus, #access-statement h2:focus, #access-statement h3:focus, #access-statement h4:focus {
  outline: #60a845 solid 2px !important;
}

.page-id-1544 .tooltipabout {width: 100% !important}
body #cooked-plugin-page .recipe-action .btn, body #cooked-plugin-page .recipe-action .print-btn, body #cooked-plugin-page .recipe-action .btn-share label span, body #cooked-plugin-page .recipe-action .btn-share label:before, body #cooked-plugin-page .comment-respond .review-field-holder label, body #cooked-plugin-page .chosen-container-single .chosen-single span, body #cooked-submit-recipe-form .section-row .hint-p, body #cooked-plugin-page .recipes-pagination span, body #cooked-plugin-page .recipe-info p.terms-list, body #cooked-plugin-page .recipe-info p.terms-list a:hover, body #cooked-plugin-page .recipe-info p.terms-list a:visited:hover, body #cooked-plugin-page .recipe-action .fs-btn:hover, body #cooked-plugin-page .recipe-action .fs-btn:visited:hover, body #cooked-plugin-page a:hover, body #cooked-plugin-page a:visited:hover, body #cooked-profile-page .cp-user p, body #cooked-profile-page .cp-counts, body #cooked-profile-page .cp-tabs li.active a, body #cooked-profile-page .cp-tabs li.active a:hover{color: #60a845}
body #cooked-plugin-page h2, body #cooked-plugin-page h2 a, body #cooked-plugin-page .reviews-section .rev-item .rev-box .title, body #cooked-plugin-page .reviews-section .rev-item .rev-box .rev-entry, body #cooked-plugin-page .search-section h2, body #cooked-plugin-page .recipe-hints .em-cat, body #cooked-plugin-page .chosen-container-single .chosen-single, body #cooked-plugin-page .result-section.masonry-layout .result-box, body #cooked-plugin-page .result-section.masonry-layout .result-box .cp-box-entry h3, body #cooked-plugin-page .result-section.full-width-box-layout .result-box, body #cooked-plugin-page .result-section.full-width-box-layout .result-box .cp-box-info h2, body #cooked-plugin-page .result-section.table-layout .table-box, body #cooked-plugin-page .recipes-pagination a.next:hover, body #cooked-plugin-page .recipes-pagination a.prev:hover, body #cooked-profile-page .cp-tabs li a:hover{color: #60a845}


/*responsive css changes*/

@media all and (max-width:540px){
    /*snifim page*/
    .vc_custom_1425301705330{width: 100% !important;}
    .loading-content{width:100%;}
    body #cooked-plugin-page .search-section .search-row{padding-left:0;}
    .page-id-2047 .snifimtitle{font-size: 25px;}
    .titleimg {width:25%;}
    .breadcrumb {
        padding-left: 45px;
        position: relative;
        top: 0px;
    }
    .regular-page{padding-top:0;}
    .glolmata img{width:45px !important; height:55px !important; top:0 !important; left:0 !important;}
.followyourfresh{width:196px !important; height:49px !important; top:200px !important; left:20px !important;}
.search-section{width: 100% !important;}
.page-id-2047 .breadcrumb{padding-right:0;}
.buttonback{margin-top:50px !important;}
body #cooked-plugin-page .recipe-hints .product-entry{line-height: 0.5;}
.freshmoment{   width: 200px!important; height: 54px !important;top: 20px !important;}
.page-id-2045 .breadcrumb{padding-right:0px;}
.page-id-2045 .titlemenu1{margin-right:0;}
.menutitle{font-size:40px !important;}
.menudesctitle{text-align:right !important; font-size: 29px !important; }
.menutextp{text-align:right !important;  font-size: 20px !important; line-height:20px !important;}
.page-id-2027 .breadcrumb{padding-right:0}
.page-id-2027 .vc_col-sm-8{width:100% !important;}
.page-id-2027 .careertitle {font-size: 50px;}
h2, .h2{font-size: 21px !important; text-align:right !important;}
.page-id-2027 input, textarea, .form-control{width:140px;}
.wpcf7{margin-right:0;}
.wpcf7-form{margin-right:0}
.page-id-2027 .wpb_wrapper{margin-top:5px;}
.page-id-1837 .breadcrumb{padding-right:0px;}
.page-id-1837 .vc_col-sm-8{width:100% !important;}
.page-id-1837 .zachtitle{font-size:40px !important;}
.vc_custom_1427292032024{ margin-bottom:0 !important;}
.vc_custom_1423067178014 {margin-top:0 !important;}
.page-id-1825 .breadcrumb{padding-right:0 !important;}
.facetitle{font-size: 40px !important;}
.page-id-1825 .glolmata img {top: 70px !important; left:190px !important;}
}


#post-2072 .cp-box .cp-box-info{float:left !important;}
#post-2066 .cp-box .cp-box-info{float:right !important;}
.page-id-2104 input, textarea, .form-control{ width:50%;margin: 4px auto; display:block;}
.page-id-2104 .wpcf7 {margin-top: 50px;}
.page-id-2104 textarea{width:75%; height: 25%;}
.page-id-2104 .wpcf7-submit:hover{background:#60a845; color:#FFFFFF}
.MeetFreshMob{display:none;}


@media all and (max-width:480px){
    .page-side .title{margin-top:0px !important;}
    #inner-bar{display: none;}
    .page-id-2027 .vc_custom_1427287826738{width:100% !important;}
  .page-id-2027 input, textarea, .form-control {  width: 95%;  }
  .page-id-2027 .wpcf7-submit {  width: 45%;  display: block;  margin: 0 auto;  }
  .page-id-1837 input, textarea, .form-control {  width: 95%;  }
  .page-id-1837 .wpcf7-submit {  width: 45%;  display: block;  margin: 0 auto;  }
  .page-id-1837 .vc_custom_1423066795121{display:none;}
  .page-id-2104 input, textarea, .form-control {  width: 95%;  }
  .page-id-2104 .wpcf7-submit {  width: 45%;  display: block;  margin: 0 auto;  }
  .parallax-contents .portfolio-nav{display:none;}
}

@media (min-width: 1024px){
  /*CSS BAR 14.4.2015*/
  .whiteshadow{text-shadow: white 2px 2px 26px;}
  .page-id-2027 input, textarea, .form-control{width: 35%;}
  .page-id-1837 input, textarea, .form-control{width: 35%;}
  .page-id-2027 .wpcf7-submit{width:15%;  display: block;  margin: 0 auto;}
  .page-id-1837 .wpcf7-submit{width:15%;  display: block;  margin: 0 auto;}


}
@media all and (min-width:1023px) and (max-width:1400px){
    .page-id-2047 .vc_col-sm-8 {width:100% !important;}
    .page-id-2047 .search-section{width:100%}
    .page-id-2047 .loading-content {margin-right:0}
    .buttonback{left: 25%;width: 50%;top: 1%;}
    body{overflow:scroll;}
    body #cooked-plugin-page .recipe-row{width:90%;margin-right:10%}
    body #cooked-plugin-page .recipe-info.recipe-center{width:60%;}
.page-side .title{  margin-top: 10px !important;}
.parallax-contents{min-height:100%;}
.parallax-head{display:none;}
    .page-id-2027 .vc_col-sm-8 {width:100% !important;}
    .page-id-2027 input, textarea, .form-control{width:40%;}
    .page-id-2027 input[type="submit"]{margin-right:8.8%;}
    .page-id-1837 .vc_col-sm-8 {width:100% !important;}
    .page-id-1837 input, textarea, .form-control{width:40%;}
    .page-id-1837 input[type="submit"]{margin-right:25%; margin-top:3%;}
.page-id-1837 .wpb_wrapper{  width: 97%;}
.page-id-2104  .vc_col-sm-4{width:100%}
}
@media all and (min-width:1409px) and (max-width:1480px){
    .page-id-2047 .vc_col-sm-8 {width:100% !important;}
    .buttonback{left: 25%;width: 50%;top: 1%;}
    .page-id-2027 .vc_col-sm-8 {width:93% !important;}
    .page-id-2027 input, textarea, .form-control{width:13%;}
        .page-id-1837 .vc_col-sm-8 {width:85% !important;  margin-left: 4%;}
.page-id-2104 .vc_col-sm-4{width: 60%;  margin-left: 21%;}
    .page-id-2104 input, textarea, .form-control {
        margin: -10px auto;
        width: 49%;
        height: 43px;
    }
}
/*FreshMeet*/
.side-content{width:30%; float:right;  padding: 24px;background:white;min-height:800px; overflow-y:auto;}
.side-content .second-part{display:none;}
.side-content .title{font-family:"Androgyne Medium"; font-size:28px;  width: 180px;margin: 0 auto; margin-top:25px!important;margin-bottom:25px!important;font-weight: normal;}
.side-content p{font-family:'textillerregularwebfont'; font-size:21px;}
.dark-template .page-wrapper{min-height:800px !important;}
.term-videography.page-main,.term-videography #main-content .nicescroll-rails, .term-videography #ajax-folio-loader{background:white;}
.centerbutt{margin-top:-14px!important;}
.inner-wrapper .side-content {width: 400px;  margin-top: 20%;}
.ajax-folio ul{padding-left:0;}
.ajax-folio ul li{margin-bottom:0;}
.ajax-folio .subtitle:focus{border:2px solid cyan;}

/*25.5.2015*/
.menubut{  background: #60a845;color: #FFFFFF;font-size: 27px;  background: #60a845;
  color: #FFFFFF;
  font-size: 27px;
  margin: 0 auto;
  display: block;
  width: 240px;
  margin-bottom: 10px !important;}
.menubut:hover{  background: #FFFFFF;color: #60a845;font-size: 27px;}
.menubut:focus{  background: #FFFFFF;color: #60a845;font-size: 27px;}
.page-id-2047 .item{min-height:456px;}
body #cooked-plugin-page .result-section.masonry-layout .result-box .cp-box-entry {display:block;}
body #cooked-plugin-page .result-section.masonry-layout .result-box .cp-box-entry h2{display:none;}
.textcolorbar{  position:fixed;top:5px;right:50%; z-index: 15;max-height: 50px; }
.textcolorbar ul{display: flex;list-style: none;}
span[aria-hidden="true"] {display:none;}
span[aria-hidden="false"] {display:block;}
span.tooltip{
  font-size: 14px;
  font-weight: regular;
  position: inherit;
  padding: 10px 20px;
  color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 3px #000;
  z-index: 9999;
  opacity: 1;
  background-color: #333333;
  width: 50%;
  margin: 0 auto;
}
#menu-toggle-wrapper{border:none; background: transparent;}
#branches-list{list-style-type: none;}
.portfolio-nav .portfolio-prev, .portfolio-nav .portfolio-next{display:none;}

/*it-hive*/

a.ajax-portfolio:focus .row {border: 1px solid red;}

.toranj-vc-row-wrapper > .wpb_row > .wpb_column {
  float: right !important;
}

.cff-post-links {direction: rtl;}

.cff-viewpost-facebook {float: right;}

.cff-share-container {
  float: left;
  line-height: 12px;
}