/* Minify_CSS_UriRewriter::$debugText

*/

/* shortcodes.css */

/* 1    */ /*
/* 2    *| 	Theme Name: Mobius
/* 3    *| 	Theme URI: http://www.mobius.com
/* 4    *| 	Author: ThemeOne
/* 5    *| 	Author URI: http://ThemeOne.com
/* 6    *| 	Description: SHORTCODE : An Multipurpose and Ultra Responsive Portfolio/Blog theme
/* 7    *| 	Version: 2.4.5
/* 8    *| 	License: GNU General Public License version 3.0
/* 9    *| 	License URI: http://www.gnu.org/licenses/gpl-3.0.html
/* 10   *|
/* 11   *| /* ============================================================
/* 12   *|    SUMMARY
/* 13   *| /* ============================================================
/* 14   *|
/* 15   *| 	01. Main Styles
/* 16   *| 	02. Section decorations
/* 17   *| 	03. Column Animations
/* 18   *| 	04. CSS3 Keyframes Animations
/* 19   *| 	05. Grid System
/* 20   *| 	06. Icon Styles
/* 21   *| 	07. Button Styles
/* 22   *| 	08. List
/* 23   *| 	09. Parallax Section
/* 24   *| 	10. Pricing Table
/* 25   *| 	11. Tabs
/* 26   *| 	12. Toggle
/* 27   *| 	13. Accordion
/* 28   *| 	14. Progress bar
/* 29   *| 	15. Pie Chart
/* 30   *| 	16. Counter
/* 31   *| 	17. Carousel
/* 32   *| 	18. Team member
/* 33   *| 	19. Testimonial
/* 34   *| 	20. Client
/* 35   *| 	21. Video
/* 36   *| 	22. Slider
/* 37   *| 	23. Twitter
/* 38   *| 	24. Process Steps
/* 39   *| 	25. Side image section
/* 40   *| 	26. Tooltip
/* 41   *| 	27. Team member box
/* 42   *| 	28. Box anim
/* 43   *| 	29. Pull Quote
/* 44   *| 	30. DropCap
/* 45   *| 	31. Visual composer
/* 46   *|
/* 47   *| /* ============================================================
/* 48   *|    01. MAIN STYLES
/* 49   *| /* ============================================================ */
/* 50   */

/* shortcodes.css */

/* 51   */ ol, ul, li {
/* 52   */ 	list-style: none;
/* 53   */ }
/* 54   */ section {
/* 55   */ 	position: relative;
/* 56   */ }
/* 57   */ section:after,
/* 58   */ .clearfix:after {
/* 59   */ 	content:"";
/* 60   */     display:table;
/* 61   */ 	clear: both;
/* 62   */ }
/* 63   */ .txt-left {
/* 64   */ 	text-align: left;
/* 65   */ }
/* 66   */ .txt-center {
/* 67   */ 	text-align: center;
/* 68   */ }
/* 69   */ .txt-right {
/* 70   */ 	text-align: right;
/* 71   */ }
/* 72   */ .vc_row {
/* 73   */     position: relative;
/* 74   */ }
/* 75   */ a:visited,
/* 76   */ a:active {
/* 77   */ 	text-decoration: none;
/* 78   */ 	color: inherit;
/* 79   */ }
/* 80   */ .subtitle {
/* 81   */ 	margin: 30px auto;
/* 82   */ }
/* 83   */ .h1.subtitle {
/* 84   */ 	display: block;
/* 85   */ 	font-size: 20px;
/* 86   */     line-height: 36px;
/* 87   */ }
/* 88   */ .h2.subtitle {
/* 89   */ 	display: block;
/* 90   */ 	font-size: 18px;
/* 91   */     line-height: 32px;
/* 92   */ }
/* 93   */ .h3.subtitle {
/* 94   */ 	display: block;
/* 95   */ 	font-size: 16px;
/* 96   */     line-height: 28px;
/* 97   */ }
/* 98   */ .h4.subtitle {
/* 99   */ 	display: block;
/* 100  */ 	font-size: 14px;

/* shortcodes.css */

/* 101  */     line-height: 24px;
/* 102  */ }
/* 103  */ .h5.subtitle {
/* 104  */ 	display: block;
/* 105  */ 	font-size: 14px;
/* 106  */     line-height: 20px;
/* 107  */ }
/* 108  */ .h6.subtitle {
/* 109  */ 	display: block;
/* 110  */ 	font-size: 14px;
/* 111  */     line-height: 16px;
/* 112  */ }
/* 113  */ .txt-center.subtitle {
/* 114  */ 	max-width: 70%;
/* 115  */ }
/* 116  */ @media only screen and (max-width: 690px) {
/* 117  */ .txt-center.subtitle {
/* 118  */ 	max-width: 100%;
/* 119  */ }
/* 120  */ .subtitle {
/* 121  */ 	font-size: 16px !important;
/* 122  */ 	line-height: 28px !important;
/* 123  */ }
/* 124  */ }
/* 125  */ .header-wrapper {
/* 126  */ 	position: relative;
/* 127  */ 	display: table;
/* 128  */ 	margin: 0 auto 30px 0;
/* 129  */ }
/* 130  */ .txt-left .header-wrapper-inner,
/* 131  */ .txt-right .header-wrapper-inner {
/* 132  */ 	position: relative;
/* 133  */ 	display: inline-block;
/* 134  */ }
/* 135  */ .txt-center .header-wrapper-inner {
/* 136  */ 	position: relative;
/* 137  */ 	display: inline-block;
/* 138  */ }
/* 139  */ .header-wrapper h1,
/* 140  */ .header-wrapper h2,
/* 141  */ .header-wrapper h3,
/* 142  */ .header-wrapper h4,
/* 143  */ .header-wrapper h5,
/* 144  */ .header-wrapper h6 {
/* 145  */ 	padding: 0 50px;
/* 146  */ 	margin: 0;
/* 147  */ 	white-space: pre;
/* 148  */ }
/* 149  */ .txt-right.header-wrapper h1,
/* 150  */ .txt-right.header-wrapper h2,

/* shortcodes.css */

/* 151  */ .txt-right.header-wrapper h3,
/* 152  */ .txt-right.header-wrapper h4,
/* 153  */ .txt-right.header-wrapper h5,
/* 154  */ .txt-right.header-wrapper h6  {
/* 155  */ 	padding: 0 0 0 50px;
/* 156  */ }
/* 157  */ .txt-left.header-wrapper h1,
/* 158  */ .txt-left.header-wrapper h2,
/* 159  */ .txt-left.header-wrapper h3,
/* 160  */ .txt-left.header-wrapper h4,
/* 161  */ .txt-left.header-wrapper h5,
/* 162  */ .txt-left.header-wrapper h6  {
/* 163  */ 	padding: 0 50px 0 0;
/* 164  */ }
/* 165  */ .decor-before-holder,
/* 166  */ .decor-after-holder {
/* 167  */ 	position: relative;
/* 168  */ 	display: table-cell;
/* 169  */ 	vertical-align: middle;
/* 170  */ 	height: 2px;
/* 171  */ 	width: 50%;
/* 172  */ }
/* 173  */ .txt-right.header-wrapper .decor-before-holder,
/* 174  */ .txt-left.header-wrapper .decor-after-holder {
/* 175  */ 	width: 100%;
/* 176  */ }
/* 177  */ .decor-after,
/* 178  */ .decor-before {
/* 179  */ 	display: block;
/* 180  */ 	position: relative;
/* 181  */ 	width: 100%;
/* 182  */ }
/* 183  */ @media only screen and (max-width: 690px) {
/* 184  */ .header-wrapper {
/* 185  */ 	display: block;
/* 186  */ }
/* 187  */ .header-wrapper h1,
/* 188  */ .header-wrapper h2,
/* 189  */ .header-wrapper h3,
/* 190  */ .header-wrapper h4,
/* 191  */ .header-wrapper h5,
/* 192  */ .header-wrapper h6 {
/* 193  */ 	padding: 0 20px;
/* 194  */ 	margin: 0;
/* 195  */ 	white-space: normal;
/* 196  */ }
/* 197  */ .txt-right.header-wrapper h1,
/* 198  */ .txt-right.header-wrapper h2,
/* 199  */ .txt-right.header-wrapper h3,
/* 200  */ .txt-right.header-wrapper h4,

/* shortcodes.css */

/* 201  */ .txt-right.header-wrapper h5,
/* 202  */ .txt-right.header-wrapper h6  {
/* 203  */ 	padding: 0 0 0 20px;
/* 204  */ }
/* 205  */ .txt-left.header-wrapper h1,
/* 206  */ .txt-left.header-wrapper h2,
/* 207  */ .txt-left.header-wrapper h3,
/* 208  */ .txt-left.header-wrapper h4,
/* 209  */ .txt-left.header-wrapper h5,
/* 210  */ .txt-left.header-wrapper h6  {
/* 211  */ 	padding: 0 20px 0 0;
/* 212  */ }
/* 213  */ .decor-before-holder,
/* 214  */ .decor-after-holder {
/* 215  */ 	display: none;
/* 216  */ }
/* 217  */ }
/* 218  */ .blur {
/* 219  */ 	-webkit-filter: blur(5px);
/* 220  */ 	-moz-filter: blur(5px);
/* 221  */ 	-o-filter: blur(5px);
/* 222  */ 	-ms-filter: blur(5px);
/* 223  */ 	filter: blur(5px);
/* 224  */ }
/* 225  */ .boxed {
/* 226  */ 	position: relative;
/* 227  */ 	padding: 25px 15px 15px 15px;
/* 228  */ 	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
/* 229  */ 	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
/* 230  */ 	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
/* 231  */ 	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
/* 232  */ 	-webkit-transition: top 0.2s linear,-webkit-box-shadow 0.2s linear;
/* 233  */ 	-moz-transition: top 0.2s linear,-moz-box-shadow 0.2s linear;
/* 234  */ 	-o-transition: top 0.2s linear,-o-box-shadow 0.2s linear;
/* 235  */ 	transition: top 0.2s linear,box-shadow 0.2s linear;
/* 236  */ }
/* 237  */ .boxed:hover {
/* 238  */ 	top: -4px;
/* 239  */ 	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
/* 240  */ 	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
/* 241  */ 	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
/* 242  */ }
/* 243  */ .to-sc-image {
/* 244  */ 	display: block;
/* 245  */ 	width: 100%;
/* 246  */ 	height: auto;
/* 247  */ 	margin: 0;
/* 248  */ }
/* 249  */ .to-sc-image-bg {
/* 250  */ 	position: absolute;

/* shortcodes.css */

/* 251  */ 	z-index: 0;
/* 252  */ 	top: 0px;
/* 253  */ 	left: 0px;
/* 254  */ 	bottom: 0px;
/* 255  */ 	right: 0px;
/* 256  */ 	max-width: none;
/* 257  */ 	background-repeat: no-repeat;
/* 258  */ 	background-position: center center;
/* 259  */ 	-webkit-background-size: cover;
/* 260  */ 	-moz-background-size: cover;
/* 261  */ 	-o-background-size: cover;
/* 262  */ 	background-size: cover;
/* 263  */ }
/* 264  */ .to-spacer {
/* 265  */ 	display: block;
/* 266  */ 	height: 0;
/* 267  */ 	clear: both;
/* 268  */ 	overflow: hidden;
/* 269  */ }
/* 270  */ .to-divider-holder {
/* 271  */ 	position: relative;
/* 272  */ 	display: block;
/* 273  */ 	overflow: hidden;
/* 274  */ 	width: 100%;
/* 275  */ 	clear: both;
/* 276  */ }
/* 277  */ .to-divider {
/* 278  */ 	display: block;
/* 279  */ 	height: 0;
/* 280  */ 	margin: auto;
/* 281  */ 	clear: both;
/* 282  */ 	overflow: hidden;
/* 283  */ 	border-top: 1px solid rgba(0,0,0,.15);
/* 284  */ }
/* 285  */ .to-quote {
/* 286  */ 	position: relative;
/* 287  */ 	display: block;
/* 288  */ 	margin: 20px 0;
/* 289  */ 	padding:  0 50px;
/* 290  */ 	font-style: italic;
/* 291  */ 	line-height: 34px;
/* 292  */ 	font-size: 20px;
/* 293  */ 	font-weight: 100;
/* 294  */ 	letter-spacing: 0.5px;
/* 295  */ 	border-left: 2px solid;
/* 296  */ 	border-color: inherit;
/* 297  */ }
/* 298  */ .notransition {
/* 299  */ 	-webkit-transition: none !important;
/* 300  */ 	-moz-transition: none !important;

/* shortcodes.css */

/* 301  */ 	-o-transition: none !important;
/* 302  */ 	-ms-transition: none !important;
/* 303  */ 	transition: none !important;
/* 304  */ }
/* 305  */ .vc_row.vc_row-o-full-height {
/* 306  */     min-height: 100vh !important;
/* 307  */ }
/* 308  */
/* 309  */ /* ============================================================
/* 310  *|    02. SECTION DECORATIONS
/* 311  *| /* ============================================================ */
/* 312  */
/* 313  */ .to-separator-top {
/* 314  */ 	position: absolute;
/* 315  */ 	overflow: hidden;
/* 316  */ 	z-index: 1;
/* 317  */ 	width: 100%;
/* 318  */ 	height: 60px;
/* 319  */ 	left: 0;
/* 320  */ 	top: -59px;
/* 321  */ }
/* 322  */ .to-separator-bottom {
/* 323  */ 	position: absolute;
/* 324  */ 	overflow: hidden;
/* 325  */ 	z-index: 1;
/* 326  */ 	width: 100%;
/* 327  */ 	height: 60px;
/* 328  */ 	left: 0;
/* 329  */ 	bottom: -59px;
/* 330  */ }
/* 331  */ .slope-left,
/* 332  */ .slope-right,
/* 333  */ .rounded-outer,
/* 334  */ .rounded-inner,
/* 335  */ .triangle-outer,
/* 336  */ .triangle-inner,
/* 337  */ .clouds,
/* 338  */ .repeat-triangle-big,
/* 339  */ .repeat-triangle-small,
/* 340  */ .repeat-circle-big,
/* 341  */ .repeat-circle-small {
/* 342  */ 	width: 100%;
/* 343  */ 	height: 100%;
/* 344  */ }
/* 345  */ .repeat-triangle-small,
/* 346  */ .repeat-circle-small {
/* 347  */ 	display: none;
/* 348  */ }
/* 349  */ .to-separator-bottom svg.triangle-inner,
/* 350  */ .to-separator-bottom svg.triangle-outer,

/* shortcodes.css */

/* 351  */ .to-separator-bottom svg.rounded-outer,
/* 352  */ .to-separator-bottom svg.rounded-inner,
/* 353  */ .to-separator-bottom svg.arrow,
/* 354  */ .to-separator-bottom svg.clouds,
/* 355  */ .to-separator-bottom svg.repeat-triangle-big,
/* 356  */ .to-separator-bottom svg.repeat-triangle-small,
/* 357  */ .to-separator-bottom svg.repeat-circle-big,
/* 358  */ .to-separator-bottom svg.repeat-circle-small {
/* 359  */ 	-webkit-transform: rotate(180deg);
/* 360  */ 	-moz-transform: rotate(180deg);
/* 361  */ 	-ms-transform: rotate(180deg);
/* 362  */ 	-o-transform: rotate(180deg);
/* 363  */ 	transform: rotate(180deg);
/* 364  */ }
/* 365  */ .to-separator-bottom svg.slope-right {
/* 366  */ 	-webkit-transform: rotateX(180deg);
/* 367  */ 	-moz-transform: rotateX(180deg);
/* 368  */ 	-ms-transform: rotate(180deg);
/* 369  */ 	-o-transform: rotateX(180deg);
/* 370  */ 	transform: rotateX(180deg);
/* 371  */ }
/* 372  */ .to-separator-top svg.slope-left {
/* 373  */ 	-webkit-transform: rotateY(180deg) rotateX(180deg);
/* 374  */ 	-moz-transform: rotateY(180deg) rotateX(180deg);
/* 375  */ 	-ms-transform: rotate(180deg);
/* 376  */ 	-o-transform: rotateY(180deg) rotateX(180deg);
/* 377  */ 	transform: rotateY(180deg) rotateX(180deg);
/* 378  */ }
/* 379  */ .to-separator-top svg.slope-right {
/* 380  */ 	-webkit-transform: rotateY(180deg);
/* 381  */ 	-moz-transform: rotateY(180deg);
/* 382  */ 	-ms-transform: rotate(180deg);
/* 383  */ 	-o-transform: rotateY(180deg);
/* 384  */ 	transform: rotateY(180deg);
/* 385  */ }
/* 386  */ .to-separator-top .arrow,
/* 387  */ .to-separator-bottom .arrow {
/* 388  */ 	display: block;
/* 389  */ 	position: relative;
/* 390  */ 	height: 60px;
/* 391  */ 	width: 160px;
/* 392  */ 	margin: 0 auto;
/* 393  */ }
/* 394  */ .to-separator-top .circle,
/* 395  */ .to-separator-bottom .circle {
/* 396  */ 	display: block;
/* 397  */ 	position: relative;
/* 398  */ 	height: 120px;
/* 399  */ 	width: 120px;
/* 400  */ 	margin: 0 auto;

/* shortcodes.css */

/* 401  */ 	margin-top: -60px;
/* 402  */ }
/* 403  */ .to-separator-top .circle {
/* 404  */ 	margin-top: 0;
/* 405  */ 	margin-bottom: -60px;
/* 406  */ }
/* 407  */ @media (max-width: 968px){
/* 408  */ .to-separator-top {
/* 409  */ 	height: 35px;
/* 410  */ 	top: -34px;
/* 411  */ }
/* 412  */ .to-separator-bottom {
/* 413  */ 	height: 35px;
/* 414  */ 	bottom: -34px;
/* 415  */ }
/* 416  */ .to-separator-top .arrow,
/* 417  */ .to-separator-bottom .arrow {
/* 418  */ 	height: 35px;
/* 419  */ 	width: 100px;
/* 420  */ }
/* 421  */ .repeat-triangle-small,
/* 422  */ .repeat-circle-small {
/* 423  */ 	display: block;
/* 424  */ }
/* 425  */ .repeat-triangle-big,
/* 426  */ .repeat-circle-big{
/* 427  */ 	display: none;
/* 428  */ }
/* 429  */ }
/* 430  */
/* 431  */ /* ============================================================
/* 432  *|    03. COLUMN ANIMATIONS
/* 433  *| /* ============================================================ */
/* 434  */
/* 435  */ .no-touch .to-sc-image.has-anim,
/* 436  */ .no-touch .col.has-anim,
/* 437  */ .no-touch .has-anim {
/* 438  */ 	opacity: 0;
/* 439  */ 	position: relative;
/* 440  */ }
/* 441  */ .csstransitions.no-touch .to-sc-image.has-anim,
/* 442  */ .csstransitions.no-touch .col.has-anim,
/* 443  */ .csstransitions.no-touch .has-anim {
/* 444  */ 	transition: all 0.8s ease;
/* 445  */     -webkit-transition: all 0.8s ease;
/* 446  */     -moz-transition: all 0.8s ease;
/* 447  */     -o-transition: all 0.8s ease;
/* 448  */ }
/* 449  */ .no-csstransitions.no-touch .to-sc-image.has-anim[data-anim="from-left"],
/* 450  */ .no-csstransitions.no-touch .col.has-anim[data-anim="from-left"],

/* shortcodes.css */

/* 451  */ .no-csstransitions.no-touch .has-anim[data-anim="from-left"] {
/* 452  */ 	left: -40px;
/* 453  */ }
/* 454  */ .csstransitions.no-touch .to-sc-image.has-anim[data-anim="from-left"],
/* 455  */ .csstransitions.no-touch .col.has-anim[data-anim="from-left"],
/* 456  */ .csstransitions.no-touch .has-anim[data-anim="from-left"] {
/* 457  */ 	transform: translate3d(-40px,0,0);
/* 458  */     -webkit-transform: translate3d(-40px,0,0);
/* 459  */     -o-webkit-transform: translate3d(-40px,0,0);
/* 460  */     -moz-webkit-transform: translate3d(-40px,0,0);
/* 461  */ }
/* 462  */ .no-csstransitions.no-touch .to-sc-image.has-anim[data-anim="from-right"],
/* 463  */ .no-csstransitions.no-touch .col.has-anim[data-anim="from-right"],
/* 464  */ .no-csstransitions.no-touch .has-anim[data-anim="from-right"] {
/* 465  */ 	right: -40px;
/* 466  */ }
/* 467  */ .csstransitions.no-touch .to-sc-image.has-anim[data-anim="from-right"],
/* 468  */ .csstransitions.no-touch .col.has-anim[data-anim="from-right"],
/* 469  */ .csstransitions.no-touch .has-anim[data-anim="from-right"] {
/* 470  */ 	transform: translate3d(40px,0,0);
/* 471  */     -webkit-transform: translate3d(40px,0,0);
/* 472  */     -o-webkit-transform: translate3d(40px,0,0);
/* 473  */     -moz-webkit-transform: translate3d(40px,0,0);
/* 474  */ }
/* 475  */ .no-csstransitions.no-touch .to-sc-image.has-anim[data-anim="from-top"],
/* 476  */ .no-csstransitions.no-touch .col.has-anim[data-anim="from-top"],
/* 477  */ .no-csstransitions.no-touch .has-anim[data-anim="from-top"] {
/* 478  */ 	top: -50px;
/* 479  */ }
/* 480  */ .csstransitions.no-touch .to-sc-image.has-anim[data-anim="from-top"],
/* 481  */ .csstransitions.no-touch .col.has-anim[data-anim="from-top"],
/* 482  */ .csstransitions.no-touch .has-anim[data-anim="from-top"] {
/* 483  */ 	transform: translate3d(0,-50px,0);
/* 484  */     -webkit-transform: translate3d(0,-50px,0);
/* 485  */     -o-webkit-transform: translate3d(0,-50px,0);
/* 486  */     -moz-webkit-transform: translate3d(0,-50px,0);
/* 487  */ }
/* 488  */ .no-csstransitions.no-touch .to-sc-image.has-anim[data-anim="from-bottom"],
/* 489  */ .no-csstransitions.no-touch .col.has-anim[data-anim="from-bottom"],
/* 490  */ .no-csstransitions.no-touch .has-anim[data-anim="from-bottom"] {
/* 491  */ 	bottom: -50px;
/* 492  */ }
/* 493  */ .csstransitions.no-touch .to-sc-image.has-anim[data-anim="from-bottom"],
/* 494  */ .csstransitions.no-touch .col.has-anim[data-anim="from-bottom"],
/* 495  */ .csstransitions.no-touch .has-anim[data-anim="from-bottom"] {
/* 496  */ 	transform: translate3d(0,50px,0);
/* 497  */     -webkit-transform: translate3d(0,50px,0);
/* 498  */     -o-webkit-transform: translate3d(0,50px,0);
/* 499  */     -moz-webkit-transform: translate3d(0,50px,0);
/* 500  */ }

/* shortcodes.css */

/* 501  */ .no-touch .to-sc-image.has-anim[data-anim="grow-in"],
/* 502  */ .no-touch .col.has-anim[data-anim="grow-in"],
/* 503  */ .no-touch .has-anim[data-anim="grow-in"] {
/* 504  */ 	transform: scale(0.4);
/* 505  */ 	-webkit-transform: scale(0.4);
/* 506  */ 	-o-transform: scale(0.4);
/* 507  */ 	-moz-transform: scale(0.4);
/* 508  */ 	transition: all 0.8s cubic-bezier(0.2, 0.5, 0.4, 1.3);
/* 509  */ 	-webkit-transition: all 0.8s cubic-bezier(0.2, 0.5, 0.4, 1.3);
/* 510  */ 	-o-transition: all 0.8s cubic-bezier(0.2, 0.5, 0.4, 1.3);
/* 511  */ 	-moz-transition: all 0.8s cubic-bezier(0.2, 0.5, 0.4, 1.3);
/* 512  */ }
/* 513  */ .no-touch .to-sc-image.has-anim[data-anim="flip-in"],
/* 514  */ .no-touch .col.has-anim[data-anim="flip-in"],
/* 515  */ .no-touch .has-anim[data-anim="flip-in"] {
/* 516  */ 	opacity: 0;
/* 517  */     transform: perspective(1000px) rotateY(25deg);
/* 518  */     -webkit-transform: perspective(1000px) rotateY(25deg);
/* 519  */     -o-webkit-transform: perspective(1000px) rotateY(25deg);
/* 520  */     -moz-webkit-transform: perspective(1000px) rotateY(25deg);
/* 521  */     transition: all 1s ease;
/* 522  */     -webkit-transition: all 1s ease;
/* 523  */     -moz-transition: all 1s ease;
/* 524  */     -o-transition: all 1s ease;
/* 525  */ }
/* 526  */
/* 527  */ /* ============================================================
/* 528  *|    04. CSS3 KEYFRAMES ANIMATIONS
/* 529  *| /* ============================================================ */
/* 530  */
/* 531  */ @-webkit-keyframes flash {
/* 532  */ 	0%, 50%, 100% {opacity: 1;}	25%, 75% {opacity: 0;}
/* 533  */ }
/* 534  */ @-moz-keyframes flash {
/* 535  */ 	0%, 50%, 100% {opacity: 1;}
/* 536  */ 	25%, 75% {opacity: 0;}
/* 537  */ }
/* 538  */ @-o-keyframes flash {
/* 539  */ 	0%, 50%, 100% {opacity: 1;}
/* 540  */ 	25%, 75% {opacity: 0;}
/* 541  */ }
/* 542  */ @keyframes flash {
/* 543  */ 	0%, 50%, 100% {opacity: 1;}
/* 544  */ 	25%, 75% {opacity: 0;}
/* 545  */ }
/* 546  */ .flash {
/* 547  */ 	-webkit-animation: flash 1s linear;
/* 548  */ 	-moz-animation: flash 1s linear;
/* 549  */ 	-o-animation: flash 1s linear;
/* 550  */ 	animation: flash 1s linear;

/* shortcodes.css */

/* 551  */ }
/* 552  */
/* 553  */ @-webkit-keyframes shake {
/* 554  */ 	0%, 100% {-webkit-transform: translateX(0);}
/* 555  */ 	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
/* 556  */ 	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
/* 557  */ }
/* 558  */ @-moz-keyframes shake {
/* 559  */ 	0%, 100% {-moz-transform: translateX(0);}
/* 560  */ 	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
/* 561  */ 	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
/* 562  */ }
/* 563  */ @-o-keyframes shake {
/* 564  */ 	0%, 100% {-o-transform: translateX(0);}
/* 565  */ 	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
/* 566  */ 	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
/* 567  */ }
/* 568  */ @keyframes shake {
/* 569  */ 	0%, 100% {transform: translateX(0);}
/* 570  */ 	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
/* 571  */ 	20%, 40%, 60%, 80% {transform: translateX(10px);}
/* 572  */ }
/* 573  */ .shake {
/* 574  */ 	-webkit-animation: shake 1s linear;
/* 575  */ 	-moz-animation: shake 1s linear;
/* 576  */ 	-o-animation: shake 1s linear;
/* 577  */ 	animation: shake 1s linear;
/* 578  */ }
/* 579  */
/* 580  */ @-webkit-keyframes bounce {
/* 581  */ 	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
/* 582  */ 	40% {-webkit-transform: translateY(-30px);}
/* 583  */ 	60% {-webkit-transform: translateY(-15px);}
/* 584  */ }
/* 585  */ @-moz-keyframes bounce {
/* 586  */ 	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
/* 587  */ 	40% {-moz-transform: translateY(-30px);}
/* 588  */ 	60% {-moz-transform: translateY(-15px);}
/* 589  */ }
/* 590  */ @-o-keyframes bounce {
/* 591  */ 	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
/* 592  */ 	40% {-o-transform: translateY(-30px);}
/* 593  */ 	60% {-o-transform: translateY(-15px);}
/* 594  */ }
/* 595  */ @keyframes bounce {
/* 596  */ 	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
/* 597  */ 	40% {transform: translateY(-30px);}
/* 598  */ 	60% {transform: translateY(-15px);}
/* 599  */ }
/* 600  */ .bounce {

/* shortcodes.css */

/* 601  */ 	-webkit-animation: bounce 1s linear;
/* 602  */ 	-moz-animation: bounce 1s linear;
/* 603  */ 	-o-animation: bounce 1s linear;
/* 604  */ 	animation: bounce 1s linear;
/* 605  */ }
/* 606  */
/* 607  */ @-webkit-keyframes tada {
/* 608  */ 	0% {-webkit-transform: scale(1);}
/* 609  */ 	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
/* 610  */ 	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
/* 611  */ 	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
/* 612  */ 	100% {-webkit-transform: scale(1) rotate(0);}
/* 613  */ }
/* 614  */ @-moz-keyframes tada {
/* 615  */ 	0% {-moz-transform: scale(1);}
/* 616  */ 	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
/* 617  */ 	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
/* 618  */ 	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
/* 619  */ 	100% {-moz-transform: scale(1) rotate(0);}
/* 620  */ }
/* 621  */ @-o-keyframes tada {
/* 622  */ 	0% {-o-transform: scale(1);}
/* 623  */ 	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
/* 624  */ 	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
/* 625  */ 	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
/* 626  */ 	100% {-o-transform: scale(1) rotate(0);}
/* 627  */ }
/* 628  */ @keyframes tada {
/* 629  */ 	0% {transform: scale(1);}
/* 630  */ 	10%, 20% {transform: scale(0.9) rotate(-3deg);}
/* 631  */ 	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
/* 632  */ 	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
/* 633  */ 	100% {transform: scale(1) rotate(0);}
/* 634  */ }
/* 635  */ .tada {
/* 636  */ 	-webkit-animation: tada 1s linear;
/* 637  */ 	-moz-animation: tada 1s linear;
/* 638  */ 	-o-animation: tada 1s linear;
/* 639  */ 	animation: tada 1s linear;
/* 640  */ }
/* 641  */
/* 642  */ @-webkit-keyframes swing {
/* 643  */ 	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
/* 644  */ 	20% { -webkit-transform: rotate(15deg); }
/* 645  */ 	40% { -webkit-transform: rotate(-10deg); }
/* 646  */ 	60% { -webkit-transform: rotate(5deg); }
/* 647  */ 	80% { -webkit-transform: rotate(-5deg); }
/* 648  */ 	100% { -webkit-transform: rotate(0deg); }
/* 649  */ }
/* 650  */ @-moz-keyframes swing {

/* shortcodes.css */

/* 651  */ 	20% { -moz-transform: rotate(15deg); }
/* 652  */ 	40% { -moz-transform: rotate(-10deg); }
/* 653  */ 	60% { -moz-transform: rotate(5deg); }
/* 654  */ 	80% { -moz-transform: rotate(-5deg); }
/* 655  */ 	100% { -moz-transform: rotate(0deg); }
/* 656  */ }
/* 657  */ @-o-keyframes swing {
/* 658  */ 	20% { -o-transform: rotate(15deg); }
/* 659  */ 	40% { -o-transform: rotate(-10deg); }
/* 660  */ 	60% { -o-transform: rotate(5deg); }
/* 661  */ 	80% { -o-transform: rotate(-5deg); }
/* 662  */ 	100% { -o-transform: rotate(0deg); }
/* 663  */ }
/* 664  */ @keyframes swing {
/* 665  */ 	20% { transform: rotate(15deg); }
/* 666  */ 	40% { transform: rotate(-10deg); }
/* 667  */ 	60% { transform: rotate(5deg); }
/* 668  */ 	80% { transform: rotate(-5deg); }
/* 669  */ 	100% { transform: rotate(0deg); }
/* 670  */ }
/* 671  */ .swing {
/* 672  */ 	-webkit-transform-origin: top center;
/* 673  */ 	-moz-transform-origin: top center;
/* 674  */ 	-o-transform-origin: top center;
/* 675  */ 	transform-origin: top center;
/* 676  */ 	-webkit-animation: swing 1s linear;
/* 677  */ 	-moz-animation: swing 1s linear;
/* 678  */ 	-o-animation: swing 1s linear;
/* 679  */ 	animation: swing 1s linear;
/* 680  */ }
/* 681  */
/* 682  */ @-webkit-keyframes wobble {
/* 683  */ 	0% { -webkit-transform: translateX(0%); }
/* 684  */ 	15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
/* 685  */ 	30% { -webkit-transform: translateX(20%) rotate(3deg); }
/* 686  */ 	45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
/* 687  */ 	60% { -webkit-transform: translateX(10%) rotate(2deg); }
/* 688  */ 	75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
/* 689  */ 	100% { -webkit-transform: translateX(0%); }
/* 690  */ }
/* 691  */ @-moz-keyframes wobble {
/* 692  */ 	0% { -moz-transform: translateX(0%); }
/* 693  */ 	15% { -moz-transform: translateX(-25%) rotate(-5deg); }
/* 694  */ 	30% { -moz-transform: translateX(20%) rotate(3deg); }
/* 695  */ 	45% { -moz-transform: translateX(-15%) rotate(-3deg); }
/* 696  */ 	60% { -moz-transform: translateX(10%) rotate(2deg); }
/* 697  */ 	75% { -moz-transform: translateX(-5%) rotate(-1deg); }
/* 698  */ 	100% { -moz-transform: translateX(0%); }
/* 699  */ }
/* 700  */ @-o-keyframes wobble {

/* shortcodes.css */

/* 701  */ 	0% { -o-transform: translateX(0%); }
/* 702  */ 	15% { -o-transform: translateX(-25%) rotate(-5deg); }
/* 703  */ 	30% { -o-transform: translateX(20%) rotate(3deg); }
/* 704  */ 	45% { -o-transform: translateX(-15%) rotate(-3deg); }
/* 705  */ 	60% { -o-transform: translateX(10%) rotate(2deg); }
/* 706  */ 	75% { -o-transform: translateX(-5%) rotate(-1deg); }
/* 707  */ 	100% { -o-transform: translateX(0%); }
/* 708  */ }
/* 709  */ @keyframes wobble {
/* 710  */ 	0% { transform: translateX(0%); }
/* 711  */ 	15% { transform: translateX(-25%) rotate(-5deg); }
/* 712  */ 	30% { transform: translateX(20%) rotate(3deg); }
/* 713  */ 	45% { transform: translateX(-15%) rotate(-3deg); }
/* 714  */ 	60% { transform: translateX(10%) rotate(2deg); }
/* 715  */ 	75% { transform: translateX(-5%) rotate(-1deg); }
/* 716  */ 	100% { transform: translateX(0%); }
/* 717  */ }
/* 718  */ .wobble {
/* 719  */ 	-webkit-animation: wobble 1s linear;
/* 720  */ 	-moz-animation: wobble 1s linear;
/* 721  */ 	-o-animation: wobble 1s linear;
/* 722  */ 	animation: wobble 1s linear;
/* 723  */ }
/* 724  */
/* 725  */ @-webkit-keyframes pulse {
/* 726  */ 	0% { -webkit-transform: scale(1); }
/* 727  */ 	25% { -webkit-transform: scale(1.2); }
/* 728  */ 	50% { -webkit-transform: scale(1.1); }
/* 729  */ 	75% { -webkit-transform: scale(1.2); }
/* 730  */ 	100% { -webkit-transform: scale(1); }
/* 731  */ }
/* 732  */ @-moz-keyframes pulse {
/* 733  */ 	0% { -moz-transform: scale(1); }
/* 734  */ 	25% { -moz-transform: scale(1.2); }
/* 735  */ 	50% { -moz-transform: scale(1.1); }
/* 736  */ 	75% { -moz-transform: scale(1.2); }
/* 737  */ 	100% { -moz-transform: scale(1); }
/* 738  */ }
/* 739  */ @-o-keyframes pulse {
/* 740  */ 	0% { -o-transform: scale(1); }
/* 741  */ 	25% { -o-transform: scale(1.2); }
/* 742  */ 	50% { -o-transform: scale(1.1); }
/* 743  */ 	75% { -o-transform: scale(1.2); }
/* 744  */ 	100% { -o-transform: scale(1); }
/* 745  */ }
/* 746  */ @keyframes pulse {
/* 747  */ 	0% { transform: scale(1); }
/* 748  */ 	25% { transform: scale(1.2); }
/* 749  */ 	50% { transform: scale(1.1); }
/* 750  */ 	75% { transform: scale(1.2); }

/* shortcodes.css */

/* 751  */ 	100% { transform: scale(1); }
/* 752  */ }
/* 753  */ .pulse {
/* 754  */ 	-webkit-animation: pulse 1s linear;
/* 755  */ 	-moz-animation: pulse 1s linear;
/* 756  */ 	-o-animation: pulse 1s linear;
/* 757  */ 	animation: pulse 1s linear;
/* 758  */ }
/* 759  */
/* 760  */ @-webkit-keyframes rotate {
/* 761  */ 	0% { -webkit-transform: rotate(0deg); }
/* 762  */ 	25% { -webkit-transform: rotate(45deg); }
/* 763  */ 	50% { -webkit-transform: rotate(180deg); }
/* 764  */ 	75% { -webkit-transform: rotate(315deg); }
/* 765  */ 	100% { -webkit-transform: rotate(360deg); }
/* 766  */ }
/* 767  */ @-moz-keyframes rotate {
/* 768  */ 	0% { -moz-transform: rotate(0deg); }
/* 769  */ 	25% { -moz-transform: rotate(45deg); }
/* 770  */ 	50% { -moz-transform: rotate(180deg); }
/* 771  */ 	75% { -moz-transform: rotate(315deg); }
/* 772  */ 	100% { -moz-transform: rotate(360deg); }
/* 773  */ }
/* 774  */ @-o-keyframes rotate {
/* 775  */ 	0% { -o-transform: rotate(0deg); }
/* 776  */ 	25% { -o-transform: rotate(45deg); }
/* 777  */ 	50% { -o-transform: rotate(180deg); }
/* 778  */ 	75% { -o-transform: rotate(315deg); }
/* 779  */ 	100% { -o-transform: rotate(360deg); }
/* 780  */ }
/* 781  */ @keyframes rotate {
/* 782  */ 	0% { transform: rotate(0deg); }
/* 783  */ 	25% { transform: rotate(45deg); }
/* 784  */ 	50% { transform: rotate(180deg); }
/* 785  */ 	75% { transform: rotate(315deg); }
/* 786  */ 	100% { transform: rotate(360deg); }
/* 787  */ }
/* 788  */ .rotate {
/* 789  */ 	-webkit-animation: rotate 1s linear;
/* 790  */ 	-moz-animation: rotate 1s linear;
/* 791  */ 	-o-animation: rotate 1s linear;
/* 792  */ 	animation: rotate 1s linear;
/* 793  */ }
/* 794  */
/* 795  */ /* ============================================================
/* 796  *|    05. GRID SYSTEM
/* 797  *| /* ============================================================ */
/* 798  */
/* 799  */ .section-container {
/* 800  */ 	position: relative;

/* shortcodes.css */

/* 801  */ 	max-width: 1180px;
/* 802  */ 	margin: 0 auto;
/* 803  */ }
/* 804  */ .vc_row.section-container,
/* 805  */ .vc_row .section-container {
/* 806  */ 	margin: 0 auto !important;
/* 807  */ }
/* 808  */ .clear {
/* 809  */ 	clear: both;
/* 810  */ 	padding-bottom: 24px;
/* 811  */ }
/* 812  */ .col-padding .clear,
/* 813  */ .col-padding + .clear,
/* 814  */ .side-col > .clear:last-child  {
/* 815  */ 	padding-bottom: 0;
/* 816  */ }
/* 817  */ .section-container:after,
/* 818  */ .col:after {
/* 819  */ 	content: "";
/* 820  */ 	display: block;
/* 821  */ 	zoom: 1;
/* 822  */ 	height: 0;
/* 823  */ 	clear: both;
/* 824  */ 	visibility: hidden;
/* 825  */ }
/* 826  */ .col {
/* 827  */ 	position: relative;
/* 828  */ 	display: block;
/* 829  */ 	float: left;
/* 830  */ 	width: 100%;
/* 831  */ 	margin-right: 2%;
/* 832  */ }
/* 833  */ .col.col-last {
/* 834  */ 	margin-right: 0;
/* 835  */ }
/* 836  */ .col-padding {
/* 837  */ 	overflow: hidden;
/* 838  */ 	margin: 0 !important;
/* 839  */ 	padding: 4%;
/* 840  */ 	-webkit-box-sizing: border-box;
/* 841  */ 	-moz-box-sizing: border-box;
/* 842  */ 	box-sizing: border-box;
/* 843  */ }
/* 844  */ .clear-padding {
/* 845  */ 	clear: both;
/* 846  */ 	padding-bottom: 0 !important;
/* 847  */ }
/* 848  */ .five-cols {
/* 849  */ 	width: 20%;
/* 850  */ 	margin-right: 0;

/* shortcodes.css */

/* 851  */ }
/* 852  */ .col-1 { width: 6.5%; }
/* 853  */ .col-2 { width: 15.0%; }
/* 854  */ .col-3 { width: 23.5%; }
/* 855  */ .col-4 { width: 32.0%; }
/* 856  */ .col-5 { width: 40.5%; }
/* 857  */ .col-6 { width: 49.0%; }
/* 858  */ .col-7 { width: 57.5%; }
/* 859  */ .col-8 { width: 66.0%; }
/* 860  */ .col-9 { width: 74.5%; }
/* 861  */ .col-10 { width: 83.0%; }
/* 862  */ .col-11 { width: 91.5%; }
/* 863  */ .col-12 { width: 100%; margin-right: 0;}
/* 864  */
/* 865  */ .col-1.col-padding { width: 8.33%;}
/* 866  */ .col-2.col-padding { width: 16.66%;}
/* 867  */ .col-3.col-padding { width: 24.99%;}
/* 868  */ .col-4.col-padding { width: 33.33%;}
/* 869  */ .col-5.col-padding { width: 41.66%;}
/* 870  */ .col-6.col-padding { width: 49.98%;}
/* 871  */ .col-7.col-padding { width: 58.31%;}
/* 872  */ .col-8.col-padding { width: 66.66%;}
/* 873  */ .col-9.col-padding { width: 74.97%;}
/* 874  */ .col-10.col-padding { width: 83.33%;}
/* 875  */ .col-11.col-padding { width: 91.63%;}
/* 876  */ .col-12.col-padding { width: 100%;}
/* 877  */
/* 878  */ @media only screen and (min-width : 1001px) and (max-width: 1300px) {
/* 879  */ .section-container	{
/* 880  */ 	max-width: 880px;
/* 881  */ 	margin: 0 auto;
/* 882  */ 	position: relative;
/* 883  */ }
/* 884  */ .col-2 {
/* 885  */ 	width: 32.0% !important;
/* 886  */ 	margin-bottom: 2%;
/* 887  */ }
/* 888  */ .col-2.col1-6 {
/* 889  */ 	clear: both;
/* 890  */ }
/* 891  */ .col-2.mid-edge {
/* 892  */ 	margin: 0;
/* 893  */ }
/* 894  */ .col-2.col-padding {
/* 895  */ 	width: 33.33%;
/* 896  */ 	margin: 0;
/* 897  */ 	float: left;
/* 898  */ }
/* 899  */ .col.col-6 .col.col-9 {
/* 900  */ 	width: 100%;

/* shortcodes.css */

/* 901  */ }
/* 902  */ }
/* 903  */ @media only screen and (min-width : 690px) and (max-width : 1000px) {
/* 904  */ .section-container {
/* 905  */     max-width: 600px;
/* 906  */ }
/* 907  */ .col {
/* 908  */ 	margin-bottom: 15px;
/* 909  */ }
/* 910  */ .col.col-12 {
/* 911  */ 	margin-bottom: 0;
/* 912  */ }
/* 913  */ .col-padding {
/* 914  */ 	padding: 6%;
/* 915  */ }
/* 916  */ .five-cols {
/* 917  */ 	width: 50%;
/* 918  */ }
/* 919  */ .col-1,
/* 920  */ .col-2,
/* 921  */ .col-3,
/* 922  */ .col-4,
/* 923  */ .col-5,
/* 924  */ .col-6,
/* 925  */ .col-7,
/* 926  */ .col-8,
/* 927  */ .col-9,
/* 928  */ .col-10,
/* 929  */ .col-11,
/* 930  */ .col-12,
/* 931  */ .col-1.col-padding,
/* 932  */ .col-2.col-padding,
/* 933  */ .col-3.col-padding,
/* 934  */ .col-4.col-padding,
/* 935  */ .col-5.col-padding,
/* 936  */ .col-6.col-padding,
/* 937  */ .col-7.col-padding,
/* 938  */ .col-8.col-padding,
/* 939  */ .col-9.col-padding,
/* 940  */ .col-10.col-padding,
/* 941  */ .col-11.col-padding,
/* 942  */ .col-12.col-padding {
/* 943  */ 	width: 100%;
/* 944  */ 	margin-left: 0px;
/* 945  */ }
/* 946  */ .col1-4 {
/* 947  */ 	-webkit-box-sizing: border-box;
/* 948  */ 	-moz-box-sizing: border-box;
/* 949  */ 	box-sizing: border-box;
/* 950  */ }

/* shortcodes.css */

/* 951  */ .col1-4.col-2,
/* 952  */ .col1-4.col-3 {
/* 953  */ 	width: 48%;
/* 954  */ 	margin-bottom: 2%;
/* 955  */ 	margin-right: 15px;
/* 956  */ 	margin-left: 0px;
/* 957  */ 	padding: 15px;
/* 958  */ 	float: left;
/* 959  */ }
/* 960  */ .col1-4.col-2.col-padding,
/* 961  */ .col1-4.col-3.col-padding {
/* 962  */ 	width: 50%;
/* 963  */ 	margin: 0;
/* 964  */ 	padding: 4%;
/* 965  */ 	float: left;
/* 966  */ }
/* 967  */ li.col1-4.col-2.col-padding,
/* 968  */ li.col1-4.col-3.col-padding {
/* 969  */ 	padding: 2%;
/* 970  */ }
/* 971  */ .col1-4.col-2.clear-both,
/* 972  */ .col1-4.col-3.clear-both {
/* 973  */ 	clear: both;
/* 974  */ }
/* 975  */ .col1-4.col-2.right-edge,
/* 976  */ .col1-4.col-3.right-edge {
/* 977  */ 	margin-right: 0px;
/* 978  */ }
/* 979  */ .col.col-6 .col.col-9 {
/* 980  */ 	width: 100%;
/* 981  */ }
/* 982  */ /*.col.col-4 .col.col-2,
/* 983  *| .col.col-3 .col.col-2,
/* 984  *| .col.col-2 .col.col-2,
/* 985  *| .col.col-6 .col.col-2 {
/* 986  *| 	width: 7%!important;
/* 987  *| }
/* 988  *| .col.col-4 .col-10,
/* 989  *| .col.col-3 .col.col-10,
/* 990  *| .col.col-2 .col.col-10,
/* 991  *| .col.col-6 .col.col-10 {
/* 992  *| 	width: 91%!important;
/* 993  *| }
/* 994  *| .col.col-4 .col.col-3,
/* 995  *| .col.col-3 .col.col-3,
/* 996  *| .col.col-2 .col.col-3,
/* 997  *| .col.col-6 .col.col-3 {
/* 998  *| 	width: 23.5% !important;
/* 999  *| }
/* 1000 *| .col.col-4 .col-9,

/* shortcodes.css *|

/* 1001 *| .col.col-3 .col.col-9,
/* 1002 *| .col.col-2 .col.col-9,
/* 1003 *| .col.col-6 .col.col-9 {
/* 1004 *| 	width: 74.5% !important;
/* 1005 *| }*/
/* 1006 */ }
/* 1007 */
/* 1008 */ @media only screen and (max-width : 690px) {
/* 1009 */ .section-container {
/* 1010 */     max-width: 420px;
/* 1011 */ }
/* 1012 */ .col {
/* 1013 */ 	margin-bottom: 25px;
/* 1014 */ }
/* 1015 */ .col-padding {
/* 1016 */ 	padding: 6%;
/* 1017 */ }
/* 1018 */ .five-cols {
/* 1019 */ 	width: 100%;
/* 1020 */ }
/* 1021 */ .col-1,
/* 1022 */ .col-2,
/* 1023 */ .col-3,
/* 1024 */ .col-4,
/* 1025 */ .col-5,
/* 1026 */ .col-6,
/* 1027 */ .col-7,
/* 1028 */ .col-8,
/* 1029 */ .col-9,
/* 1030 */ .col-10,
/* 1031 */ .col-11,
/* 1032 */ .col-12,
/* 1033 */ .col-1.col-padding,
/* 1034 */ .col-2.col-padding,
/* 1035 */ .col-3.col-padding,
/* 1036 */ .col-4.col-padding,
/* 1037 */ .col-5.col-padding,
/* 1038 */ .col-6.col-padding,
/* 1039 */ .col-7.col-padding,
/* 1040 */ .col-8.col-padding,
/* 1041 */ .col-9.col-padding,
/* 1042 */ .col-10.col-padding,
/* 1043 */ .col-11.col-padding,
/* 1044 */ .col-12.col-padding,
/* 1045 */ .col1-4.col-3.col-padding {
/* 1046 */ 	width: 100%;
/* 1047 */ 	margin-left: 0;
/* 1048 */ }
/* 1049 */ .col.col-4 .col.col-2,
/* 1050 */ .col.col-3 .col.col-2,

/* shortcodes.css */

/* 1051 */ .col.col-2 .col.col-2,
/* 1052 */ .col.col-6 .col.col-2 {
/* 1053 */ 	width: 15% !important;
/* 1054 */ }
/* 1055 */ .col.col-4 .col-10,
/* 1056 */ .col.col-3 .col.col-10,
/* 1057 */ .col.col-2 .col.col-10,
/* 1058 */ .col.col-6 .col.col-10 {
/* 1059 */ 	width: 83% !important;
/* 1060 */ }
/* 1061 */ .col.col-4 .col.col-3,
/* 1062 */ .col.col-3 .col.col-3,
/* 1063 */ .col.col-2 .col.col-3,
/* 1064 */ .col.col-6 .col.col-3 {
/* 1065 */ 	width: 23.5% !important;
/* 1066 */ }
/* 1067 */ .col.col-4 .col-9,
/* 1068 */ .col.col-3 .col.col-9,
/* 1069 */ .col.col-2 .col.col-9,
/* 1070 */ .col.col-6 .col.col-9 {
/* 1071 */ 	width: 74.5% !important;
/* 1072 */ }
/* 1073 */ }
/* 1074 */ @media only screen and (max-width : 480px) {
/* 1075 */ .section-container {
/* 1076 */     max-width: 300px;
/* 1077 */ }
/* 1078 */ }
/* 1079 */
/* 1080 */ /* ============================================================
/* 1081 *|    06. ICON STYLES
/* 1082 *| /* ============================================================ */
/* 1083 */
/* 1084 */ .to-icon-box {
/* 1085 */ 	position: relative;
/* 1086 */ }
/* 1087 */ .to-icon-box i {
/* 1088 */ 	position: absolute;
/* 1089 */ }
/* 1090 */ .left.to-icon-box i {
/* 1091 */ 	left: 0;
/* 1092 */ 	top: 0;
/* 1093 */ }
/* 1094 */ .right.to-icon-box i {
/* 1095 */ 	right: 0;
/* 1096 */ 	top: 0;
/* 1097 */ }
/* 1098 */ .to-icon-txt {
/* 1099 */ 	position: relative;
/* 1100 */ }

/* shortcodes.css */

/* 1101 */ .to-icon-box.left .to-icon-txt {
/* 1102 */ 	margin-left: 30px;
/* 1103 */ 	margin-right: 6%;
/* 1104 */ }
/* 1105 */ .to-icon-box.right .to-icon-txt {
/* 1106 */ 	margin-right: 30px;
/* 1107 */ 	margin-left: 6%;
/* 1108 */ }
/* 1109 */ .to-icon-box.left .to-icon-txt.fa-1g-txt {
/* 1110 */ 	margin-left: 35px;
/* 1111 */ }
/* 1112 */ .to-icon-box.right .to-icon-txt.fa-1g-txt {
/* 1113 */ 	margin-right: 35px;
/* 1114 */ }
/* 1115 */ .to-icon-box.left .to-icon-txt.fa-2x-txt {
/* 1116 */ 	margin-left: 45px;
/* 1117 */ }
/* 1118 */ .to-icon-box.right .to-icon-txt.fa-2x-txt {
/* 1119 */ 	margin-right: 45px;
/* 1120 */ }
/* 1121 */ .to-icon-box.left .to-icon-txt.fa-3x-txt {
/* 1122 */ 	margin-left: 55px;
/* 1123 */ }
/* 1124 */ .to-icon-box.right .to-icon-txt.fa-3x-txt {
/* 1125 */ 	margin-right: 55px;
/* 1126 */ }
/* 1127 */ .to-icon-box.left .to-icon-txt.fa-4x-txt {
/* 1128 */ 	margin-left: 75px;
/* 1129 */ }
/* 1130 */ .to-icon-box.right .to-icon-txt.fa-4x-txt {
/* 1131 */ 	margin-right: 75px;
/* 1132 */ }
/* 1133 */ .to-icon-box.left .to-icon-txt.fa-5x-txt {
/* 1134 */ 	margin-left: 100px;
/* 1135 */ }
/* 1136 */ .to-icon-box.right .to-icon-txt.fa-5x-txt {
/* 1137 */ 	margin-right: 100px;
/* 1138 */ }
/* 1139 */ .to-icon-box.left .to-icon-txt.fa-1g-txt.icon-txt-bg {
/* 1140 */ 	margin-left: 70px;
/* 1141 */ }
/* 1142 */ .to-icon-box.right .to-icon-txt.fa-1g-txt.icon-txt-bg {
/* 1143 */ 	margin-right: 70px;
/* 1144 */ }
/* 1145 */ .to-icon-box.left .to-icon-txt.fa-2x-txt.icon-txt-bg {
/* 1146 */ 	margin-left: 90px;
/* 1147 */ }
/* 1148 */ .to-icon-box.right .to-icon-txt.fa-2x-txt.icon-txt-bg {
/* 1149 */ 	margin-right: 90px;
/* 1150 */ }

/* shortcodes.css */

/* 1151 */ .to-icon-box.left .to-icon-txt.fa-3x-txt.icon-txt-bg {
/* 1152 */ 	margin-left: 115px;
/* 1153 */ }
/* 1154 */ .to-icon-box.right .to-icon-txt.fa-3x-txt.icon-txt-bg {
/* 1155 */ 	margin-right: 115px;
/* 1156 */ }
/* 1157 */ .to-icon-box.left .to-icon-txt.fa-4x-txt.icon-txt-bg {
/* 1158 */ 	margin-left: 135px;
/* 1159 */ }
/* 1160 */ .to-icon-box.right .to-icon-txt.fa-4x-txt.icon-txt-bg {
/* 1161 */ 	margin-right: 135px;
/* 1162 */ }
/* 1163 */ .to-icon-box.left .to-icon-txt.fa-5x-txt.icon-txt-bg {
/* 1164 */ 	margin-left: 160px;
/* 1165 */ }
/* 1166 */ .to-icon-box.right .to-icon-txt.fa-5x-txt.icon-txt-bg {
/* 1167 */ 	margin-right: 160px;
/* 1168 */ }
/* 1169 */ .to-icon.fa-1g {
/* 1170 */ 	font-size: 16px;
/* 1171 */ 	width: 16px;
/* 1172 */ 	height: 16px;
/* 1173 */ }
/* 1174 */ .to-icon.full-bg.fa-1g {
/* 1175 */ 	line-height: 16px;
/* 1176 */ }
/* 1177 */ .to-icon.fa-2x {
/* 1178 */ 	font-size: 26px;
/* 1179 */ 	width: 26px;
/* 1180 */ 	height: 26px;
/* 1181 */ 	line-height: 26px;
/* 1182 */ }
/* 1183 */ .to-icon.full-bg.fa-2x {
/* 1184 */ 	line-height: 26px;
/* 1185 */ }
/* 1186 */ .to-icon.fa-3x {
/* 1187 */ 	font-size: 32px;
/* 1188 */ 	width: 32px;
/* 1189 */ 	height: 32px;
/* 1190 */ 	line-height: 32px;
/* 1191 */ }
/* 1192 */ .to-icon.full-bg.fa-3x {
/* 1193 */ 	line-height: 32px;
/* 1194 */ }
/* 1195 */ .to-icon.fa-4x {
/* 1196 */ 	font-size: 52px;
/* 1197 */ 	width: 52px;
/* 1198 */ 	height: 52px;
/* 1199 */ 	line-height: 52px;
/* 1200 */ }

/* shortcodes.css */

/* 1201 */ .to-icon.full-bg.fa-4x {
/* 1202 */ 	line-height: 52px;
/* 1203 */ }
/* 1204 */ .to-icon.fa-5x {
/* 1205 */ 	font-size: 72px;
/* 1206 */ 	width: 72px;
/* 1207 */ 	height: 72px;
/* 1208 */ 	line-height: 72px;
/* 1209 */ }
/* 1210 */ .to-icon.full-bg.fa-5x {
/* 1211 */ 	line-height: 72px;
/* 1212 */ }
/* 1213 */ .to-icon,
/* 1214 */ .to-icon .to-icon-overlay {
/* 1215 */ 	border-radius: 50%;
/* 1216 */ 	-o-border-radius: 50%;
/* 1217 */ 	-moz-border-radius: 50%;
/* 1218 */ 	-webkit-border-radius: 50%;
/* 1219 */ }
/* 1220 */ .to-icon:after {
/* 1221 */ 	content: "";
/* 1222 */ 	display: block;
/* 1223 */ 	height: 0;
/* 1224 */ 	clear: both;
/* 1225 */ 	visibility: hidden;
/* 1226 */ }
/* 1227 */ .to-icon.full-bg {
/* 1228 */ 	padding: 30px;
/* 1229 */ 	background: rgba(0,0,0,.08);
/* 1230 */ }
/* 1231 */ .to-icon.full-bg.fa-1g {
/* 1232 */ 	padding: 16px;
/* 1233 */ }
/* 1234 */ .to-icon.full-bg.fa-2x {
/* 1235 */ 	padding: 20px;
/* 1236 */ }
/* 1237 */ .to-icon.full-bg.color {
/* 1238 */ 	background: rgba(0,0,0,0);
/* 1239 */ }
/* 1240 */ .vc_column_container .to-icon.full-bg.color.bg-anim:hover,
/* 1241 */ .col:hover .to-icon.full-bg.color.bg-anim {
/* 1242 */ 	color: inherit !important;
/* 1243 */ }
/* 1244 */ .to-icon-overlay {
/* 1245 */ 	display: none;
/* 1246 */ }
/* 1247 */ .to-icon.full-bg .to-icon-overlay,
/* 1248 */ .vc_column_container .to-icon.full-bg.color.bg-anim:hover .to-icon-overlay,
/* 1249 */ .col:hover .to-icon.full-bg.color.bg-anim .to-icon-overlay {
/* 1250 */ 	position: absolute;

/* shortcodes.css */

/* 1251 */ 	display: block;
/* 1252 */ 	z-index: -1;
/* 1253 */ 	opacity: 0;
/* 1254 */ 	-webkit-transition: all 0.3s ease;
/* 1255 */ 	-moz-transition: all 0.3s ease;
/* 1256 */ 	-o-transition: all 0.3s ease;
/* 1257 */ 	transition: all 0.3s ease;
/* 1258 */ }
/* 1259 */ .to-icon {
/* 1260 */ 	position: relative;
/* 1261 */ 	display: inline-block;
/* 1262 */ 	z-index: 0;
/* 1263 */ 	margin-bottom: 25px;
/* 1264 */ 	-webkit-transition: all 0.3s ease;
/* 1265 */ 	-moz-transition: all 0.3s ease;
/* 1266 */ 	-o-transition: all 0.3s ease;
/* 1267 */ 	transition: all 0.3s ease;
/* 1268 */ }
/* 1269 */ .to-icon.pull-left {
/* 1270 */ 	margin-bottom: 0;
/* 1271 */ 	padding: 0;
/* 1272 */ 	margin: 0 20px 5px 0;
/* 1273 */ 	background: none !important;
/* 1274 */ 	box-shadow: none !important;
/* 1275 */ }
/* 1276 */ .txt-right .to-icon.pull-left {
/* 1277 */ 	margin: 0 0 0 20px;
/* 1278 */ 	float: right !important;
/* 1279 */ }
/* 1280 */ .txt-center .to-icon.pull-left {
/* 1281 */ 	float: none !important;
/* 1282 */ }
/* 1283 */ .to-icon.full-bg,
/* 1284 */ .to-icon.border {
/* 1285 */ 	box-shadow: 0 0 0 1px rgba(0,0,0,.08);
/* 1286 */ }
/* 1287 */ .to-icon.full-bg.color .to-icon-overlay,
/* 1288 */ .vc_column_container .to-icon.full-bg.bg-anim:hover .to-icon-overlay,
/* 1289 */ .col:hover .to-icon.full-bg.bg-anim .to-icon-overlay {
/* 1290 */ 	opacity: 1;
/* 1291 */ 	top: 0;
/* 1292 */ 	bottom: 0;
/* 1293 */ 	left: 0;
/* 1294 */ 	right: 0;
/* 1295 */ 	opacity: 1;
/* 1296 */ }
/* 1297 */ .to-icon.full-bg.bg-anim:hover,
/* 1298 */ .vc_column_container .to-icon.full-bg.bg-anim:hover,
/* 1299 */ .col:hover .to-icon.full-bg.bg-anim {
/* 1300 */ 	background: none;

/* shortcodes.css */

/* 1301 */ }
/* 1302 */ .to-button .to-icon.pull-left {
/* 1303 */ 	margin: 0 0.3em 0 0 !important;
/* 1304 */ }
/* 1305 */ .to-button.tiny .to-icon {
/* 1306 */ 	height: 35px;
/* 1307 */ 	line-height: 35px;
/* 1308 */ }
/* 1309 */ .to-button.small .to-icon {
/* 1310 */ 	height: 40px;
/* 1311 */ 	line-height: 40px;
/* 1312 */ }
/* 1313 */ .to-button.regular .to-icon {
/* 1314 */ 	height: 45px;
/* 1315 */ 	line-height: 45px;
/* 1316 */ }
/* 1317 */ .to-button.large .to-icon {
/* 1318 */ 	height: 50px;
/* 1319 */ 	line-height: 50px;
/* 1320 */ }
/* 1321 */ .to-social-icon {
/* 1322 */ 	position: relative;
/* 1323 */ 	display: inline-block;
/* 1324 */ 	height: 24px;
/* 1325 */ 	font-size: 20px;
/* 1326 */ 	margin-left: 15px;
/* 1327 */ }
/* 1328 */ @media only screen and (max-width : 690px) {
/* 1329 */ .left .to-icon-txt,
/* 1330 */ .right .to-icon-txt {
/* 1331 */ 	margin-right: 0;
/* 1332 */ 	margin-left: 0;
/* 1333 */ }
/* 1334 */ }
/* 1335 */ @media only screen and (max-width : 480px) {
/* 1336 */ .to-icon.full-bg,
/* 1337 */ .to-icon.full-bg.color {
/* 1338 */ 	padding: 18px;
/* 1339 */ }
/* 1340 */ }
/* 1341 */
/* 1342 */ /* ============================================================
/* 1343 *|    07. BUTTON STYLES
/* 1344 *| /* ============================================================ */
/* 1345 */
/* 1346 */ .to-button {
/* 1347 */ 	position: relative;
/* 1348 */ 	display: inline-block;
/* 1349 */ 	vertical-align: middle;
/* 1350 */ 	width: auto;

/* shortcodes.css */

/* 1351 */ 	max-height: 100%;
/* 1352 */ 	line-height: inherit;
/* 1353 */ 	margin: 5px 10px 5px 0;
/* 1354 */ 	padding: 0 22px;
/* 1355 */ 	font-weight: normal;
/* 1356 */ 	letter-spacing: 1px;
/* 1357 */ 	text-align: left;
/* 1358 */ 	text-decoration: none;
/* 1359 */ 	cursor: pointer;
/* 1360 */ 	white-space: nowrap;
/* 1361 */ 	border: 0;
/* 1362 */ 	outline: 0;
/* 1363 */ 	border: 2px solid;
/* 1364 */ 	-webkit-backface-visibility: hidden;
/* 1365 */ 	text-shadow: none;
/* 1366 */ 	-moz-box-sizing: border-box;
/* 1367 */ 	-webkit-box-sizing: border-box;
/* 1368 */ 	box-sizing: border-box;
/* 1369 */ 	-webkit-transition: all .3s ease;
/* 1370 */ 	-moz-transition: all .3s ease;
/* 1371 */ 	-o-transition: all .3s ease;
/* 1372 */ 	transition: all .3s ease;
/* 1373 */ }
/* 1374 */ .to-button.tiny {
/* 1375 */ 	height: 35px;
/* 1376 */ 	line-height: 31px;
/* 1377 */ 	font-size: 13px;
/* 1378 */ 	padding: 0 18px;
/* 1379 */ }
/* 1380 */ .to-button.small {
/* 1381 */ 	height: 40px;
/* 1382 */ 	line-height: 36px;
/* 1383 */ 	font-size: 14px;
/* 1384 */ 	padding: 0 24px;
/* 1385 */ }
/* 1386 */ .to-button.regular {
/* 1387 */ 	height: 45px;
/* 1388 */ 	line-height: 41px;
/* 1389 */ 	font-size: 16px;
/* 1390 */ 	padding: 0 28px;
/* 1391 */ }
/* 1392 */ .to-button.large {
/* 1393 */ 	height: 50px;
/* 1394 */ 	line-height: 46px;
/* 1395 */ 	font-size: 18px;
/* 1396 */ 	padding: 0 36px;
/* 1397 */ }
/* 1398 */ .to-button.full-width {
/* 1399 */ 	width: 100%;
/* 1400 */ 	padding: 0;

/* shortcodes.css */

/* 1401 */ 	text-align: center;
/* 1402 */ }
/* 1403 */ .to-button.rounded {
/* 1404 */ 	border-radius: 3px;
/* 1405 */ 	-o-border-radius: 3px;
/* 1406 */ 	-moz-border-radius: 3px;
/* 1407 */ 	-webkit-border-radius: 3px;
/* 1408 */ }
/* 1409 */ .to-button.full-rounded {
/* 1410 */ 	border-radius: 25px;
/* 1411 */ 	-o-border-radius: 25px;
/* 1412 */ 	-moz-border-radius: 25px;
/* 1413 */ 	-webkit-border-radius: 25px;
/* 1414 */ }
/* 1415 */ .to-button.to-button-border {
/* 1416 */ 	background: none !important;
/* 1417 */ 	border: 2px solid;
/* 1418 */ }
/* 1419 */ .to-button.to-button-bg {
/* 1420 */ 	border: 2px solid;
/* 1421 */ }
/* 1422 */ .to-button.to-button-bg.to-button-anim:hover {
/* 1423 */ 	background: none !important;
/* 1424 */ }
/* 1425 */ .to-button .to-button-icon {
/* 1426 */ 	position: relative;
/* 1427 */ 	margin: 0;
/* 1428 */ 	padding: 0 0 0 8px;
/* 1429 */ 	-webkit-transition: left .3s ease, opacity .3s ease;
/* 1430 */ 	-moz-transition: left .3s ease, opacity .3s ease;
/* 1431 */ 	-o-transition: left .3s ease, opacity .3s ease;
/* 1432 */ 	transition: left .3s ease, opacity .3s ease;
/* 1433 */ }
/* 1434 */ .to-button span {
/* 1435 */ 	position: relative;
/* 1436 */ 	display: inline-block;
/* 1437 */ 	pointer-event: none;
/* 1438 */ 	transform: initial;
/* 1439 */ 	-webkit-transition: left .3s ease, color .3s ease;
/* 1440 */ 	-moz-transition: left .3s ease, color .3s ease;
/* 1441 */ 	-o-transition: left .3s ease, color .3s ease;
/* 1442 */ 	transition: left .3s ease, color .3s ease;
/* 1443 */ }
/* 1444 */ .to-button.tiny.to-icon-anim span {
/* 1445 */ 	left: 10px;
/* 1446 */ }
/* 1447 */ .to-button.small.to-icon-anim span {
/* 1448 */ 	left: 11px;
/* 1449 */ }
/* 1450 */ .to-button.regular.to-icon-anim span {

/* shortcodes.css */

/* 1451 */ 	left: 12px;
/* 1452 */ }
/* 1453 */ .to-button.large.to-icon-anim span {
/* 1454 */ 	left: 14px;
/* 1455 */ }
/* 1456 */ .to-button.to-icon-anim:hover span {
/* 1457 */ 	left: -5px;
/* 1458 */ }
/* 1459 */ .to-button.to-icon-anim:hover .to-button-icon {
/* 1460 */ 	left: 0;
/* 1461 */ 	opacity: 1;
/* 1462 */ 	filter: Alpha(Opacity=100);
/* 1463 */ }
/* 1464 */ .to-button.to-icon-anim .to-button-icon{
/* 1465 */ 	left: 0;
/* 1466 */ 	opacity: 0;
/* 1467 */ 	filter: Alpha(Opacity=0);
/* 1468 */ }
/* 1469 */ .to-button.to-icon-anim:hover .to-button-icon {
/* 1470 */ 	left: 5px;
/* 1471 */ 	opacity: 1;
/* 1472 */ }
/* 1473 */
/* 1474 */ /* ============================================================
/* 1475 *|    08. LIST / LIST ICON
/* 1476 *| /* ============================================================ */
/* 1477 */
/* 1478 */ .to-list-holder {
/* 1479 */ 	margin-left: 0;
/* 1480 */ }
/* 1481 */ .to-list {
/* 1482 */ 	position: relative;
/* 1483 */ 	line-height: 24px;
/* 1484 */ 	margin-bottom: 10px;
/* 1485 */ 	list-style: none;
/* 1486 */ }
/* 1487 */ .to-list.with-icon {
/* 1488 */ 	margin-left: 35px;
/* 1489 */ }
/* 1490 */ .to-list .to-icon {
/* 1491 */ 	position: absolute;
/* 1492 */ 	left: -28px;
/* 1493 */ 	margin: 0 !important;
/* 1494 */ 	font-size: 14px;
/* 1495 */ 	line-height: 24px;
/* 1496 */ 	height: 24px;
/* 1497 */ 	width: 24px;
/* 1498 */ 	text-align: center;
/* 1499 */ }
/* 1500 */ i.pull-left {

/* shortcodes.css */

/* 1501 */ 	margin-right: .3em;
/* 1502 */ }
/* 1503 */
/* 1504 */ /* ============================================================
/* 1505 *|    09. PARALLAX SECTION
/* 1506 *| /* ============================================================ */
/* 1507 */
/* 1508 */ .parallax-container {
/* 1509 */ 	position: relative;
/* 1510 */ 	display: block;
/* 1511 */ 	z-index: 0;
/* 1512 */ 	overflow: hidden;
/* 1513 */ 	margin: 0 auto;
/* 1514 */ 	-webkit-backface-visibility: hidden;
/* 1515 */ 	-moz-backface-visibility: hidden;
/* 1516 */ 	backface-visibility: hidden;
/* 1517 */ 	-webkit-transform: translate3d(0);
/* 1518 */ }
/* 1519 */ .no-touch .parallax-container {
/* 1520 */ 	z-index: 0;
/* 1521 */ }
/* 1522 */ .parallax-container.paratrue .parallax-container-inner {
/* 1523 */ 	-webkit-transform: translate3d(0,-50%,0);
/* 1524 */ }
/* 1525 */ .parallax-container-inner {
/* 1526 */ 	position: absolute;
/* 1527 */ 	display: block;
/* 1528 */ 	overflow: hidden;
/* 1529 */ 	width: 100%;
/* 1530 */ 	height: 100%;
/* 1531 */ 	top: 0;
/* 1532 */ 	left: 0;
/* 1533 */ 	margin: 0 auto;
/* 1534 */ }
/* 1535 */ .parallax-container-inner.no-repeat {
/* 1536 */ 	position: absolute;
/* 1537 */ 	display: block;
/* 1538 */ 	width: 100%;
/* 1539 */ 	height: 100%;
/* 1540 */ 	top: 0;
/* 1541 */ 	left: 0;
/* 1542 */ 	margin: 0 auto;
/* 1543 */ 	background-repeat: no-repeat;
/* 1544 */ 	background-position: center center;
/* 1545 */ 	-webkit-background-size: cover;
/* 1546 */     -moz-background-size: cover;
/* 1547 */     -o-background-size: cover;
/* 1548 */ 	background-size: cover;
/* 1549 */ 	-webkit-backface-visibility: hidden;
/* 1550 */ 	-moz-backface-visibility: hidden;

/* shortcodes.css */

/* 1551 */ 	backface-visibility: hidden;
/* 1552 */ }
/* 1553 */ .parallax-container-inner.repeat {
/* 1554 */ 	position: absolute;
/* 1555 */ 	width: 100%;
/* 1556 */ 	height: 100%;
/* 1557 */ 	top: 0;
/* 1558 */ 	left: 0;
/* 1559 */ 	margin: 0 auto;
/* 1560 */ 	background-repeat: repeat;
/* 1561 */ }
/* 1562 */ .touch .parallax-container-inner.no-repeat {
/* 1563 */ 	position: absolute;
/* 1564 */ 	width: 100%;
/* 1565 */ 	height: 100%;
/* 1566 */ 	top: 0;
/* 1567 */ 	left: 0;
/* 1568 */ 	margin: 0 auto;
/* 1569 */ 	background-repeat: no-repeat;
/* 1570 */ 	background-position: center center;
/* 1571 */ 	-webkit-background-size: cover;
/* 1572 */     -moz-background-size: cover;
/* 1573 */     -o-background-size: cover;
/* 1574 */     background-size: cover;
/* 1575 */ }
/* 1576 */ .touch .parallax-container-inner.repeat {
/* 1577 */ 	position: absolute;
/* 1578 */ 	width: 100%;
/* 1579 */ 	height: 100%;
/* 1580 */ 	top: 0;
/* 1581 */ 	left: 0;
/* 1582 */ 	margin: 0 auto;
/* 1583 */ 	background-repeat: repeat;
/* 1584 */ }
/* 1585 */ .parallax-container.paratrue .parallax-container-inner {
/* 1586 */ 	height: 200%;
/* 1587 */ }
/* 1588 */ .parallax-container-inner iframe {
/* 1589 */ 	position: absolute !important;
/* 1590 */ 	display: block;
/* 1591 */ }
/* 1592 */ .parallax-container-inner .mejs-layers,
/* 1593 */ .parallax-container-inner .mejs-controls {
/* 1594 */ 	display: none !important;
/* 1595 */ }
/* 1596 */ .parallax-container-inner .mejs-video {
/* 1597 */ 	width: auto !important;
/* 1598 */ 	height: auto !important;
/* 1599 */ }
/* 1600 */ .parallax-container-inner video {

/* shortcodes.css */

/* 1601 */ 	position: absolute;
/* 1602 */ 	top: 0;
/* 1603 */ 	left: 0;
/* 1604 */ 	min-height: 100%;
/* 1605 */ 	min-width: 100%;
/* 1606 */ }
/* 1607 */ .parallax-container-overlay,
/* 1608 */ .parallax-container-overlay-color {
/* 1609 */ 	position: absolute;
/* 1610 */ 	top: 0;
/* 1611 */ 	bottom: 0;
/* 1612 */ 	left: 0;
/* 1613 */ 	right: 0;
/* 1614 */ 	background-repeat: repeat;
/* 1615 */ }
/* 1616 */ .parallax-container-poster {
/* 1617 */ 	position: absolute;
/* 1618 */ 	top: 0;
/* 1619 */ 	bottom: 0;
/* 1620 */ 	left: 0;
/* 1621 */ 	right: 0;
/* 1622 */ 	margin: 0 auto;
/* 1623 */ 	background-repeat: no-repeat;
/* 1624 */ 	background-position: center center;
/* 1625 */ 	-webkit-background-size: cover;
/* 1626 */     -moz-background-size: cover;
/* 1627 */     -o-background-size: cover;
/* 1628 */     background-size: cover;
/* 1629 */ }
/* 1630 */ .parallax-container-inner .mejs-container {
/* 1631 */ 	z-index: -1;
/* 1632 */ }
/* 1633 */ .parallax-container-inner .mejs-container.mejs-video,
/* 1634 */ .parallax-container-inner .mejs-container.mejs-video * {
/* 1635 */ 	transform: translateZ(0);
/* 1636 */ 	position: relative;
/* 1637 */ }
/* 1638 */
/* 1639 */ /* ============================================================
/* 1640 *|    10. PRICING TABLE
/* 1641 *| /* ============================================================ */
/* 1642 */
/* 1643 */ .to-pricing-holder {
/* 1644 */ 	position: relative;
/* 1645 */ 	display: block;
/* 1646 */ }
/* 1647 */ .vc_row .to-ptable {
/* 1648 */ 	border: 2px solid;
/* 1649 */ 	border-color: rgba(0,0,0,0.15);
/* 1650 */ 	-webkit-border-radius: 25px;

/* shortcodes.css */

/* 1651 */ 	-moz-border-radius: 25px;
/* 1652 */ 	border-radius: 25px;
/* 1653 */ }
/* 1654 */ .to-pricing-holder .to-ptable {
/* 1655 */ 	margin: 0 0 40px 0;
/* 1656 */ 	padding: 0;
/* 1657 */ 	border-left: 1px solid;
/* 1658 */ 	border-right: 1px solid;
/* 1659 */ 	border-top: 2px solid ;
/* 1660 */ 	border-bottom: 2px solid;
/* 1661 */ 	border-color: rgba(0,0,0,0.15);
/* 1662 */ 	-moz-box-sizing: border-box;
/* 1663 */ 	-webkit-box-sizing: border-box;
/* 1664 */ 	box-sizing: border-box;
/* 1665 */ 	transition: all 0.3s ease-in-out;
/* 1666 */ 	-webkit-transition: all 0.3s ease-in-out;
/* 1667 */ 	-moz-transition: all 0.3s ease-in-out;
/* 1668 */ }
/* 1669 */ .to-pricing-holder .to-ptable:first-child {
/* 1670 */ 	border-left: 2px solid;
/* 1671 */ 	-webkit-border-top-left-radius: 25px;
/* 1672 */ 	-webkit-border-bottom-left-radius: 25px;
/* 1673 */ 	-moz-border-radius-topleft: 25px;
/* 1674 */ 	-moz-border-radius-bottomleft: 25px;
/* 1675 */ 	border-top-left-radius: 25px;
/* 1676 */ 	border-bottom-left-radius: 25px;
/* 1677 */ 	border-color: rgba(0,0,0,0.15);
/* 1678 */ }
/* 1679 */ .to-pricing-holder .to-ptable:last-child {
/* 1680 */ 	-webkit-border-top-right-radius: 25px;
/* 1681 */ 	-webkit-border-bottom-right-radius: 25px;
/* 1682 */ 	-moz-border-radius-topright: 25px;
/* 1683 */ 	-moz-border-radius-bottomright: 25px;
/* 1684 */ 	border-top-right-radius: 25px;
/* 1685 */ 	border-bottom-right-radius: 25px;
/* 1686 */ 	border-right: 2px solid;
/* 1687 */ 	border-color: rgba(0,0,0,0.15);
/* 1688 */ }
/* 1689 */ .to-ptable.featured {
/* 1690 */ 	background: rgba(0,0,0,0.015);
/* 1691 */ }
/* 1692 */ .to-ptable.six-cols { width: 16.5%; }
/* 1693 */ .to-ptable.five-cols { width: 20%; }
/* 1694 */ .to-ptable.four-cols { width: 25%; }
/* 1695 */ .to-ptable.three-cols { width: 33.2%; }
/* 1696 */ .to-ptable.two-cols { width: 50%; }
/* 1697 */ .to-ptable .to-ptable-header {
/* 1698 */ 	text-align: center;
/* 1699 */ 	padding: 0 0 20px 0;
/* 1700 */ }

/* shortcodes.css */

/* 1701 */ .to-ptable .to-ptable-header h5 {
/* 1702 */ 	text-transform: uppercase;
/* 1703 */ 	letter-spacing: 1px;
/* 1704 */ 	margin: 0;
/* 1705 */ 	padding: 20px 0;
/* 1706 */ 	font-weight: 600;
/* 1707 */ }
/* 1708 */ .to-ptable .to-ptable-cost {
/* 1709 */ 	display: inline-block;
/* 1710 */ 	font-size: 48px !important;
/* 1711 */ 	line-height: 1em !important;
/* 1712 */ 	padding-top: 20px;
/* 1713 */ 	font-weight:normal !important;
/* 1714 */ }
/* 1715 */ .to-ptable .to-ptable-per {
/* 1716 */ 	font-size: 18px;
/* 1717 */ 	line-height: 18px;
/* 1718 */ }
/* 1719 */ .to-ptable  .to-ptable-value {
/* 1720 */ 	display: inline-block;
/* 1721 */ 	vertical-align: top;
/* 1722 */ 	margin-top: 20px;
/* 1723 */ 	font-size: 26px;
/* 1724 */ 	line-height: 26px;
/* 1725 */ }
/* 1726 */ .to-ptable .to-ptable-content {
/* 1727 */ 	text-align: center;
/* 1728 */ }
/* 1729 */ .to-ptable .to-ptable-content ul {
/* 1730 */ 	margin: 0 !important;
/* 1731 */ 	list-style: none !important;
/* 1732 */ 	-webkit-margin-before: 1em;
/* 1733 */ 	-webkit-margin-after: 1em;
/* 1734 */ 	-webkit-margin-start: 0;
/* 1735 */ 	-webkit-margin-end: 0;
/* 1736 */ 	-webkit-padding-start: 0;
/* 1737 */ }
/* 1738 */ .to-ptable .to-ptable-content ul li {
/* 1739 */ 	margin: 0 !important;
/* 1740 */ 	padding: 4px 20px !important;
/* 1741 */ 	list-style: none !important;
/* 1742 */ 	opacity: 0.85;
/* 1743 */ 	border-top: 1px solid;
/* 1744 */ 	border-color: rgba(0,0,0,0.1);
/* 1745 */ }
/* 1746 */ .to-ptable .to-ptable-content ul li .to-icon {
/* 1747 */ 	position: relative !important;
/* 1748 */ 	display: inline-block !important;
/* 1749 */ 	float: none !important;
/* 1750 */ 	left: auto !important;

/* shortcodes.css */

/* 1751 */ }
/* 1752 */ .to-pricing-holder .to-ptable-content ul li:last-child {
/* 1753 */ 	border-bottom: 1px solid;
/* 1754 */ 	border-color: rgba(0,0,0,0.1);
/* 1755 */ }
/* 1756 */ .to-ptable .to-ptable-button {
/* 1757 */ 	text-align: center;
/* 1758 */ 	padding: 20px;
/* 1759 */ }
/* 1760 */ .to-ptable.featured .to-ptable-button .to-button:hover .to-button-inner {
/* 1761 */ 	color: #ffffff !important;
/* 1762 */ }
/* 1763 */ .to-ptable .to-ptable-button .to-button {
/* 1764 */ 	float: none;
/* 1765 */ 	margin: 10px 0;
/* 1766 */ }
/* 1767 */ .clearfix:after {
/* 1768 */ 	clear: both;
/* 1769 */ }
/* 1770 */ @media only screen and (max-width : 1000px) {
/* 1771 */ .to-pricing-holder .to-ptable {
/* 1772 */ 	width: 50% !important;
/* 1773 */ 	margin-bottom: 25px !important;
/* 1774 */ }
/* 1775 */ }
/* 1776 */ @media only screen and (max-width : 690px) {
/* 1777 */ .to-pricing-holder .to-ptable {
/* 1778 */ 	width: 100% !important;
/* 1779 */ 	margin-bottom: 25px !important;
/* 1780 */ 	border: 2px solid;
/* 1781 */ 	border-radius: 25px;
/* 1782 */ }
/* 1783 */ .to-pricing-holder .to-ptable:first-child,
/* 1784 */ .to-pricing-holder .to-ptable:last-child {
/* 1785 */ 	border-radius: 25px;
/* 1786 */ }
/* 1787 */ }
/* 1788 */
/* 1789 */ /* ============================================================
/* 1790 *|    11. TABS
/* 1791 *| /* ============================================================ */
/* 1792 */
/* 1793 */ .to-tabs-holder {
/* 1794 */ 	position: relative;
/* 1795 */ 	display: block;
/* 1796 */ }
/* 1797 */ .to-tabs {
/* 1798 */ 	position: relative;
/* 1799 */ 	display: inline-block;
/* 1800 */ 	min-width: 100%;

/* shortcodes.css */

/* 1801 */ 	margin: 0 0 10px 0;
/* 1802 */ 	padding: 15px 0;
/* 1803 */ }
/* 1804 */ .block-tabs .to-tabs {
/* 1805 */ 	display: block;
/* 1806 */ 	width: 100%;
/* 1807 */ 	padding: 0;
/* 1808 */ }
/* 1809 */ .compose-mode .vc_element.vc_themeone_tab {
/* 1810 */ 	position: relative !important;
/* 1811 */ 	display: inline-block !important;
/* 1812 */ }
/* 1813 */ .to-tabs li {
/* 1814 */ 	position: relative;
/* 1815 */ 	display: inline-block;
/* 1816 */ 	overflow: hidden;
/* 1817 */ 	width: auto;
/* 1818 */ 	height: 40px;
/* 1819 */ 	line-height: 40px;
/* 1820 */ 	margin: 0 0 10px 0;
/* 1821 */ 	margin-bottom: 0;
/* 1822 */ 	margin-left:0;
/* 1823 */ 	text-transform: uppercase;
/* 1824 */ 	list-style-type:none;
/* 1825 */ 	cursor: pointer;
/* 1826 */ }
/* 1827 */ .to-tabs li span {
/* 1828 */ 	padding: 0 20px;
/* 1829 */ 	font-weight: 600;
/* 1830 */ }
/* 1831 */ .block-tabs .to-tabs li {
/* 1832 */ 	display: block;
/* 1833 */ 	width: 100%;
/* 1834 */ 	text-align: center;
/* 1835 */ 	border-bottom: 1px solid;
/* 1836 */ }
/* 1837 */ .block-tabs .to-tabs li:last-child {
/* 1838 */ 	border-bottom: none;
/* 1839 */ }
/* 1840 */ .to-tabs-holder.tab .to-tabs li {
/* 1841 */ 	overflow: visible;
/* 1842 */ }
/* 1843 */ .to-tabs-content {
/* 1844 */ 	display: block;
/* 1845 */ 	margin: 10px 0 0 0;
/* 1846 */ 	text-align: left;
/* 1847 */ 	cursor: default;
/* 1848 */ 	transform: translateZ(0);
/* 1849 */ }
/* 1850 */ .to-tabs-content .to-tab {

/* shortcodes.css */

/* 1851 */ 	display: none;
/* 1852 */ }
/* 1853 */ .to-tabs-content .to-tab.active-tab {
/* 1854 */ 	display: block;
/* 1855 */ }
/* 1856 */ .to-tabs-holder .clear {
/* 1857 */ 	padding: 0;
/* 1858 */ }
/* 1859 */ .to-tabs li.to-tabs-line {
/* 1860 */ 	position: absolute;
/* 1861 */ 	display: block;
/* 1862 */ 	height: 3px;
/* 1863 */ 	bottom: -1px;
/* 1864 */ 	left: 0;
/* 1865 */ }
/* 1866 */ .product .to-tabs li.to-tabs-line {
/* 1867 */ 	bottom: -2px;
/* 1868 */ }
/* 1869 */ .block-tabs .to-tabs li.to-tabs-line {
/* 1870 */ 	display: none;
/* 1871 */ }
/* 1872 */ .to-tabs li.to-tabs-overlay {
/* 1873 */ 	position: absolute;
/* 1874 */ 	display: block;
/* 1875 */ 	height: 100%;
/* 1876 */ 	top: 0;
/* 1877 */ 	left: 0;
/* 1878 */ 	bottom: 0;
/* 1879 */ 	right: 0;
/* 1880 */ 	border-bottom: 1px solid;
/* 1881 */ 	border-color: inherit;
/* 1882 */ }
/* 1883 */ .product .to-tabs li.to-tabs-overlay {
/* 1884 */ 	border-top: 1px solid;
/* 1885 */ 	border-color: inherit;
/* 1886 */ }
/* 1887 */ .to-tabs li.to-tabs-overlay {
/* 1888 */ 	-webkit-border-top-left-radius: 10px;
/* 1889 */ 	-webkit-border-top-right-radius: 10px;
/* 1890 */ 	-moz-border-radius-topleft: 10px;
/* 1891 */ 	-moz-border-radius-topright: 10px;
/* 1892 */ 	border-top-left-radius: 10px;
/* 1893 */ 	border-top-right-radius: 10px;
/* 1894 */ }
/* 1895 */ .block-tabs .to-tabs li.to-tabs-overlay {
/* 1896 */ 	border-radius: 0;
/* 1897 */ }
/* 1898 */ .full-width .to-tabs li.to-tabs-overlay {
/* 1899 */ 	left: -500%;
/* 1900 */ 	right: -500%;

/* shortcodes.css */

/* 1901 */ }
/* 1902 */ .to-tabs li span,
/* 1903 */ .to-tabs-line {
/* 1904 */ 	-webkit-transition: all 0.3s ease-in-out;
/* 1905 */     -moz-transition: all 0.3s ease-in-out;
/* 1906 */     -ms-transition: all 0.3s ease-in-out;
/* 1907 */     -o-transition: all 0.3s ease-in-out;
/* 1908 */     transition: all 0.3s ease-in-out;
/* 1909 */ }
/* 1910 */
/* 1911 */ /* ============================================================
/* 1912 *|    12. TOGGLE
/* 1913 *| /* ============================================================ */
/* 1914 */
/* 1915 */ .to-toggle-holder {
/* 1916 */ 	margin-bottom: 5px;
/* 1917 */ 	border-bottom: 1px solid;
/* 1918 */ 	border-color: inherit;
/* 1919 */ }
/* 1920 */ .to-toggle-title {
/* 1921 */ 	position: relative;
/* 1922 */ 	line-height: 30px;
/* 1923 */ 	padding: 5px 0;
/* 1924 */ 	margin: 0 !important;
/* 1925 */ 	cursor: pointer;
/* 1926 */ }
/* 1927 */ .to-toggle-open {
/* 1928 */ 	display: inline-block;
/* 1929 */ 	margin: 0 10px;
/* 1930 */ 	text-align: center;
/* 1931 */ 	width: 30px;
/* 1932 */ 	height: 30px;
/* 1933 */ 	opacity: 0.85;
/* 1934 */ 	font-weight: 100;
/* 1935 */ 	border-radius: 100%;
/* 1936 */ 	-o-border-radius: 100%;
/* 1937 */ 	-moz-border-radius: 100%;
/* 1938 */ 	-webkit-border-radius: 100%;
/* 1939 */ }
/* 1940 */ .to-toggle-open i {
/* 1941 */ 	font-size: 14px;
/* 1942 */ 	line-height: 30px;
/* 1943 */ 	transition: all 0s linear;
/* 1944 */ 	-webkit-transition: color .3s ease-in-out;
/* 1945 */ 	-moz-transition: color .3s ease-in-out;
/* 1946 */ 	-o-transition: color .3s ease-in-out;
/* 1947 */ 	-ms-transition: color .3s ease-in-out;
/* 1948 */ }
/* 1949 */ .to-toggle-open .fa {
/* 1950 */ 	font-size: 14px;

/* shortcodes.css */

/* 1951 */ }
/* 1952 */ .to-toggle-title:hover .to-toggle-open {
/* 1953 */ 	opacity: 1;
/* 1954 */ }
/* 1955 */ .to-toggle-content {
/* 1956 */ 	display: none;
/* 1957 */ 	margin: 25px 50px 25px 10px;
/* 1958 */ }
/* 1959 */
/* 1960 */ /* ============================================================
/* 1961 *|    13. ACCORDION
/* 1962 *| /* ============================================================ */
/* 1963 */
/* 1964 */ .to-accordion-holder {
/* 1965 */ 	margin-bottom: 5px;
/* 1966 */ 	border-bottom: 1px solid;
/* 1967 */ 	border-color: inherit;
/* 1968 */ }
/* 1969 */ .to-accordion-title {
/* 1970 */ 	position: relative;
/* 1971 */ 	line-height: 30px;
/* 1972 */ 	padding: 5px 0;
/* 1973 */ 	margin: 0 !important;
/* 1974 */ 	cursor: pointer;
/* 1975 */ }
/* 1976 */ .to-accordion-icon {
/* 1977 */ 	display: inline-block;
/* 1978 */ 	position: relative;
/* 1979 */ 	top: 3px;
/* 1980 */ 	margin: 0 10px;
/* 1981 */ 	font-size: 18px;
/* 1982 */ }
/* 1983 */ .to-accordion-open {
/* 1984 */ 	display: inline-block;
/* 1985 */ 	float: right;
/* 1986 */ 	margin: 0 10px;
/* 1987 */ 	text-align: center;
/* 1988 */ 	width: 30px;
/* 1989 */ 	height: 30px;
/* 1990 */ 	opacity: 0.85;
/* 1991 */ 	font-weight: 100;
/* 1992 */ 	border-radius: 100%;
/* 1993 */ 	-o-border-radius: 100%;
/* 1994 */ 	-moz-border-radius: 100%;
/* 1995 */ 	-webkit-border-radius: 100%;
/* 1996 */ }
/* 1997 */ .to-accordion-open i {
/* 1998 */ 	font-size: 14px;
/* 1999 */ 	line-height: 30px;
/* 2000 */ 	transition: all 0s linear;

/* shortcodes.css */

/* 2001 */ 	-webkit-transition: color .3s ease-in-out;
/* 2002 */ 	-moz-transition: color .3s ease-in-out;
/* 2003 */ 	-o-transition: color .3s ease-in-out;
/* 2004 */ 	-ms-transition: color .3s ease-in-out;
/* 2005 */ }
/* 2006 */ .to-accordion-open .fa {
/* 2007 */ 	font-size: 14px;
/* 2008 */ }
/* 2009 */ .to-accordion-title:hover .to-accordion-open {
/* 2010 */ 	opacity: 1;
/* 2011 */ }
/* 2012 */ .to-accordion-content {
/* 2013 */ 	display: none;
/* 2014 */ 	margin: 25px 50px 25px 10px;
/* 2015 */ }
/* 2016 */
/* 2017 */ /* ============================================================
/* 2018 *|    14. PROGRESS BAR
/* 2019 *| /* ============================================================ */
/* 2020 */
/* 2021 */ .to-progress-bar-container {
/* 2022 */ 	margin-bottom: 16px;
/* 2023 */ }
/* 2024 */ .to-progress-bar-holder {
/* 2025 */ 	margin-bottom: 2px;
/* 2026 */ 	border-radius: 100px;
/* 2027 */ 	-webkit-border-radius: 100px;
/* 2028 */ 	-o-border-radius: 100px;
/* 2029 */ 	-moz-border-radius: 100px;
/* 2030 */ }
/* 2031 */ .to-progress-bar {
/* 2032 */ 	position: relative;
/* 2033 */ 	display: block;
/* 2034 */ 	overflow: visible !important;
/* 2035 */ 	height: 15px;
/* 2036 */ 	width: 0;
/* 2037 */ 	margin: 0;
/* 2038 */ 	border-radius: 100px;
/* 2039 */ 	-webkit-border-radius: 100px;
/* 2040 */ 	-o-border-radius: 100px;
/* 2041 */ 	-moz-border-radius: 100px;
/* 2042 */ }
/* 2043 */ .to-progress-bar-title {
/* 2044 */ 	font-size: 13px;
/* 2045 */ }
/* 2046 */ .to-progress-bar-title strong {
/* 2047 */ 	font-size: 14px;
/* 2048 */ 	margin: 0 0 0 10px;
/* 2049 */ }
/* 2050 */

/* shortcodes.css */

/* 2051 */ /* ============================================================
/* 2052 *|    15. PIE CHART
/* 2053 *| /* ============================================================ */
/* 2054 */
/* 2055 */ .to-pie-chart-holder {
/* 2056 */ 	position: relative;
/* 2057 */ 	margin: 0 auto;
/* 2058 */ }
/* 2059 */ .to-pie-chart {
/* 2060 */ 	position: relative;
/* 2061 */ 	margin: 0 auto;
/* 2062 */ 	text-align: center;
/* 2063 */ }
/* 2064 */ .to-pie-chart span {
/* 2065 */ 	float: none;
/* 2066 */ 	margin: 0;
/* 2067 */ 	font-size: 32px;
/* 2068 */ 	text-align: center;
/* 2069 */ 	font-weight: 100 !important;
/* 2070 */ 	line-height: inherit !important;
/* 2071 */ }
/* 2072 */ .to-pie-chart i:before {
/* 2073 */ 	line-height: inherit;
/* 2074 */ }
/* 2075 */ .to-pie-chart canvas {
/* 2076 */ 	position: absolute;
/* 2077 */ 	top: 0;
/* 2078 */ 	left: 0;
/* 2079 */ }
/* 2080 */ .to-pie-chart .fa-2x {
/* 2081 */ 	font-size: 32px;
/* 2082 */ }
/* 2083 */ .to-pie-chart [class^="icon-et-"],
/* 2084 */ .to-pie-chart [class*=" icon-et-"] {
/* 2085 */ 	line-height: inherit;
/* 2086 */ }
/* 2087 */
/* 2088 */ /* ============================================================
/* 2089 *|    16. COUNTER
/* 2090 *| /* ============================================================ */
/* 2091 */
/* 2092 */ .to-counter-holder {
/* 2093 */ 	position: relative;
/* 2094 */ 	display: inline-block;
/* 2095 */ 	margin: 0 auto;
/* 2096 */ }
/* 2097 */ .to-counter-number {
/* 2098 */ 	position: relative;
/* 2099 */ 	display: inline-block;
/* 2100 */ }

/* shortcodes.css */

/* 2101 */ .to-counter-number .to-count-number {
/* 2102 */ 	position: relative;
/* 2103 */ 	display: inline-block;
/* 2104 */ 	font-size: 60px;
/* 2105 */ 	font-weight: 100;
/* 2106 */ 	line-height: 70px;
/* 2107 */ }
/* 2108 */ .to-counter-number i {
/* 2109 */ 	position: relative;
/* 2110 */ 	display: inline-block;
/* 2111 */ 	margin: 0 0 0 10px;
/* 2112 */ 	height: 46px;
/* 2113 */ 	width: 46px;
/* 2114 */ }
/* 2115 */ .left.to-counter-number i {
/* 2116 */ 	margin: 0 10px 0 0;
/* 2117 */ }
/* 2118 */ .to-counter-number i:before {
/* 2119 */ 	position: absolute;
/* 2120 */ 	top: 5px;
/* 2121 */ 	right: 0;
/* 2122 */ 	height: 46px;
/* 2123 */ 	font-size: 46px;
/* 2124 */ 	line-height: 46px;
/* 2125 */ }
/* 2126 */ .left.to-counter-number i:before {
/* 2127 */ 	right: auto;
/* 2128 */ 	left: 0;
/* 2129 */ }
/* 2130 */ .to-counter-number [class^="icon-et-"]:before,
/* 2131 */ .to-counter-number [class*=" icon-et-"]:before {
/* 2132 */ 	font-size: 36px;
/* 2133 */ }
/* 2134 */ .to-counter-number i.icon-et-bike:before {
/* 2135 */ 	font-size: 28px;
/* 2136 */ }
/* 2137 */ .to-counter-number-desc {
/* 2138 */ 	position: relative;
/* 2139 */ 	display: block;
/* 2140 */ 	font-size: 18px;
/* 2141 */ 	font-weight: 600;
/* 2142 */ 	margin: -5px 0 0 0;
/* 2143 */ }
/* 2144 */
/* 2145 */ /* ============================================================
/* 2146 *|    17. CAROUSEL
/* 2147 *| /* ============================================================ */
/* 2148 */
/* 2149 */ .owl-carousel .owl-wrapper:after {
/* 2150 */ 	content: ".";

/* shortcodes.css */

/* 2151 */ 	display: block;
/* 2152 */ 	clear: both;
/* 2153 */ 	visibility: hidden;
/* 2154 */ 	line-height: 0;
/* 2155 */ 	height: 0;
/* 2156 */ }
/* 2157 */ .owl-carousel {
/* 2158 */ 	display: none;
/* 2159 */ 	list-style: none;
/* 2160 */ 	margin-left: 0;
/* 2161 */ 	position: relative;
/* 2162 */ 	width: 100%;
/* 2163 */ 	-ms-touch-action: pan-y;
/* 2164 */ 	cursor:-webkit-grab;
/* 2165 */ 	cursor:-moz-grab;
/* 2166 */ }
/* 2167 */ .owl-carousel .owl-wrapper {
/* 2168 */ 	display: none;
/* 2169 */ 	position: relative;
/* 2170 */ 	-webkit-transform: translate3d(0px, 0px, 0px);
/* 2171 */ 	cursor: move;
/* 2172 */     cursor: -moz-grab;
/* 2173 */     cursor: -webkit-grab;
/* 2174 */ }
/* 2175 */ .owl-carousel .owl-wrapper.grabbing {
/* 2176 */ 	cursor: -moz-grabbing;
/* 2177 */     cursor: -webkit-grabbing;
/* 2178 */ }
/* 2179 */ .owl-carousel .owl-wrapper-outer {
/* 2180 */ 	overflow: hidden;
/* 2181 */ 	position: relative;
/* 2182 */ 	width: 100%;
/* 2183 */ }
/* 2184 */ .owl-carousel .owl-wrapper-outer.autoHeight {
/* 2185 */ 	-webkit-transition: height 500ms ease-in-out;
/* 2186 */ 	-moz-transition: height 500ms ease-in-out;
/* 2187 */ 	-ms-transition: height 500ms ease-in-out;
/* 2188 */ 	-o-transition: height 500ms ease-in-out;
/* 2189 */ 	transition: height 500ms ease-in-out;
/* 2190 */ }
/* 2191 */ .owl-carousel .owl-item{
/* 2192 */ 	float: left;
/* 2193 */ }
/* 2194 */ .owl-controls .owl-page,
/* 2195 */ .owl-controls .owl-buttons div{
/* 2196 */ 	cursor: pointer;
/* 2197 */ }
/* 2198 */ .owl-controls {
/* 2199 */ 	-webkit-user-select: none;
/* 2200 */ 	-khtml-user-select: none;

/* shortcodes.css */

/* 2201 */ 	-moz-user-select: none;
/* 2202 */ 	-ms-user-select: none;
/* 2203 */ 	user-select: none;
/* 2204 */ 	-webkit-tap-highlight-color: rgba(0,0,0,0);
/* 2205 */ }
/* 2206 */ .grabbing {
/* 2207 */     cursor:url(grabbing.png) 8 8, move;
/* 2208 */ }
/* 2209 */ .owl-carousel  .owl-wrapper,
/* 2210 */ .owl-carousel  .owl-item {
/* 2211 */ 	-webkit-backface-visibility: hidden;
/* 2212 */ 	-moz-backface-visibility:    hidden;
/* 2213 */ 	-ms-backface-visibility:     hidden;
/* 2214 */ 	-webkit-transform: translate3d(0,0,0);
/* 2215 */ 	-moz-transform: translate3d(0,0,0);
/* 2216 */ 	-ms-transform: translate3d(0,0,0);
/* 2217 */ }
/* 2218 */ .owl-controls{
/* 2219 */ 	margin-top: 10px;
/* 2220 */ 	text-align: center;
/* 2221 */ 	-webkit-transform: initial;
/* 2222 */ 	-moz-transform: initial;
/* 2223 */ 	-ms-transform: initial;
/* 2224 */ 	-o-transform: initial;
/* 2225 */ 	transform: initial;
/* 2226 */ }
/* 2227 */ .owl-controls .owl-buttons .owl-prev {
/* 2228 */ 	position: absolute;
/* 2229 */ 	width: 20px;
/* 2230 */ 	right: 25px;
/* 2231 */ 	top: -40px;
/* 2232 */ }
/* 2233 */ .owl-controls .owl-buttons .owl-next {
/* 2234 */ 	position: absolute;
/* 2235 */ 	width: 20px;
/* 2236 */ 	right: 0;
/* 2237 */ 	top: -40px;
/* 2238 */ }
/* 2239 */ .owl-controls .owl-buttons {
/* 2240 */ 	-webkit-transform: initial;
/* 2241 */ 	-moz-transform: initial;
/* 2242 */ 	-ms-transform: initial;
/* 2243 */ 	-o-transform: initial;
/* 2244 */ 	transform: initial;
/* 2245 */ }
/* 2246 */ .owl-controls .owl-buttons div {
/* 2247 */ 	display: inline-block;
/* 2248 */ 	zoom: 1;
/* 2249 */ 	*display: inline;
/* 2250 */ 	margin: 5px;

/* shortcodes.css */

/* 2251 */ 	padding: 3px 0;
/* 2252 */ 	font-size: 14px;
/* 2253 */ 	transition: all 0.2s linear;
/* 2254 */ 	-webkit-transition: all 0.2s linear;
/* 2255 */ 	-o-transition: all 0.2s linear;
/* 2256 */ 	-moz-transition: all 0.2s linear;
/* 2257 */ }
/* 2258 */ .owl-controls .owl-buttons div,
/* 2259 */ .owl-controls .owl-buttons i {
/* 2260 */ 	-webkit-backface-visibility: hidden;
/* 2261 */ 	-moz-backface-visibility:    hidden;
/* 2262 */ 	-ms-backface-visibility:     hidden;
/* 2263 */ }
/* 2264 */ .owl-pagination {
/* 2265 */ 	margin-top: 15px;
/* 2266 */ }
/* 2267 */ .owl-controls .owl-page.active{
/* 2268 */ 	background: none !important;
/* 2269 */ }
/* 2270 */ .owl-controls .owl-page {
/* 2271 */ 	display: inline-block;
/* 2272 */ 	zoom: 1;
/* 2273 */ 	*display: inline;
/* 2274 */ }
/* 2275 */ .owl-controls .owl-page span {
/* 2276 */ 	display: block;
/* 2277 */ 	width: 12px;
/* 2278 */ 	height: 12px;
/* 2279 */ 	margin: 4px;
/* 2280 */ 	background: rgba(255,255,255,.3);
/* 2281 */ 	filter: Alpha(Opacity=85);
/* 2282 */ 	opacity: 0.85;
/* 2283 */ 	-webkit-border-radius: 50%;
/* 2284 */ 	-moz-border-radius: 50%;
/* 2285 */ 	border-radius: 50%;
/* 2286 */ 	transition: all 0.2s linear;
/* 2287 */ 	-webkit-transition: all 0.2s linear;
/* 2288 */ 	-o-transition: all 0.2s linear;
/* 2289 */ 	-moz-transition: all 0.2s linear;
/* 2290 */ }
/* 2291 */ .dark .owl-page span {
/* 2292 */ 	background: rgba(0,0,0,0.25);
/* 2293 */ }
/* 2294 */ .owl-controls .owl-page.active {
/* 2295 */ 	background: none !important;
/* 2296 */ }
/* 2297 */ .owl-controls .owl-page.active span,
/* 2298 */ .owl-controls.clickable .owl-page:hover span {
/* 2299 */ 	filter: Alpha(Opacity=100);
/* 2300 */ 	opacity: 1;

/* shortcodes.css */

/* 2301 */ }
/* 2302 */ .owl-controls .owl-page span.owl-numbers {
/* 2303 */ 	height: auto;
/* 2304 */ 	width: auto;
/* 2305 */ 	color: #ffffff;
/* 2306 */ 	padding: 2px 10px;
/* 2307 */ 	font-size: 12px;
/* 2308 */ 	-webkit-border-radius: 30px;
/* 2309 */ 	-moz-border-radius: 30px;
/* 2310 */ 	border-radius: 30px;
/* 2311 */ }
/* 2312 */ .owl-item.loading{
/* 2313 */ 	min-height: 150px;
/* 2314 */ 	background: url(AjaxLoader.gif) no-repeat center center
/* 2315 */ }
/* 2316 */
/* 2317 */ /* ============================================================
/* 2318 *|    18. TEAM MEMBER
/* 2319 *| /* ============================================================ */
/* 2320 */
/* 2321 */
/* 2322 */ .to-team-carousel .owl-wrapper-outer {
/* 2323 */ 	padding-top: 10px;
/* 2324 */ }
/* 2325 */ .to-team-carousel .to-member-item {
/* 2326 */ 	list-style: none;
/* 2327 */ 	margin: 10px;
/* 2328 */ }
/* 2329 */ .to-team-carousel.circle .to-member-item {
/* 2330 */ 	text-align: center;
/* 2331 */ }
/* 2332 */ .to-team-carousel .to-member-photo {
/* 2333 */ 	position: relative;
/* 2334 */ 	overflow: hidden;
/* 2335 */ 	width: 100%;
/* 2336 */ 	height: auto;
/* 2337 */ 	margin: auto;
/* 2338 */ }
/* 2339 */ .to-team-carousel.circle .to-member-photo {
/* 2340 */ 	overflow: visible;
/* 2341 */ 	width: 90%;
/* 2342 */ }
/* 2343 */ .to-team-carousel .to-member-item img {
/* 2344 */ 	position: relative;
/* 2345 */ 	display: block;
/* 2346 */ 	width: 100%;
/* 2347 */ 	height: auto;
/* 2348 */ }
/* 2349 */ .to-team-carousel .to-member-name {
/* 2350 */ 	margin: 12px 0 4px 0;

/* shortcodes.css */

/* 2351 */ 	font-weight: 600;
/* 2352 */ 	text-transform: uppercase;
/* 2353 */ }
/* 2354 */ .to-team-carousel.circle .to-member-overlay {
/* 2355 */ 	position: absolute;
/* 2356 */ 	width: 94%;
/* 2357 */ 	height: 94%;
/* 2358 */ 	top: 3%;
/* 2359 */ 	bottom: 3%;
/* 2360 */ 	left: 3%;
/* 2361 */ 	right: 3%;
/* 2362 */ 	-webkit-transition: all 0s cubic-bezier(0, 1, 0.7, 1);
/* 2363 */ 	-moz-transition: all 0s cubic-bezier(0, 1, 0.7, 1);
/* 2364 */ 	-o-transition: all 0s cubic-bezier(0, 1, 0.7, 1);
/* 2365 */ 	transition: all 0s cubic-bezier(0, 1, 0.7, 1);
/* 2366 */ }
/* 2367 */ .dark .to-team-carousel.circle .to-member-overlay {
/* 2368 */ 	box-shadow: inset 0 0 0 10px rgba(0,0,0,0.6);
/* 2369 */ 	-moz-box-shadow: inset 0 0 0 10px rgba(0,0,0,0.6);
/* 2370 */ 	-webkit-box-shadow: inset 0 0 0 10px rgba(0,0,0,0.6);
/* 2371 */ 	-o-box-shadow: inset 0 0 0 10px rgba(0,0,0,0.6);
/* 2372 */ }
/* 2373 */ .light .to-team-carousel.circle .to-member-overlay {
/* 2374 */ 	box-shadow: inset 0 0 0 10px rgba(255,255,255,0.6);
/* 2375 */ 	-moz-box-shadow: inset 0 0 0 10px rgba(255,255,255,0.6);
/* 2376 */ 	-webkit-box-shadow: inset 0 0 0 10px rgba(255,255,255,0.6);
/* 2377 */ 	-o-box-shadow: inset 0 0 0 10px rgba(255,255,255,0.6);
/* 2378 */ }
/* 2379 */ .to-team-carousel.circle .to-member-item:hover .to-member-overlay {
/* 2380 */ 	top: -8%;
/* 2381 */ 	bottom: -8%;
/* 2382 */ 	left: -8%;
/* 2383 */ 	right: -8%;
/* 2384 */ 	width: 116%;
/* 2385 */ 	height: 116%;
/* 2386 */ 	-webkit-transition: all 500ms cubic-bezier(0, 1, 0.7, 1);
/* 2387 */ 	-moz-transition: all 500ms cubic-bezier(0, 1, 0.7, 1);
/* 2388 */ 	-o-transition: all 500ms cubic-bezier(0, 1, 0.7, 1);
/* 2389 */ 	transition: all 500ms cubic-bezier(0, 1, 0.7, 1);
/* 2390 */ }
/* 2391 */
/* 2392 */ .dark .to-team-carousel.circle .to-member-item:hover .to-member-overlay {
/* 2393 */ 	box-shadow: inset 0 0 0 6px rgba(0,0,0,0);
/* 2394 */ 	-moz-box-shadow: inset 0 0 0 6px rgba(0,0,0,0);
/* 2395 */ 	-webkit-box-shadow: inset 0 0 0 6px rgba(0,0,0,0);
/* 2396 */ 	-o-box-shadow: inset 0 0 0 6px rgba(0,0,0,0);
/* 2397 */ }
/* 2398 */ .light .to-team-carousel.circle .to-member-item:hover .to-member-overlay {
/* 2399 */ 	box-shadow: inset 0 0 0 6px rgba(255,255,255,0);
/* 2400 */ 	-moz-box-shadow: inset 0 0 0 6px rgba(255,255,255,0);

/* shortcodes.css */

/* 2401 */ 	-webkit-box-shadow: inset 0 0 0 6px rgba(255,255,255,0);
/* 2402 */ 	-o-box-shadow: inset 0 0 0 6px rgba(255,255,255,0);
/* 2403 */ }
/* 2404 */ .to-team-carousel.circle .to-member-photo,
/* 2405 */ .to-team-carousel.circle .to-member-photo img,
/* 2406 */ .to-team-carousel.circle .to-member-overlay {
/* 2407 */ 	border-radius: 50%;
/* 2408 */ 	-o-border-radius: 50%;
/* 2409 */ 	-moz-border-radius: 50%;
/* 2410 */ 	-webkit-border-radius: 50%;
/* 2411 */ }
/* 2412 */ .to-team-carousel .to-member-separator {
/* 2413 */ 	height: 1px;
/* 2414 */ 	width: 100%;
/* 2415 */ 	margin: 12px auto;
/* 2416 */ 	border-top: 1px solid;
/* 2417 */ 	border-color: inherit;
/* 2418 */ }
/* 2419 */ .to-team-carousel.circle .to-member-separator {
/* 2420 */ 	height: 1px;
/* 2421 */ 	width: 20%;
/* 2422 */ }
/* 2423 */ .to-team-carousel .to-member-position {
/* 2424 */ 	min-height: 20px;
/* 2425 */ 	margin: 0 0 12px 0;
/* 2426 */ 	font-size: 14px;
/* 2427 */ }
/* 2428 */ .to-team-carousel .to-member-description {
/* 2429 */ 	padding-bottom: 0 !important;
/* 2430 */ }
/* 2431 */ .to-member-social {
/* 2432 */ 	margin: 12px 0;
/* 2433 */ }
/* 2434 */ .to-member-social li {
/* 2435 */ 	display: inline-block;
/* 2436 */ 	list-style: none;
/* 2437 */ 	cursor: pointer;
/* 2438 */ }
/* 2439 */ .to-member-social li a {
/* 2440 */ 	font-size: 13px;
/* 2441 */ }
/* 2442 */ .to-team-carousel.circle .to-member-social li {
/* 2443 */ 	width: 35px;
/* 2444 */ 	height: 35px;
/* 2445 */ 	margin: 5px;
/* 2446 */ 	background: rgba(0,0,0,.10);
/* 2447 */ 	border-radius: 50%;
/* 2448 */ 	transition: all 0.2s linear;
/* 2449 */ 	-webkit-transition: all 0.2s linear;
/* 2450 */ 	-o-transition: all 0.2s linear;

/* shortcodes.css */

/* 2451 */ 	-moz-transition: all 0.2s linear;
/* 2452 */ }
/* 2453 */ .to-team-carousel .to-item-member-social.square {
/* 2454 */ 	display: inline-block;
/* 2455 */ }
/* 2456 */ .to-team-carousel .to-member-social li.square {
/* 2457 */ 	margin: 0;
/* 2458 */ }
/* 2459 */ .to-team-carousel.circle .to-item-member-social.square {
/* 2460 */ 	display: none;
/* 2461 */ }
/* 2462 */ .to-team-carousel.circle .to-member-social li:hover {
/* 2463 */ 	background: transparent !important;
/* 2464 */ }
/* 2465 */ .to-team-carousel.circle .to-member-social li a {
/* 2466 */ 	color: inherit !important;
/* 2467 */ }
/* 2468 */ .to-team-carousel .to-member-social li i {
/* 2469 */ 	display: none;
/* 2470 */ }
/* 2471 */ .to-team-carousel.circle .to-member-social li i {
/* 2472 */ 	display: block;
/* 2473 */ 	width: 35px;
/* 2474 */ 	height: 35px;
/* 2475 */ 	line-height: 37px;
/* 2476 */ 	font-size: 19px;
/* 2477 */ }
/* 2478 */ .to-member-social li:after {
/* 2479 */ 	content: '\0000a0\0000a0/\0000a0\0000a0';
/* 2480 */ 	font-size: 13px;
/* 2481 */ }
/* 2482 */ .to-team-carousel.circle .to-member-social li:after,
/* 2483 */ .to-member-social li:last-child:after {
/* 2484 */ 	content: '';
/* 2485 */ }
/* 2486 */
/* 2487 */ /* ============================================================
/* 2488 *|    19. TESTIMONIAL
/* 2489 *| /* ============================================================ */
/* 2490 */
/* 2491 */ .to-testimonial.owl-carousel {
/* 2492 */ 	margin-top: 40px;
/* 2493 */ }
/* 2494 */ .to-testimonial blockquote {
/* 2495 */ 	width: 70%;
/* 2496 */ 	margin: 0 auto;
/* 2497 */ 	padding-left: 0px;
/* 2498 */ 	margin-bottom: 5px;
/* 2499 */ 	padding: 0;
/* 2500 */ 	border: none;

/* shortcodes.css */

/* 2501 */ 	text-align: center;
/* 2502 */ }
/* 2503 */ .to-testimonial blockquote p {
/* 2504 */ 	padding-bottom: 15px;
/* 2505 */ 	font-size: 22px;
/* 2506 */ 	font-style: italic;
/* 2507 */ 	line-height: 40px;
/* 2508 */ 	font-weight: 100;
/* 2509 */ }
/* 2510 */ .to-testimonial blockquote span {
/* 2511 */ 	position: relative;
/* 2512 */ 	font-size: 16px;
/* 2513 */ }
/* 2514 */ .to-testimonial-author {
/* 2515 */ 	font-weight: 600;
/* 2516 */ }
/* 2517 */ .to-testimonial-autor-desc {
/* 2518 */ 	font-weight: 300;
/* 2519 */ }
/* 2520 */ .to-testimonial blockquote .testimonial-img {
/* 2521 */ 	top: -20px;
/* 2522 */ }
/* 2523 */ .to-testimonial .to-testimonial-img,
/* 2524 */ .to-testimonial .to-testimonial-img img {
/* 2525 */ 	position: relative;
/* 2526 */ 	display: inline-block;
/* 2527 */ 	overflow: hidden;
/* 2528 */ 	width: 50px;
/* 2529 */ 	height: 50px;
/* 2530 */ 	margin: 0 10px 0 0;
/* 2531 */ 	line-height: 40px;
/* 2532 */ 	border-radius: 50%;
/* 2533 */ 	-o-border-radius: 50%;
/* 2534 */ 	-moz-border-radius: 50%;
/* 2535 */ 	-webkit-border-radius: 50%;
/* 2536 */ }
/* 2537 */ .to-testimonial .to-testimonial-img img {
/* 2538 */ 	width: 100%;
/* 2539 */ 	min-height: 100%;
/* 2540 */ 	height: auto;
/* 2541 */ }
/* 2542 */ @media only screen and (max-width : 690px) {
/* 2543 */ .to-testimonial blockquote {
/* 2544 */ 	width: 100%;
/* 2545 */ }
/* 2546 */ }
/* 2547 */
/* 2548 */ /* ============================================================
/* 2549 *|    20. CLIENT
/* 2550 *| /* ============================================================ */

/* shortcodes.css */

/* 2551 */
/* 2552 */ .to-clients-carousel .to-client {
/* 2553 */ 	margin: 0 10px;
/* 2554 */ 	text-align: center;
/* 2555 */ }
/* 2556 */ .to-clients-carousel .to-client img {
/* 2557 */ 	max-width: 100%;
/* 2558 */ 	width: auto;
/* 2559 */ 	height: auto;
/* 2560 */ 	vertical-align: middle;
/* 2561 */ 	border: 0;
/* 2562 */ 	background: none;
/* 2563 */ }
/* 2564 */ .to-clients-carousel.grey .to-client img {
/* 2565 */ 	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/* 2566 */ 	filter: gray;
/* 2567 */ 	-webkit-filter: grayscale(100%);
/* 2568 */ 	opacity: 0.6;
/* 2569 */ 	transition: all 0.2s linear;
/* 2570 */ 	-webkit-transition: all 0.2s linear;
/* 2571 */ 	-o-transition: all 0.2s linear;
/* 2572 */ 	-moz-transition: all 0.2s linear;
/* 2573 */ }
/* 2574 */ .to-clients-carousel.grey .to-client:hover img {
/* 2575 */ 	-webkit-filter: grayscale(0%);
/* 2576 */ 	filter: none;
/* 2577 */ 	opacity: 1;
/* 2578 */ }
/* 2579 */ @media only screen and (max-width : 690px) {
/* 2580 */ .to-clients-carousel .to-client {
/* 2581 */ 	margin: 0 5px;
/* 2582 */ }
/* 2583 */ }
/* 2584 */
/* 2585 */ /* ============================================================
/* 2586 *|    21. VIDEO
/* 2587 *| /* ============================================================ */
/* 2588 */
/* 2589 */ .to-sc-video-holder {
/* 2590 */     position: relative;
/* 2591 */ 	overflow: hidden;
/* 2592 */ 	height: 0;
/* 2593 */     padding-bottom: 56.25%;
/* 2594 */ }
/* 2595 */ .to-sc-video-holder .mejs-video,
/* 2596 */ .to-sc-video-holder iframe,
/* 2597 */ .to-sc-video-holder object,
/* 2598 */ .to-sc-video-holder embed {
/* 2599 */     position: absolute !important;
/* 2600 */     top: 0 !important;

/* shortcodes.css */

/* 2601 */     left: 0 !important;
/* 2602 */     width: 100% !important;
/* 2603 */     height: 100% !important;
/* 2604 */ }
/* 2605 */
/* 2606 */ /* ============================================================
/* 2607 *|    22. SLider
/* 2608 *| /* ============================================================ */
/* 2609 */
/* 2610 */ .to-sc-slider {
/* 2611 */ 	overflow: hidden;
/* 2612 */ 	list-style: none;
/* 2613 */ }
/* 2614 */ .to-sc-slider .owl-controls.clickable .owl-buttons div {
/* 2615 */ 	filter: Alpha(Opacity=100);
/* 2616 */ 	opacity: 1;
/* 2617 */ 	text-decoration: none;
/* 2618 */ }
/* 2619 */ .to-sc-slider .owl-buttons .owl-prev,
/* 2620 */ .to-sc-slider .owl-buttons .owl-next {
/* 2621 */   	position: absolute;
/* 2622 */ 	overflow: hidden;
/* 2623 */ 	cursor: pointer;
/* 2624 */ 	width: 45px;
/* 2625 */ 	height: 45px;
/* 2626 */ 	top: 50%;
/* 2627 */ 	left: 0;
/* 2628 */ 	margin: -22px 0 0 0;
/* 2629 */ 	padding: 0;
/* 2630 */ 	filter: Alpha(Opacity=100);
/* 2631 */ 	opacity: 0 !important;
/* 2632 */ 	-webkit-border-top-right-radius: 4px;
/* 2633 */ 	-webkit-border-bottom-right-radius: 3px;
/* 2634 */ 	-moz-border-radius-topright: 4px;
/* 2635 */ 	-moz-border-radius-bottomright: 3px;
/* 2636 */ 	border-top-right-radius: 4px;
/* 2637 */ 	border-bottom-right-radius: 3px;
/* 2638 */ 	text-align: center;
/* 2639 */ 	font-size: 30px;
/* 2640 */ 	line-height: 45px;
/* 2641 */ }
/* 2642 */ .to-sc-slider .owl-buttons .owl-next {
/* 2643 */ 	left: auto;
/* 2644 */ 	right: 0;
/* 2645 */ 	-webkit-border-top-right-radius: 0;
/* 2646 */ 	-webkit-border-bottom-right-radius: 0;
/* 2647 */ 	-moz-border-radius-topright: 0;
/* 2648 */ 	-moz-border-radius-bottomright: 0;
/* 2649 */ 	border-top-right-radius: 0;
/* 2650 */ 	border-bottom-right-radius: 0;

/* shortcodes.css */

/* 2651 */ 	-webkit-border-top-left-radius: 4px;
/* 2652 */ 	-webkit-border-bottom-left-radius: 3px;
/* 2653 */ 	-moz-border-radius-topleft: 4px;
/* 2654 */ 	-moz-border-radius-bottomleft: 3px;
/* 2655 */ 	border-top-left-radius: 4px;
/* 2656 */ 	border-bottom-left-radius: 3px;
/* 2657 */ }
/* 2658 */ .to-sc-slider .owl-buttons .owl-next i,
/* 2659 */ .to-sc-slider .owl-buttons .owl-prev i {
/* 2660 */ 	position: absolute;
/* 2661 */ 	width: 45px;
/* 2662 */ 	height: 45px;
/* 2663 */ 	left: 0;
/* 2664 */ 	top: 0;
/* 2665 */ 	margin: auto;
/* 2666 */ 	line-height: 47px;
/* 2667 */ 	text-align: center;
/* 2668 */ 	transition: all 0.2s linear;
/* 2669 */ 	-webkit-transition: all 0.2s linear;
/* 2670 */ 	-o-transition: all 0.2s linear;
/* 2671 */ 	-moz-transition: all 0.2s linear;
/* 2672 */ }
/* 2673 */ .to-sc-slider .owl-buttons .owl-prev {
/* 2674 */ 	-webkit-transform: translate3d(-46px,0,0);
/* 2675 */ 	-moz-transform: translate3d(-46px,0,0);
/* 2676 */ 	-o-transform: translate3d(-46px,0,0);
/* 2677 */     -ms-transform:  translate3d(-46px,0,0);
/* 2678 */ 	transform: translate3d(-46px,0,0);
/* 2679 */ }
/* 2680 */ .to-sc-slider .owl-buttons .owl-next {
/* 2681 */ 	-webkit-transform: translate3d(46px,0,0);
/* 2682 */ 	-moz-transform: translate3d(46px,0,0);
/* 2683 */ 	-o-transform: translate3d(46px,0,0);
/* 2684 */     -ms-transform:  translate3d(46px,0,0);
/* 2685 */ 	transform: translate3d(46px,0,0);
/* 2686 */ }
/* 2687 */ .to-sc-slider:hover .owl-buttons .owl-prev,
/* 2688 */ .to-sc-slider:hover .owl-buttons .owl-next {
/* 2689 */ 	opacity: 1 !important;
/* 2690 */ 	-webkit-transform: translate3d(0,0,0);
/* 2691 */ 	-moz-transform: translate3d(0,0,0);
/* 2692 */ 	-o-transform: translate3d(0,0,0);
/* 2693 */     -ms-transform:  translate3d(0,0,0);
/* 2694 */ 	transform: translate3d(0,0,0);
/* 2695 */ }
/* 2696 */ .to-sc-slider .owl-buttons .to-sc-button-over {
/* 2697 */ 	position: absolute;
/* 2698 */ 	width: 100%;
/* 2699 */ 	height: 100%;
/* 2700 */ 	top: 0;

/* shortcodes.css */

/* 2701 */ 	left: 0;
/* 2702 */ 	margin: 0;
/* 2703 */ 	padding: 0;
/* 2704 */ 	opacity: 0.5 !important;
/* 2705 */ 	filter: Alpha(Opacity=50) !important;
/* 2706 */ 	background: none !important;
/* 2707 */ }
/* 2708 */ .to-sc-slider .owl-buttons .to-sc-button-over:hover {
/* 2709 */ 	opacity: 0.5 !important;
/* 2710 */ 	filter: Alpha(Opacity=50) !important;
/* 2711 */ }
/* 2712 */ .to-sc-slider .owl-pagination {
/* 2713 */ 	position: absolute;
/* 2714 */ 	bottom: 4px !important;
/* 2715 */ 	width: 100%;
/* 2716 */ 	margin: 0;
/* 2717 */ }
/* 2718 */ .to-sc-slide {
/* 2719 */ 	list-style: none;
/* 2720 */ }
/* 2721 */
/* 2722 */ /* ============================================================
/* 2723 *|    23. TWITTER
/* 2724 *| /* ============================================================ */
/* 2725 */
/* 2726 */ .to-sc-twitter-section {
/* 2727 */ 	padding: 10px 0;
/* 2728 */ }
/* 2729 */ .to-sc-twitter-icon {
/* 2730 */ 	position: relative;
/* 2731 */ 	display: block;
/* 2732 */ 	width: 100%;
/* 2733 */ 	height: 60px;
/* 2734 */ 	font-size: 60px !important;
/* 2735 */ 	margin: 0 auto;
/* 2736 */ 	text-align: center;
/* 2737 */ }
/* 2738 */ .to-sc-twitter {
/* 2739 */ 	position: relative;
/* 2740 */ 	text-align: center;
/* 2741 */ }
/* 2742 */ .to-sc-twitter .tweet-slide {
/* 2743 */ 	position: relative;
/* 2744 */ 	width: 70%;
/* 2745 */ 	margin: 0 auto;
/* 2746 */ 	padding: 16px 0;
/* 2747 */ }
/* 2748 */ .to-sc-twitter .tweet-slide span{
/* 2749 */ 	position: relative;
/* 2750 */ 	font-size: 24px;

/* shortcodes.css */

/* 2751 */ 	line-height: 40px;
/* 2752 */ 	font-weight: 100;
/* 2753 */ 	font-style: italic;
/* 2754 */ }
/* 2755 */ .to-sc-twitter .to-sc-tweet-meta {
/* 2756 */ 	position: relative;
/* 2757 */ 	padding: 16px 0 0 0;
/* 2758 */ 	font-size: 14px;
/* 2759 */ }
/* 2760 */ .to-sc-twitter .owl-controls {
/* 2761 */ 	margin-top: 0 !important;
/* 2762 */ }
/* 2763 */ @media only screen and (max-width : 690px) {
/* 2764 */ .to-sc-twitter .tweet-slide {
/* 2765 */ 	width: 100%;
/* 2766 */ }
/* 2767 */ }
/* 2768 */
/* 2769 */ /* ============================================================
/* 2770 *|    24. PROCESS STEPS
/* 2771 *| /* ============================================================ */
/* 2772 */
/* 2773 */ .to-process {
/* 2774 */     display: block;
/* 2775 */     font-weight: normal;
/* 2776 */     width: 100%;
/* 2777 */     padding: 0;
/* 2778 */ 	margin: 0;
/* 2779 */ 	list-style: none;
/* 2780 */ 	text-align: center;
/* 2781 */ }
/* 2782 */ .to-process .owl-controls {
/* 2783 */ 	position: absolute;
/* 2784 */ 	display: block;
/* 2785 */ 	bottom: 0;
/* 2786 */ 	left: 0;
/* 2787 */ 	right: 0;
/* 2788 */ 	height: 40px;
/* 2789 */ 	margin: 0;
/* 2790 */ 	padding: 0;
/* 2791 */ }
/* 2792 */ .to-process .owl-item {
/* 2793 */ 	background: none !important;
/* 2794 */ 	opacity: 0.5;
/* 2795 */ }
/* 2796 */ .to-process .owl-item.active {
/* 2797 */ 	opacity: 1;
/* 2798 */ }
/* 2799 */ .to-process .owl-pagination {
/* 2800 */ 	position: absolute;

/* shortcodes.css */

/* 2801 */ 	display: block;
/* 2802 */ 	top: 12px;
/* 2803 */ 	left: 0;
/* 2804 */ 	right: 0;
/* 2805 */ 	margin: 0 auto;
/* 2806 */ 	padding: 0;
/* 2807 */ }
/* 2808 */ .to-process-step {
/* 2809 */ 	overflow: hidden;
/* 2810 */ 	padding: 50px 40px 110px 40px;
/* 2811 */ }
/* 2812 */ .to-process-step-image {
/* 2813 */ 	position: absolute;
/* 2814 */ 	top: 0;
/* 2815 */ 	bottom: 0;
/* 2816 */ 	left: 0;
/* 2817 */ 	right: 0;
/* 2818 */ 	background-repeat: no-repeat;
/* 2819 */ 	background-position: center center;
/* 2820 */ 	-webkit-background-size: cover;
/* 2821 */ 	-moz-background-size: cover;
/* 2822 */ 	-o-background-size: cover;
/* 2823 */ 	background-size: cover;
/* 2824 */ 	-webkit-backface-visibility: hidden;
/* 2825 */ 	-moz-backface-visibility: hidden;
/* 2826 */ 	backface-visibility: hidden;
/* 2827 */ }
/* 2828 */ .to-process-step-icon {
/* 2829 */ 	position: relative;
/* 2830 */ 	display: inline-block !important;
/* 2831 */ 	vertical-align: top;
/* 2832 */ 	width: 100%;
/* 2833 */ 	font-size: 58px;
/* 2834 */ 	line-height: 58px;
/* 2835 */ 	text-align: center;
/* 2836 */ }
/* 2837 */ .to-process-step [class^="icon-et-"]:before,
/* 2838 */ .to-process-step [class*=" icon-et-"]:before {
/* 2839 */ 	font-size: 48px;
/* 2840 */ 	line-height: 48px;
/* 2841 */ 	vertical-align: top;
/* 2842 */ 	margin-top: 10px;
/* 2843 */ 	height: 55px;
/* 2844 */ 	max-height: 55px;
/* 2845 */ }
/* 2846 */ .to-process-step-title {
/* 2847 */ 	position: relative;
/* 2848 */ 	display: inline-block;
/* 2849 */ 	margin: 0 auto;
/* 2850 */ 	padding: 0 20px;

/* shortcodes.css */

/* 2851 */ 	text-align: center;
/* 2852 */ 	min-width: 130px;
/* 2853 */ }
/* 2854 */ .to-process-step-title:before,
/* 2855 */ .to-process-step-title:after {
/* 2856 */ 	content: "";
/* 2857 */ 	position: absolute;
/* 2858 */ 	display: block;
/* 2859 */ 	top: 14px;
/* 2860 */ 	left: -500%;
/* 2861 */ 	right: 100%;
/* 2862 */ 	border-top: 1px dotted;
/* 2863 */ 	border-color: inherit;
/* 2864 */ }
/* 2865 */ .to-process-step-title:after {
/* 2866 */ 	right: -500%;
/* 2867 */ 	left: 100%;
/* 2868 */ }
/* 2869 */ .owl-wrapper .owl-item:first-child .to-process-step-title:before {
/* 2870 */ 	left: -43px;
/* 2871 */ }
/* 2872 */ .owl-wrapper .owl-item:last-child .to-process-step-title:after {
/* 2873 */ 	right: -43px;
/* 2874 */ }
/* 2875 */ .to-process-step-content {
/* 2876 */ 	position: relative;
/* 2877 */ 	display: block;
/* 2878 */ 	width: 70%;
/* 2879 */ 	padding: 0;
/* 2880 */ 	margin: 40px auto 0 auto;
/* 2881 */ 	text-align: center;
/* 2882 */ }
/* 2883 */ .owl-wrapper .owl-item:first-child .to-process-dot,
/* 2884 */ .owl-wrapper .owl-item:last-child .to-process-dot {
/* 2885 */ 	position: absolute;
/* 2886 */ 	display: block;
/* 2887 */ 	height: 6px;
/* 2888 */ 	width: 6px;
/* 2889 */ 	top: 14px;
/* 2890 */ 	margin: -3px 0 0 0;
/* 2891 */ 	border: 1px solid #dddddd;
/* 2892 */ 	-webkit-border-radius: 50px;
/* 2893 */ 	-moz-border-radius: 50px;
/* 2894 */ 	-ms-border-radius: 50px;
/* 2895 */ 	-o-border-radius: 50px;
/* 2896 */ 	border-radius: 50px;
/* 2897 */ }
/* 2898 */ .owl-wrapper .owl-item:first-child .to-process-dot {
/* 2899 */ 	left: -50px;
/* 2900 */ 	right: 100%;

/* shortcodes.css */

/* 2901 */ }
/* 2902 */ .owl-wrapper .owl-item:last-child .to-process-dot {
/* 2903 */ 	left: auto;
/* 2904 */ 	right: -50px;
/* 2905 */ 	margin: -3px 0 0 0;
/* 2906 */ }
/* 2907 */ .to-process .to-step-pages {
/* 2908 */ 	position: absolute;
/* 2909 */ 	display: block;
/* 2910 */ 	height: 30px;
/* 2911 */ 	bottom: 40px;
/* 2912 */ 	left: 0;
/* 2913 */ 	right: 0;
/* 2914 */ 	margin: 0 auto;
/* 2915 */ 	text-align: center;
/* 2916 */ }
/* 2917 */ .to-process .to-step-nb {
/* 2918 */ 	margin: 0 10px;
/* 2919 */ 	padding: 2px 0;
/* 2920 */ 	border-bottom: 1px solid;
/* 2921 */ 	border-color: inherit;
/* 2922 */ 	line-height: 2em;
/* 2923 */ 	font-weight: 900 !important;
/* 2924 */ 	font-size: 16px;
/* 2925 */ 	opacity: 0.5;
/* 2926 */ 	cursor: pointer;
/* 2927 */ }
/* 2928 */ .to-step-nb:hover {
/* 2929 */ 	opacity: 1;
/* 2930 */ }
/* 2931 */ .to-process .to-step-nb.active {
/* 2932 */ 	padding: 2px 0 2px 20px;
/* 2933 */ 	opacity: 1;
/* 2934 */ }
/* 2935 */ .to-process .to-step-nb,
/* 2936 */ .to-process .to-step-page,
/* 2937 */ .to-process .to-step-page.active {
/* 2938 */ 	background: none !important;
/* 2939 */ 	color: inherit;
/* 2940 */ }
/* 2941 */ .dark .to-process .to-step-nb.active {
/* 2942 */ 	color: #59585b !important;
/* 2943 */ 	border-color: #59585b !important;
/* 2944 */ }
/* 2945 */ .light .to-process .to-step-nb.active {
/* 2946 */ 	color: #ffffff !important;
/* 2947 */ 	border-color: #ffffff !important;
/* 2948 */ }
/* 2949 */ .to-process .owl-item,
/* 2950 */ .to-process .to-step-nb {

/* shortcodes.css */

/* 2951 */ 	-webkit-transition: all 0.3s ease-in-out;
/* 2952 */ 	-moz-transition: all 0.3s ease-in-out;
/* 2953 */     -o-transition: all 0.3s ease-in-out;
/* 2954 */     -ms-transition: all 0.3s ease-in-out;
/* 2955 */     transition: all 0.3s ease-in-out;
/* 2956 */ }
/* 2957 */
/* 2958 */ /* ============================================================
/* 2959 *|    25. SIDE IMAGE SECTION
/* 2960 *| /* ============================================================ */
/* 2961 */
/* 2962 */ .no-touch .side-section {
/* 2963 */ 	z-index: 0;
/* 2964 */ }
/* 2965 */ .side-section-image {
/* 2966 */ 	position: absolute;
/* 2967 */ 	overflow: hidden;
/* 2968 */ 	width: 41.66666667%;
/* 2969 */ 	top: 0;
/* 2970 */ 	bottom: 0;
/* 2971 */ 	background-repeat: no-repeat;
/* 2972 */ 	background-position: center center;
/* 2973 */ 	-webkit-background-size: cover;
/* 2974 */ 	-moz-background-size: cover;
/* 2975 */ 	-o-background-size: cover;
/* 2976 */ 	background-size: cover;
/* 2977 */ 	-webkit-backface-visibility: hidden;
/* 2978 */ 	-moz-backface-visibility: hidden;
/* 2979 */ 	backface-visibility: hidden;
/* 2980 */ }
/* 2981 */ .side-section-image.repeat {
/* 2982 */ 	background-repeat: repeat;
/* 2983 */ }
/* 2984 */ .side-section-image {
/* 2985 */ 	left: 0;
/* 2986 */ }
/* 2987 */ .side-section.right .side-section-image {
/* 2988 */ 	right: 0;
/* 2989 */ 	left: auto;
/* 2990 */ }
/* 2991 */ .side-section .side-col {
/* 2992 */ 	margin: 0;
/* 2993 */ 	float: right;
/* 2994 */ }
/* 2995 */ .side-section.right .side-col {
/* 2996 */ 	margin: 0;
/* 2997 */ 	float: left;
/* 2998 */ }
/* 2999 */ @media only screen and (max-width : 1000px) {
/* 3000 */ .side-section-image {

/* shortcodes.css */

/* 3001 */ 	width: 25%;
/* 3002 */ }
/* 3003 */ .side-section .side-col {
/* 3004 */ 	width: 66.66666667%;
/* 3005 */ }
/* 3006 */ }
/* 3007 */ @media only screen and (max-width : 690px) {
/* 3008 */ .side-section .side-col {
/* 3009 */ 	width: 100%;
/* 3010 */ }
/* 3011 */ .side-section-image {
/* 3012 */ 	display: none;
/* 3013 */ }
/* 3014 */ }
/* 3015 */
/* 3016 */ /* ============================================================
/* 3017 *|    26. TOOLTIP
/* 3018 *| /* ============================================================ */
/* 3019 */
/* 3020 */ @-webkit-keyframes tooltippulse {
/* 3021 */ 	0% {-webkit-transform: scale(0); opacity: 0;}
/* 3022 */ 	8% {-webkit-transform: scale(0); opacity: 0;}
/* 3023 */ 	15% {-webkit-transform: scale(0.1); opacity: 1;}
/* 3024 */ 	30% {-webkit-transform: scale(0.5); opacity: 1;}
/* 3025 */ 	100% {opacity: 0; -webkit-transform: scale(1);}
/* 3026 */ }
/* 3027 */
/* 3028 */ @-moz-keyframes tooltippulse {
/* 3029 */ 	0% {-moz-transform: scale(0); opacity: 0;}
/* 3030 */ 	8% {-moz-transform: scale(0); opacity: 0;}
/* 3031 */ 	15% {-moz-transform: scale(0.1); opacity: 1;}
/* 3032 */ 	30% {-moz-transform: scale(0.5); opacity: 1;}
/* 3033 */ 	100% {opacity: 0; -moz-transform: scale(1);}
/* 3034 */ }
/* 3035 */
/* 3036 */ @-ms-keyframes tooltippulse {
/* 3037 */ 	0% {-ms-transform: scale(0); opacity: 0;}
/* 3038 */ 	8% {-ms-transform: scale(0); opacity: 0;}
/* 3039 */ 	15% {-ms-transform: scale(0.1); opacity: 1;}
/* 3040 */ 	30% {-ms-transform: scale(0.5); opacity: 1;}
/* 3041 */ 	100% {opacity: 0; -ms-transform: scale(1);}
/* 3042 */ }
/* 3043 */
/* 3044 */ .to-pulse-holder {
/* 3045 */ 	position: absolute;
/* 3046 */ 	z-index: 2;
/* 3047 */ 	top: 0;
/* 3048 */ 	left: 0;
/* 3049 */ 	cursor: pointer;
/* 3050 */ }

/* shortcodes.css */

/* 3051 */ .to-pulse-holder .to-pulse-marker {
/* 3052 */ 	position: relative;
/* 3053 */ 	display: block;
/* 3054 */ 	width: 10px;
/* 3055 */ 	height: 10px;
/* 3056 */ 	background: #ff4e5b;
/* 3057 */ 	border-radius: 10px;
/* 3058 */ }
/* 3059 */ .to-pulse-holder .to-pulse-rays {
/* 3060 */ 	position: absolute;
/* 3061 */ 	left: -17px;
/* 3062 */ 	top: -17px;
/* 3063 */ 	margin: 0 auto;
/* 3064 */ 	border-radius: 100px;
/* 3065 */ 	background-color: transparent;
/* 3066 */ 	opacity: 0.1;
/* 3067 */ 	width: 40px;
/* 3068 */ 	height: 40px;
/* 3069 */ 	border: 2px solid #ff4e5b;
/* 3070 */ 	-webkit-border-radius: 100px;
/* 3071 */ 	-moz-border-radius: 100px;
/* 3072 */ 	-o-border-radius: 100px;
/* 3073 */ 	-ms-border-radius: 100px;
/* 3074 */ 	border-radius: 100px;
/* 3075 */ 	-webkit-animation: tooltippulse 1.4s linear infinite;
/* 3076 */ 	-moz-animation: tooltippulse 1.4s linear infinite;
/* 3077 */ 	-ms-animation: tooltippulse 1.4s linear infinite;
/* 3078 */ 	border-image: initial;
/* 3079 */ }
/* 3080 */ .to-pulse-content {
/* 3081 */ 	position: absolute;
/* 3082 */ 	display: block;
/* 3083 */ 	z-index: 3;
/* 3084 */ 	top: -10px;
/* 3085 */ 	left: -10px;
/* 3086 */ 	bottom: -10px;
/* 3087 */ 	right: -10px;
/* 3088 */ }
/* 3089 */ #to-tooltip {
/* 3090 */ 	position: absolute;
/* 3091 */ 	display: block;
/* 3092 */ 	text-align: left;
/* 3093 */ 	padding: 15px;
/* 3094 */ 	background: #0b0b0b;
/* 3095 */ 	background: rgba(11,11,11,.85);
/* 3096 */ 	opacity: 0;
/* 3097 */ 	color: #ffffff;
/* 3098 */ 	font-size: 14px;
/* 3099 */ 	line-height: 22px;
/* 3100 */ 	pointer-events: none;

/* shortcodes.css */

/* 3101 */ 	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
/* 3102 */ 	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
/* 3103 */ 	box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
/* 3104 */ 	-webkit-border-radius: 4px;
/* 3105 */ 	-moz-border-radius: 4px;
/* 3106 */ 	-o-border-radius: 4px;
/* 3107 */ 	-ms-border-radius: 4px;
/* 3108 */ 	border-radius: 4px;
/* 3109 */ 	-webkit-transform: perspective(1200px) rotate3d(1,0,0,-30deg);
/* 3110 */ 	-moz-transform: perspective(1200px) rotate3d(1,0,0,-30deg);
/* 3111 */ 	-o-transform: perspective(1200px) rotate3d(1,0,0,-30deg);
/* 3112 */     -ms-transform: perspective(1200px) rotate3d(1,0,0,-30deg);
/* 3113 */ 	transform: perspective(1200px) rotate3d(1,0,0,-30deg);
/* 3114 */ 	-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
/* 3115 */ 	-o-transition:  opacity 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
/* 3116 */ 	-moz-transition:  opacity 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
/* 3117 */ 	-ms-transition:  opacity 0.4s ease-in-out, -ms-transform 0.4s ease-in-out;
/* 3118 */ 	transition:  opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
/* 3119 */ }
/* 3120 */ #to-tooltip:after {
/* 3121 */ 	position: absolute;
/* 3122 */ 	content: '';
/* 3123 */ 	width: 0;
/* 3124 */ 	height: 0;
/* 3125 */ 	left: 50%;
/* 3126 */ 	bottom: -10px;
/* 3127 */ 	margin-left: -10px;
/* 3128 */ 	border-left: 10px solid transparent;
/* 3129 */ 	border-right: 10px solid transparent;
/* 3130 */ 	border-top: 10px solid rgba(11,11,11,.85);
/* 3131 */ }
/* 3132 */ #to-tooltip.top:after {
/* 3133 */ 	top: -20px;
/* 3134 */ 	bottom: auto;
/* 3135 */ 	border-top-color: transparent;
/* 3136 */ 	border-bottom: 10px solid rgba(11,11,11,.85);
/* 3137 */ }
/* 3138 */ #to-tooltip.left:after {
/* 3139 */ 	left: 10px;
/* 3140 */ 	margin: 0;
/* 3141 */ }
/* 3142 */ #to-tooltip.right:after {
/* 3143 */ 	right: 10px;
/* 3144 */ 	left: auto;
/* 3145 */ 	margin: 0;
/* 3146 */ }
/* 3147 */ #to-tooltip.show {
/* 3148 */ 	opacity: 1;
/* 3149 */ 	-webkit-transform: rotate3d(1,0,0,0deg);
/* 3150 */ 	-moz-transform: rotate3d(1,0,0,0deg);

/* shortcodes.css */

/* 3151 */ 	-o-transform: rotate3d(1,0,0,0deg);
/* 3152 */     -ms-transform: rotate3d(1,0,0,0deg);
/* 3153 */ 	transform: rotate3d(1,0,0,0deg);
/* 3154 */ }
/* 3155 */
/* 3156 */
/* 3157 */ /* ============================================================
/* 3158 *|    27. TEAM MEMBER BOX
/* 3159 *| /* ============================================================ */
/* 3160 */
/* 3161 */ .to-member-box {
/* 3162 */ 	overflow: hidden;
/* 3163 */ 	cursor: pointer;
/* 3164 */ 	height: 250px;
/* 3165 */ 	padding-right: 0;
/* 3166 */ 	padding-left: 0;
/* 3167 */ 	margin-bottom: 0;
/* 3168 */ 	-webkit-background-clip: padding-box;
/* 3169 */ 	background-clip: padding-box;
/* 3170 */ }
/* 3171 */ .to-member-box-holder {
/* 3172 */ 	position: absolute;
/* 3173 */ 	text-align: left;
/* 3174 */ 	cursor: pointer;
/* 3175 */ 	top: 0;
/* 3176 */ 	left: 0;
/* 3177 */ 	right: 0;
/* 3178 */ 	bottom: 0;
/* 3179 */ }
/* 3180 */ .team-member-box-image {
/* 3181 */ 	position: absolute;
/* 3182 */ 	top: 0;
/* 3183 */ 	left: 0;
/* 3184 */ 	right: 0;
/* 3185 */ 	bottom: 0;
/* 3186 */ 	background-repeat: no-repeat;
/* 3187 */ 	background-position: center center;
/* 3188 */ 	-webkit-background-size: cover;
/* 3189 */     -moz-background-size: cover;
/* 3190 */     -o-background-size: cover;
/* 3191 */ 	background-size: cover;
/* 3192 */ 	-webkit-backface-visibility: hidden;
/* 3193 */ 	-moz-backface-visibility: hidden;
/* 3194 */ 	backface-visibility: hidden;
/* 3195 */ }
/* 3196 */ .to-member-box-overlay {
/* 3197 */ 	position: absolute;
/* 3198 */ 	overflow: hidden;
/* 3199 */ 	top: 10px;
/* 3200 */ 	bottom: 10px;

/* shortcodes.css */

/* 3201 */ 	left: 10px;
/* 3202 */ 	right: 10px;
/* 3203 */ 	opacity: 0;
/* 3204 */ 	background: #ffffff;
/* 3205 */ }
/* 3206 */ .to-member-box-holder:hover .to-member-box-overlay {
/* 3207 */ 	opacity: 0.95;
/* 3208 */ 	-webkit-backface-visibility: hidden;
/* 3209 */ }
/* 3210 */ .to-member-box-content {
/* 3211 */ 	position: absolute;
/* 3212 */ 	bottom: 50%;
/* 3213 */ 	left: 0;
/* 3214 */ 	right: 0;
/* 3215 */ 	padding: 0 34px;
/* 3216 */ 	text-align: center;
/* 3217 */ 	background-color: none;
/* 3218 */ 	opacity: 0;
/* 3219 */ }
/* 3220 */ .to-member-box:hover .to-member-box-content {
/* 3221 */ 	opacity: 1;
/* 3222 */ }
/* 3223 */ .to-member-box-name {
/* 3224 */ 	color: #59585b !important;
/* 3225 */ 	font-size: 18px;
/* 3226 */ 	line-height: 23px;
/* 3227 */ 	border-bottom: none;
/* 3228 */ 	margin-bottom: 10px;
/* 3229 */ 	padding-bottom: 0;
/* 3230 */ 	text-transform: uppercase;
/* 3231 */ 	font-weight: 600;
/* 3232 */ }
/* 3233 */ .to-member-box-position {
/* 3234 */ 	color: #999999 !important;
/* 3235 */ 	font-size: 14px;
/* 3236 */ 	line-height: 25px;
/* 3237 */ 	letter-spacing: 2px;
/* 3238 */ 	padding-bottom: 0;
/* 3239 */ }
/* 3240 */ .to-member-box-content,
/* 3241 */ .to-member-box-social {
/* 3242 */ 	-webkit-transform: translateY(-30px) !important;
/* 3243 */ 	-moz-transform: translateY(-30px) !important;
/* 3244 */ 	-ms-transform: translateY(-30px) !important;
/* 3245 */ 	-o-transform: translateY(-30px) !important;
/* 3246 */ 	transform: translateY(-30px) !important;
/* 3247 */ }
/* 3248 */ .to-member-box:hover .to-member-box-content,
/* 3249 */ .to-member-box:hover .to-member-box-social {
/* 3250 */ 	-webkit-transform: translateY(0) !important;

/* shortcodes.css */

/* 3251 */ 	-moz-transform: translateY(0) !important;
/* 3252 */ 	-ms-transform: translateY(0) !important;
/* 3253 */ 	-o-transform: translateY(0) !important;
/* 3254 */ 	transform: translateY(0) !important;
/* 3255 */ }
/* 3256 */ .to-member-box-social {
/* 3257 */ 	position: absolute;
/* 3258 */ 	display: block;
/* 3259 */ 	margin: 0;
/* 3260 */ 	padding: 30px 34px;
/* 3261 */ 	top: 50%;
/* 3262 */ 	left: 0;
/* 3263 */ 	right: 0;
/* 3264 */ 	border: 0;
/* 3265 */ 	opacity: 0;
/* 3266 */ 	text-align: center;
/* 3267 */ 	list-style: none;
/* 3268 */ }
/* 3269 */ .to-member-box:hover .to-member-box-social {
/* 3270 */ 	opacity: 1;
/* 3271 */ }
/* 3272 */ .to-member-box-social li {
/* 3273 */ 	display: inline-block;
/* 3274 */ 	margin-right: 0;
/* 3275 */ 	margin-left: 0;
/* 3276 */ 	padding: 0 20px 0 0;
/* 3277 */ 	list-style: none;
/* 3278 */ }
/* 3279 */ .to-member-box-social li:last-child {
/* 3280 */ 	padding: 0;
/* 3281 */ }
/* 3282 */ .to-member-box-social a {
/* 3283 */ 	position: relative;
/* 3284 */ 	display: block;
/* 3285 */ 	z-index: 1;
/* 3286 */ }
/* 3287 */ .to-member-box-social i {
/* 3288 */ 	color: #59585b;
/* 3289 */ 	font-size: 20px;
/* 3290 */ 	-webkit-transition: color 0.3s ease-in-out;
/* 3291 */ 	-moz-transition: color 0.3s ease-in-out;
/* 3292 */ 	transition: color 0.3s ease-in-out;
/* 3293 */ }
/* 3294 */ .to-member-box-social li:hover i {
/* 3295 */ 	-webkit-animation: toTopFromBottom 0.3s forwards;
/* 3296 */ 	-moz-animation: toTopFromBottom 0.3s forwards;
/* 3297 */ 	animation: toTopFromBottom 0.3s forwards;
/* 3298 */ }
/* 3299 */ .to-member-box-overlay,
/* 3300 */ .to-member-box-content,

/* shortcodes.css */

/* 3301 */ .to-member-box-name,
/* 3302 */ .to-member-box-position,
/* 3303 */ .to-member-box-social {
/* 3304 */ 	-webkit-transition: all 0.4s ease-in-out;
/* 3305 */ 	-moz-transition: all 0.4s ease-in-out;
/* 3306 */     -o-transition: all 0.4s ease-in-out;
/* 3307 */     -ms-transition: all 0.4s ease-in-out;
/* 3308 */     transition: all 0.4s ease-in-out;
/* 3309 */ }
/* 3310 */ .to-member-box {
/* 3311 */ 	-webkit-transform: initial !important;
/* 3312 */ 	-moz-transform: initial !important;
/* 3313 */ 	-ms-transform: none !important;
/* 3314 */ 	-o-transform: initial !important;
/* 3315 */ 	transform: none !important;
/* 3316 */ }
/* 3317 */ @-webkit-keyframes toTopFromBottom {
/* 3318 */ 	49% {-webkit-transform: translateY(-100%);}
/* 3319 */ 	50% {opacity: 0;-webkit-transform: translateY(100%);}
/* 3320 */ 	51% {opacity: 1;}
/* 3321 */ }
/* 3322 */ @-moz-keyframes toTopFromBottom {
/* 3323 */ 	49% {-moz-transform: translateY(-100%);}
/* 3324 */ 	50% {opacity: 0;-moz-transform: translateY(100%);}
/* 3325 */ 	51% {opacity: 1;}
/* 3326 */ }
/* 3327 */ @keyframes toTopFromBottom {
/* 3328 */ 	49% {transform: translateY(-100%);}
/* 3329 */ 	50% {opacity: 0;transform: translateY(100%);}
/* 3330 */ 	51% {opacity: 1;}
/* 3331 */ }
/* 3332 */
/* 3333 */ /* ============================================================
/* 3334 *|    28. BOX ANIM
/* 3335 *| /* ============================================================ */
/* 3336 */
/* 3337 */ .to-anim-box {
/* 3338 */ 	position: relative;
/* 3339 */ 	display: block;
/* 3340 */     width: 100%;
/* 3341 */ 	padding: 24px 0 0 0;
/* 3342 */ }
/* 3343 */ .to-anim-box-border {
/* 3344 */ 	border-right: 1px solid #E6E6E6;
/* 3345 */ }
/* 3346 */ .col-last.to-anim-box-border {
/* 3347 */ 	border: none;
/* 3348 */ }
/* 3349 */ @media only screen and (max-width: 1300px) and (min-width: 1001px) {
/* 3350 */ .to-anim-box-border.mid-edge {

/* shortcodes.css */

/* 3351 */ 	border: none;
/* 3352 */ }
/* 3353 */ }
/* 3354 */ @media only screen and (max-width: 1000px) and (min-width: 690px) {
/* 3355 */ .to-anim-box-border {
/* 3356 */ 	border: none;
/* 3357 */ }
/* 3358 */ .col-2.to-anim-box-border,
/* 3359 */ .col-3.to-anim-box-border,
/* 3360 */ .to-anim-box-border.right-edge {
/* 3361 */ 	border-right: 1px solid #E6E6E6;
/* 3362 */ }
/* 3363 */ .to-anim-box-border.right-edge {
/* 3364 */ 	border-right: none;
/* 3365 */ }
/* 3366 */ }
/* 3367 */ @media only screen and (max-width: 690px){
/* 3368 */ .to-anim-box-border {
/* 3369 */ 	border: none;
/* 3370 */ }
/* 3371 */ }
/* 3372 */ .to-anim-box:hover .to-anim-box-desc {
/* 3373 */ 	filter: Alpha(Opacity=100);
/* 3374 */     opacity: 1;
/* 3375 */     -webkit-transform: scale(1);
/* 3376 */     -moz-transform: scale(1);
/* 3377 */     -ms-transform: scale(1);
/* 3378 */     -o-transform: scale(1);
/* 3379 */     transform: scale(1);
/* 3380 */ }
/* 3381 */ .to-anim-box:hover .to-anim-box-icon-inner {
/* 3382 */ 	filter: Alpha(Opacity=0);
/* 3383 */     opacity: 0;
/* 3384 */     -webkit-transform: scale(0);
/* 3385 */     -moz-transform: scale(0);
/* 3386 */     -ms-transform: scale(0);
/* 3387 */     -o-transform: scale(0);
/* 3388 */     transform: scale(0);
/* 3389 */ }
/* 3390 */ .to-anim-box-inner {
/* 3391 */     position: relative;
/* 3392 */ 	display: table;
/* 3393 */     text-align: center;
/* 3394 */     margin: 0;
/* 3395 */     width: 100%;
/* 3396 */     height: 100%;
/* 3397 */ }
/* 3398 */ .to-anim-box-desc {
/* 3399 */ 	display: table-cell;
/* 3400 */     vertical-align: middle;

/* shortcodes.css */

/* 3401 */     text-align: center;
/* 3402 */ 	filter: Alpha(Opacity=0);
/* 3403 */     opacity: 0;
/* 3404 */     -webkit-transform: scale(0);
/* 3405 */     -moz-transform: scale(0);
/* 3406 */     -ms-transform: scale(0);
/* 3407 */     -o-transform: scale(0);
/* 3408 */     transform: scale(0);
/* 3409 */ }
/* 3410 */ .to-anim-box-icon h3,
/* 3411 */ .to-anim-box-desc p {
/* 3412 */ 	padding: 0;
/* 3413 */ 	margin: 0;
/* 3414 */ }
/* 3415 */ .to-anim-box-icon {
/* 3416 */     position: absolute;
/* 3417 */     display: table;
/* 3418 */     top: 0;
/* 3419 */     bottom: 0;
/* 3420 */     left: 0;
/* 3421 */     right: 0;
/* 3422 */     width: 100%;
/* 3423 */     height: 100%;
/* 3424 */ }
/* 3425 */ .to-anim-box-icon-inner {
/* 3426 */     position: relative;
/* 3427 */     display: table-cell;
/* 3428 */     vertical-align: middle;
/* 3429 */     text-align: center;
/* 3430 */ }
/* 3431 */ .to-anim-box-icon-inner [class^="fa-5x icon-et-"]:before,
/* 3432 */ .to-anim-box-icon-inner [class*="fa-5x icon-et-"]:before {
/* 3433 */     font-size: 60px;
/* 3434 */ }
/* 3435 */ .to-anim-box-desc,
/* 3436 */ .to-anim-box-icon-inner {
/* 3437 */     -webkit-transition: all 0.4s cubic-bezier(0.175,0.885,0.320,1.275);
/* 3438 */     -moz-transition: all 0.4s cubic-bezier(0.175,0.885,0.320,1.275);
/* 3439 */     -ms-transition: all 0.4s cubic-bezier(0.175,0.885,0.320,1.275);
/* 3440 */     -o-transition: all 0.4s cubic-bezier(0.175,0.885,0.320,1.275);
/* 3441 */     transition: all 0.4s cubic-bezier(0.175,0.885,0.320,1.275);
/* 3442 */ }
/* 3443 */
/* 3444 */ /* ============================================================
/* 3445 *|    29. PULL QUOTE
/* 3446 *| /* ============================================================ */
/* 3447 */
/* 3448 */ .to-pull-quote.left {
/* 3449 */ 	position: relative;
/* 3450 */ 	display: inline-block;

/* shortcodes.css */

/* 3451 */ 	float: left;
/* 3452 */ 	width: 264px;
/* 3453 */ 	margin: 20px 24px 20px -72px;
/* 3454 */ 	padding: 16px 0;
/* 3455 */ }
/* 3456 */ .to-pull-quote.right {
/* 3457 */ 	position: relative;
/* 3458 */ 	display: inline-block;
/* 3459 */ 	float: right;
/* 3460 */ 	width: 264px;
/* 3461 */ 	margin: 20px -72px 20px 24px;
/* 3462 */ 	padding: 16px 0;
/* 3463 */ }
/* 3464 */ .to-pull-quote.center {
/* 3465 */ 	margin: 7px auto;
/* 3466 */ }
/* 3467 */ .to-pull-quote.border {
/* 3468 */ 	border-top: 1px solid #ededed;
/* 3469 */ 	border-bottom: 1px solid #ededed;
/* 3470 */ 	border-color: inherit;
/* 3471 */ 	padding: 16px;
/* 3472 */ }
/* 3473 */ @media only screen and (max-width: 1100px) {
/* 3474 */ .to-pull-quote.left {
/* 3475 */ 	margin: 20px 24px 20px -42px;
/* 3476 */ }
/* 3477 */ .to-pull-quote.right {
/* 3478 */ 	margin: 20px -42px 20px 24px;
/* 3479 */ }
/* 3480 */ }
/* 3481 */ @media only screen and (max-width: 1000px) {
/* 3482 */ .to-pull-quote.left,
/* 3483 */ .to-pull-quote.right {
/* 3484 */ 	margin: 16px;
/* 3485 */ }
/* 3486 */ }
/* 3487 */ @media only screen and (max-width: 690px) {
/* 3488 */ .to-pull-quote.left,
/* 3489 */ .to-pull-quote.right {
/* 3490 */ 	margin: 16px 0;
/* 3491 */ 	width: 100% !important;
/* 3492 */ }
/* 3493 */ }
/* 3494 */
/* 3495 */ /* ============================================================
/* 3496 *|    30. DROPCAP
/* 3497 *| /* ============================================================ */
/* 3498 */
/* 3499 */ .to-dropcap {
/* 3500 */ 	display: inline;

/* shortcodes.css */

/* 3501 */ 	padding: 0.3em 0.2em 0.2em 0;
/* 3502 */ 	line-height: .4em;
/* 3503 */ 	font-size: 5em;
/* 3504 */ 	text-transform: capitalize;
/* 3505 */ 	float: left;
/* 3506 */ }
/* 3507 */
/* 3508 */ /* ============================================================
/* 3509 *|    30. Visual Composer
/* 3510 *| /* ============================================================ */
/* 3511 */
/* 3512 */ .wpb_row,
/* 3513 */ .wpb_content_element,
/* 3514 */ ul.wpb_thumbnails-fluid > li,
/* 3515 */ .last_toggle_el_margin, .wpb_button {
/* 3516 */ 	margin-bottom: 0 !important;
/* 3517 */ }
/* 3518 */ .wpb_row.parallax-container {
/* 3519 */ 	width: auto;
/* 3520 */ 	margin: auto;
/* 3521 */ }
/* 3522 */ .wpb_single_image img {
/* 3523 */     width: 100%;
/* 3524 */ }
