

/*	--------------------------------------------------
	:: Pricing Table
	-------------------------------------------------- */
	
	.pricing-table { 
	    position:relative;
	    margin:10px auto;
	    width:1200px;
	    padding:0;
		text-align:center;
	}
	
    .pricing-table .five-columns { 
		float: left;
		display: inline-block;
		/* margin-right: 10px; */
		/* margin-left: 10px; */
		width: 219px;
		border-right: 1px solid #E5E3E3;
		padding: 0px 10px;
	}
	
	.pricing-table .pre-header {
	    padding:20px 10px;
		margin-top:-30px;
    }
	
	.pricing-table .pre-header h4{
		text-decoration:none;
        font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:16px;
	    color:#fff;
		margin:0;
		padding:0;
    }
	
	.pricing-table .pre-header i{
        font-style:normal; 
	    font-weight:normal; 
	    font-size:14px;
	    color:#fff;
		margin-right:10px;
    }
	
	.pricing-table .header {
#	    padding:20px 10px;
		padding:20px 10px 35px 10px;
    }
	
	.pricing-table .header h4{
		text-decoration:none;
        font-style:normal; 
	    font-family:"PT Sans"; 
	    font-size:16px;
		font-weight: bold;
	    color:#262626;
		margin:0;
		padding:0 0 0 10px;
		text-align:left;
    }
	
	.pricing-table .header h6{
		text-decoration:none;
        font-style:normal; 
	    font-weight:normal; 
	    font-family:Helvetica; 
	    font-size:11px;
	    color:#828181;
		margin:0;
		padding:0 0 0 10px;
		text-align:left;
    }
	
	.pricing-table .header div.price{
	    display:block;
	    font-style:normal; 
	#    font-weight: bold; 
	    font-family:Candara; 
	    font-size:22px;
	    color:#262626;
	    margin:-80px 0 0 0;
		padding:0 10px 0 0;
		text-align:right;
#		background:#8fe9c5;
    }
	
	.pricing-table .header span{
	    font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans";
	    font-size:16px;
	    color:#fff;
	    margin:-30px 0 0 0;
		padding:0 0 0 0;
		text-align:right;
    }
	
	.pricing-table .section{
	    margin:0;
		padding:5px 0;
    }
	
	.pricing-table .section ol{
        margin:0; 
		padding:0 10px 0 10px;
        list-style:none;
    }
	
    .pricing-table .section ol li a {
        display:block;
        text-decoration:none;
		font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:16px;
		text-align:left;
		margin:5px 0 5px 0;
		padding:0 10px;
		color:#262626;
    }
		
	.pricing-table .footer {
		padding:20px 0;
    }
	
	.pricing-table .footer em{
	    display:block;
		text-decoration:none;
        font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:12px;
		margin:0;
		padding:5px 0 0 0;
    }
	
	.pricing-table .footer div.save{
	    display:block;
		text-decoration:none;
        font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:14px;
	    color:#262626;
		margin:0;
		padding:0;
		
    }
	.pricing-table .footer div.save span{
		cursor: pointer;
		border-bottom:0.1em dashed #262626;		
	}
	
	.pricing-table .footer div.bill{
	    display:block;
		text-decoration:none;
        font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:12px;
	    color:#ccc;
		margin:0;
		padding:0;
    }

	.pricing-table .pre-header:first-child { 
         -webkit-border-top-left-radius: 3px;
                 border-top-left-radius: 3px;
            -moz-border-radius-topright: 3px;
			    border-top-right-radius: 3px;
             -moz-border-radius-topleft: 3px;
			     border-top-left-radius: 3px;
    }
	
	.pricing-table .header:first-child { 
         -webkit-border-top-left-radius: 3px;
                 border-top-left-radius: 3px;
            -moz-border-radius-topright: 3px;
			    border-top-right-radius: 3px;
             -moz-border-radius-topleft: 3px;
			     border-top-left-radius: 3px;
    }

    .pricing-table .footer:last-child {
      -webkit-border-bottom-left-radius: 3px;
              border-bottom-left-radius: 3px;
         -moz-border-radius-bottomright: 3px;
			 border-bottom-right-radius: 3px;
          -moz-border-radius-bottomleft: 3px;
			  border-bottom-left-radius: 3px;
    }
	
/*	--------------------------------------------------
	:: Button Sizes
	-------------------------------------------------- */	

	button.button-large {  
		padding:7px 24px 5px 24px;
        height:35px;
		margin-bottom:5px;
	}
	
	a.button-large{  
		padding:8px 20px;
        height:20px;
		margin-bottom:5px;
	}
	
	label.button-large{  
		padding:8px 20px 4px 20px;
        height:20px;
		margin-bottom:5px;
	}
	
	button.button-normal{ 
		padding:7px 22px 5px 22px;
        height:35px;
		margin-bottom:5px;
	}
	
	a.button-normal{ 
		padding:8px 20px;
        height:20px;
		margin-bottom:5px;
	}
	
	label.button-normal{ 
		padding:8px 20px 4px 20px;
        height:20px;
		margin-bottom:5px;
	}

	button.button-small{ 
		padding:5px 20px 7px 20px;
        height:35px;
		margin-bottom:5px;
	}

	a.button-small { 
		padding:8px 20px;
        height:20px;
		margin-bottom:5px;
	}
	
	label.button-small { 
		padding:8px 20px 4px 20px;
        height:20px;
		margin-bottom:5px;
	}
	
	button.button-mini{ 
		padding:5px 18px 7px 18px;
        height:35px;
		margin-bottom:5px;
	}
	
	a.button-mini{ 
		padding:8px 20px;
        height:20px;
		margin-bottom:5px;
	}
	
	label.button-mini{ 
		padding:8px 20px 4px 20px;
        height:20px;
		margin-bottom:5px;
	}	
	
/*	--------------------------------------------------
	:: Button Rounded
	-------------------------------------------------- */
	
    .button-rounded {
	    -webkit-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
    }		
	
/*	--------------------------------------------------
	:: Button Configuration
	-------------------------------------------------- */
	
    .button {
	    display:inline-block;
	    position:relative;
        font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:15px;
	    color:#fff;
		text-transform:upercase;
	    text-decoration:none;
        text-align:center;
	    border:none;
		cursor:pointer;
    }
	
/*	--------------------------------------------------
	:: Button Blue
	-------------------------------------------------- */
	
	.button-blue {
	    background-color:#7f96a6;
    }
	
	.button-blue:hover {
        background-color:#9eb2c0;
    }
	
	.button-blue:active {
        background-color:#8aa0af;
    }
	
/*	--------------------------------------------------
	:: Button Green
	-------------------------------------------------- */
	
	.button-green {
	    background-color:#96aa39;
    }
	
	.button-green:hover {
        background-color:#adc24a;
    }
	
	.button-green:active {
        background-color:#9cb040;
    }
	
/*	--------------------------------------------------
	:: Button Red
	-------------------------------------------------- */

	.button-red {
	    background-color:#e6655d;
    }
	
	.button-red:hover {
        background-color:#f2837b;
    }
	
	.button-red:active {
        background-color:#e96a62;
    }
	
/*	--------------------------------------------------
	:: Button Orange
	-------------------------------------------------- */
	
	.button-orange {
	    background-color:#de5f41;
    }
	
	.button-orange:hover {
        background-color:#e3785e;
    }
	
	.button-orange:active {
        background-color:#e06649;
    }

/*	--------------------------------------------------
	:: Tooltip
	-------------------------------------------------- */

	.tooltip-container p{
        text-align:justify; 
	    font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:13px; 
	    color:#777;
        margin:0;
        line-height:17px;
    }
	
	.tooltip-container a{
	    font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
		text-decoration:none;
	    font-size:13px; 
	    color:#555;
        margin:0;
        line-height:17px;
    }
	
    .tooltip, [data-tooltip] {
        position:relative;
        display:inline-block;
    }
	
    .tooltip:before, .tooltip:after, [data-tooltip]:before, [data-tooltip]:after {
        position:absolute;
        visibility:hidden;
        opacity:0;
        z-index:1000000;
		text-decoration:none;
        pointer-events:none;
        -webkit-transition:none;
        -moz-transition:none;
        transition:none; 
	}
	
    .tooltip:hover:before, .tooltip:hover:after, [data-tooltip]:hover:before, [data-tooltip]:hover:after {
        visibility:visible;
        opacity:1; 
	}
	
    .tooltip:before, [data-tooltip]:before {
        content:'';
        position:absolute;
        background:transparent;
        border:6px solid transparent;
        z-index:1000001; 
	}
	
    .tooltip:after, [data-tooltip]:after {
        content:attr(data-tooltip);
		position:absolute;
		font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:13px;
		outline:none;
		text-decoration:none;
		box-shadow:none;
        padding:10px 15px;
        line-height:17px;
		width:100%;
		text-align:center;
	}
	
/*	--------------------------------------------------
	:: Tooltip Border
	-------------------------------------------------- */
	
    .tooltip-top:before {
        border-top-color:#222; 
	}

    .tooltip-bottom:before {
        border-bottom-color:#222; 
	}

    .tooltip-left:before {
        border-left-color:#222;
	}

    .tooltip-right:before {
        border-right-color:#222; 
	}
	
/*	--------------------------------------------------
	:: Tooltip Top
	-------------------------------------------------- */

    .tooltip-top:before {
        margin-bottom:-12px;
	}
	
    .tooltip-top:after {
        margin-left:0;
		bottom:100%;
        left:0; 
	}
	
    .tooltip-top:before {
	    margin-left:0;
        bottom:100%;
        left:4%; 
	}
	
    .tooltip-top:hover:before, .tooltip-top:hover:after {
        -webkit-transform:translateY(-8px);
        -moz-transform:translateY(-8px);
        transform:translateY(-8px); 
	}
	
/*	--------------------------------------------------
	:: Tooltip Bottom
	-------------------------------------------------- */

    .tooltip-bottom:before {
        margin-top:-12px; 
	}
	
    .tooltip-bottom:after {
        margin-left:0;
		top:100%;
        left:0; 
	}
	
    .tooltip-bottom:before {
	    margin-left:0;
        top:100%;
        left:4%; 
	}
	
    .tooltip-bottom:hover:before, .tooltip-bottom:hover:after {
        -webkit-transform:translateY(8px);
        -moz-transform:translateY(8px);
        transform:translateY(8px); 
	}
	
/*	--------------------------------------------------
	:: Tooltip Right
	-------------------------------------------------- */

    .tooltip-right:before {
        margin-left:-12px;
        margin-bottom:-6px; 
	}
	
	.tooltip-right:before{
	    left:100%;
        bottom:50%; 
	}
	
    .tooltip-right:after{
	    margin-bottom:-14px;
	    left:100%;
        bottom:30%; 
	}

    .tooltip-right:hover:before, .tooltip-right:hover:after {
        -webkit-transform:translateX(8px);
        -moz-transform:translateX(8px);
        transform:translateX(8px); 
	}
	
/*	--------------------------------------------------
	:: Tooltip Left
	-------------------------------------------------- */

    .tooltip-left:before {
        margin-right:-11px;
        margin-bottom:-6px; 
	}
	
    .tooltip-left:before{
	    right:100%;
        bottom:50%; 
	}
	
    .tooltip-left:after{
	    margin-bottom:-14px;
	    right:100%;
        bottom:30%; 
	}
	
    .tooltip-left:hover:before, .tooltip-left:hover:after {
        -webkit-transform:translateX(-8px);
        -moz-transform:translateX(-8px);
        transform:translateX(-8px); 
	}
	
/*	--------------------------------------------------
	:: Tooltip Blue
	-------------------------------------------------- */
	
	.tooltip-top-blue:before { border-top-color:#000; }
	.tooltip-bottom-blue:before { border-bottom-color:#7f96a6; }
	.tooltip-left-blue:before { border-left-color:#7f96a6; }
	.tooltip-right-blue:before { border-right-color:#7f96a6; }

	.tooltip-top-blue:after,
	.tooltip-bottom-blue:after,
	.tooltip-left-blue:after,
	.tooltip-right-blue:after{
	    background-color:#f5f5f5;
		border:0.1em solid #d0d0d0; 
		color:#262626;
	}
	
/*	--------------------------------------------------
	:: Tooltip Green
	-------------------------------------------------- */
	
	.tooltip-top-green:before { border-top-color:#96aa39; }
	.tooltip-bottom-green:before { border-bottom-color:#96aa39; }
	.tooltip-left-green:before { border-left-color:#96aa39; }
	.tooltip-right-green:before { border-right-color:#96aa39; }

	.tooltip-top-green:after,
	.tooltip-bottom-green:after,
	.tooltip-left-green:after,
	.tooltip-right-green:after{
	    background-color:#96aa39;
		color:#fff;
	}

/*	--------------------------------------------------
	:: Tooltip Red
	-------------------------------------------------- */
	
	.tooltip-top-red:before { border-top-color:#e6655d; }
	.tooltip-bottom-red:before { border-bottom-color:#e6655d; }
	.tooltip-left-red:before { border-left-color:#e6655d; }
	.tooltip-right-red:before { border-right-color:#e6655d; }

	.tooltip-top-red:after,
	.tooltip-bottom-red:after,
	.tooltip-left-red:after,
	.tooltip-right-red:after{
	    background-color:#e6655d;
		color:#fff;
	}

/*	--------------------------------------------------
	:: Tooltip Orange
	-------------------------------------------------- */
	
	.tooltip-top-orange:before { border-top-color:#de5f41; }
	.tooltip-bottom-orange:before { border-bottom-color:#de5f41; }
	.tooltip-left-orange:before { border-left-color:#de5f41; }
	.tooltip-right-orange:before { border-right-color:#de5f41; }

	.tooltip-top-orange:after,
	.tooltip-bottom-orange:after,
	.tooltip-left-orange:after,
	.tooltip-right-orange:after{
	    background-color:#de5f41;
		color:#fff;
	}
	
/*	--------------------------------------------------
	:: Modal Tabs
	-------------------------------------------------- */	
	
	.modal-tabs-container {
        margin:0 auto;
		width:710px;
    }
	
	.modal-tabs-pt-one,
	.modal-tabs-pt-two,
	.modal-tabs-pt-three,
	.modal-tabs-pt-four,
	.modal-tabs-pt-five{
        position:fixed;
        top:130px;
        opacity:0;
        visibility:hidden; 
		-webkit-transition:opacity 0.6s ease-in;
        -moz-transition:opacity 0.6s ease-in;
        -ms-transition:opacity 0.6s ease-in;
        -o-transition:opacity 0.6s ease-in;
        transition:opacity 0.6s ease-in;
    }
	
    .modal-tabs-pt-one:target,
	.modal-tabs-pt-two:target,
	.modal-tabs-pt-three:target,
	.modal-tabs-pt-four:target,
	.modal-tabs-pt-five:target{
        visibility:visible;
        opacity:1;
    }
	
	.overlay { 
	    position:fixed; 
		background:#222; 
		background:rgba(0, 0, 0, 0.8);
		top:0; 
		left:0; 
		height:100%; 
		width:100%; 
        cursor:default;
        opacity:0;
		z-index:4;
        visibility:hidden;
        -webkit-transition:opacity 0.6s;
        -moz-transition:opacity 0.6s;
        -ms-transition:opacity 0.6s;
        -o-transition:opacity 0.6s;
        transition:opacity 0.6s;
    }
	
	.overlay:target {
        visibility:visible;
        opacity:1;
    }

	.overlay:target + .modal-tabs-pt-one,
	.overlay:target + .modal-tabs-pt-two,
	.overlay:target + .modal-tabs-pt-three,
	.overlay:target + .modal-tabs-pt-four,
	.overlay:target + .modal-tabs-pt-five{
        opacity:1;
        visibility:visible;
		z-index:5;
    }
	
    .modal-tabs-pt-one > div.modal-label > input,
	.modal-tabs-pt-two > div.modal-label > input,
	.modal-tabs-pt-three > div.modal-label > input,
	.modal-tabs-pt-four > div.modal-label > input,
	.modal-tabs-pt-five > div.modal-label > input{
		position:relative;
		display:none;
	}

	.modal-tabs-pt-one > div.modal-label > label,
	.modal-tabs-pt-two > div.modal-label > label,
	.modal-tabs-pt-three > div.modal-label > label,
	.modal-tabs-pt-four > div.modal-label > label,
	.modal-tabs-pt-five > div.modal-label > label{ 
	    position:relative;
        text-align:left;
		display:block;
		line-height:1;
        padding:25px 30px;
		height:28px;
		cursor:pointer;
    }

	.modal-tabs-pt-one > div.modal-label > label i,
	.modal-tabs-pt-two > div.modal-label > label i,
	.modal-tabs-pt-three > div.modal-label > label i,
	.modal-tabs-pt-four > div.modal-label > label i,
	.modal-tabs-pt-five > div.modal-label > label i{
		font-weight:normal; 
		font-style:normal;
		font-size:20px; 
		color:#fff;  
		margin:0; 
    }
	
/*	--------------------------------------------------
	:: Sections
	-------------------------------------------------- */
	
	.modal-tabs-pt-one > div.modal-label > div.modal-tabs-section-one,
    .modal-tabs-pt-one > div.modal-label > div.modal-tabs-section-two,
    .modal-tabs-pt-one > div.modal-label > div.modal-tabs-section-three,
    .modal-tabs-pt-one > div.modal-label > div.modal-tabs-section-four,
    .modal-tabs-pt-two > div.modal-label > div.modal-tabs-section-five,
    .modal-tabs-pt-two > div.modal-label > div.modal-tabs-section-six,
    .modal-tabs-pt-two > div.modal-label > div.modal-tabs-section-seven,
    .modal-tabs-pt-two > div.modal-label > div.modal-tabs-section-eight,
	.modal-tabs-pt-three > div.modal-label > div.modal-tabs-section-nine,
    .modal-tabs-pt-three > div.modal-label > div.modal-tabs-section-ten,
    .modal-tabs-pt-three > div.modal-label > div.modal-tabs-section-eleven,
    .modal-tabs-pt-three > div.modal-label > div.modal-tabs-section-twelve,
	.modal-tabs-pt-four > div.modal-label > div.modal-tabs-section-thirteen,
    .modal-tabs-pt-four > div.modal-label > div.modal-tabs-section-fourteen,
    .modal-tabs-pt-four > div.modal-label > div.modal-tabs-section-fifteen,
    .modal-tabs-pt-four > div.modal-label > div.modal-tabs-section-sixteen,
	.modal-tabs-pt-five > div.modal-label > div.modal-tabs-section-seventeen,
    .modal-tabs-pt-five > div.modal-label > div.modal-tabs-section-eighteen,
    .modal-tabs-pt-five > div.modal-label > div.modal-tabs-section-nineteen,
    .modal-tabs-pt-five > div.modal-label > div.modal-tabs-section-twenty{
	    position:absolute;
	    width:600px;
		top:0;
		opacity:0;
		margin:0;
		left:100%;
	    line-height:1;
		height:262px;
		z-index:5;
		padding:25px 15px;
		text-align:left;
	    background-color:#fff;
    }
	
/*	--------------------------------------------------
	:: Multi-columns Inside Sections
	-------------------------------------------------- */
	
	.modal-tabs-multi-column { border:none; outline:none; margin:0; padding:0; }	
    .modal-tabs-column-one { float:left; width:570px; margin-left:15px; margin-right:15px; }
    .modal-tabs-column-two { float:left; width:270px; margin-left:15px; margin-right:15px; }
    .modal-tabs-column-three { float:left; width:170px; margin-left:15px; margin-right:15px; }
    .modal-tabs-column-four { float:left; width:120px; margin-left:15px; margin-right:15px; }
    .modal-tabs-column-mix { float:left; width:420px; margin-left:15px; margin-right:15px; }

/*	--------------------------------------------------
	:: Modal Tabs Forms
	-------------------------------------------------- */
	
	.modal-tabs-form textarea,
    .modal-tabs-form input[type="text"],
	.modal-tabs-form input[type="password"],
    .modal-tabs-form input[type="email"] {
	    border:3px solid #dde4ec; 
		width:248px;
		padding:8px;
		margin-bottom:10px;
		display:block;
	    outline:none;		
	    font-family:"PT Sans"; 
	    font-size:14px; 
	    color:#555; 
		box-shadow:none;
	    background-color:#fff; 
		font-style:normal;  
	    font-weight:normal;
	}
	
    .modal-tabs-form input[type="text"].card,
    .modal-tabs-form input[type="text"].cvc {
	    border:3px solid #dde4ec; 
		width:398px;
		padding:8px;
		margin-bottom:10px;
		display:block;
	    outline:none;		
	    font-family:"PT Sans"; 
	    font-size:14px; 
	    color:#555; 
		box-shadow:none;
	    background-color:#fff; 
		font-style:normal;  
	    font-weight:normal;
	}
	
	.modal-tabs-form select{
	    border:3px solid #dde4ec; 
		width:270px;
		padding:7px 8px;
		margin-bottom:10px;
		display:block;
	    outline:none;		
	    font-family:"PT Sans"; 
	    font-size:14px; 
	    color:#999;
		line-height:30px;
		box-shadow:none;
	    background-color:#fff; 
		font-style:normal;  
	    font-weight:normal;
	}
	
	.modal-tabs-form select.card-month,
	.modal-tabs-form select.card-year {
	    border:3px solid #dde4ec;  
		width:195px;
		padding:6px;
		display:inline-block;
	    outline:none;
	    font-family:"PT Sans"; 
	    font-size:14px; 
	    color:#999;
		line-height:30px;
	    background-color:#fff; 
		font-style:normal;  
	    font-weight:normal;
	}
	
	.modal-tabs-form select:focus,
	.modal-tabs-form select.card-month:focus,
	.modal-tabs-form select.card-year:focus {
	    border-color:#bdcdd9;
        outline:none;		 
	}
	
	.modal-tabs-form select.card-year {
		float:left;
		margin-right:30px;
	}
	
	.modal-tabs-form textarea:focus,
    .modal-tabs-form input[type="text"]:focus,
	.modal-tabs-form input[type="password"]:focus,
    .modal-tabs-form input[type="email"]:focus{  
		border-color:#bdcdd9;
		outline:none;
	}
	
    .modal-tabs-form input[type="button"],
	.modal-tabs-form button[type="submit"],
	.modal-tabs-form button[type="reset"] {  
		display:block;
		cursor:pointer;
	}
	
	.modal-tabs-form input[type="radio"]{
		position:relative;
		display:none;
	}

	.modal-tabs-form > label{ 
	    position:relative;
		display:inline-block;
		text-decoration:none;
		cursor:pointer;
		line-height:1;
		width:120px;
		height:75px;
    }
   
	.modal-tabs-form > label img{
	    position:absolute;
        margin:0;
		padding:0;
		left:0;   
	}
	
	.modal-tabs-form img{
	    position:relative;
        margin:0 0 20px 0;
		border:3px solid #dde4ec; 
	}
	
	.modal-tabs-form input[type="radio"]:checked + label img {
        cursor:pointer;
	    border:3px solid #bdcdd9; 
    }
	
	.modal-tabs-form input[type="radio"] + label img {
        cursor:pointer;
    }
	
/*	--------------------------------------------------
	:: Modal Tabs Header
	-------------------------------------------------- */
	
    .modal-tabs-pt-one header,
    .modal-tabs-pt-two header,
	.modal-tabs-pt-three header,
	.modal-tabs-pt-four header,
	.modal-tabs-pt-five header{ 
	    display:block; 
	    margin:0;
		padding:0;
	}
	
	.modal-tabs-pt-one header h4,
    .modal-tabs-pt-two header h4,
	.modal-tabs-pt-three header h4,
	.modal-tabs-pt-four header h4,
	.modal-tabs-pt-five header h4{ 
	    text-align:left; 
	    font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:16px; 
	    color:#777;
        margin:0 0 20px 0;
		padding:0 0 15px 0;
		border-bottom:1px solid #e3e8ee;		
	}
	
	.modal-tabs-pt-one header i,
    .modal-tabs-pt-two header i,
	.modal-tabs-pt-three header i,
	.modal-tabs-pt-four header i,
	.modal-tabs-pt-five header i{ 
	    text-align:left; 
	    font-style:normal; 
	    font-weight:normal; 
	    font-size:16px; 
	    color:#777;
		margin-right:10px;
	}
	
/*	--------------------------------------------------
	:: Modal Tabs Section
	-------------------------------------------------- */
	
    .modal-tabs-pt-one section,
    .modal-tabs-pt-two section,
	.modal-tabs-pt-three section,
	.modal-tabs-pt-four section,
	.modal-tabs-pt-five section{ 
	    display:block; 
	    margin:0;
		padding:0;		
	}
	
	.modal-tabs-pt-one section button,
    .modal-tabs-pt-two section button,
	.modal-tabs-pt-three section button,
	.modal-tabs-pt-four section button,
    .modal-tabs-pt-five section button { 
	    float:right;		
	}
	
	.modal-tabs-pt-one section label,
    .modal-tabs-pt-two section label,
	.modal-tabs-pt-three section label,
	.modal-tabs-pt-four section label,
    .modal-tabs-pt-five section label { 
	    float:right;		
	}
	
    .modal-tabs-pt-one section .close a,
    .modal-tabs-pt-two section .close a,
	.modal-tabs-pt-three section .close a,
    .modal-tabs-pt-four section .close a,
	.modal-tabs-pt-five section .close a{ 
	    float:right;
        padding:10px 20px 5px 20px;	
        margin-left:5px;	
	}	

/*  --------------------------------------------------
    :: Modal Tabs Checkbox
    -------------------------------------------------- */ 
	
    .modal-tabs-checkbox input[type="checkbox"]{
	    position:absolute;
	    -moz-opacity:0;
	    -webkit-opacity:0;
	    opacity:0;
		cursor:pointer;
    }

    .modal-tabs-checkbox p{
		text-decoration:none; 
	    font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:12px; 
	    color:#777;
		margin:0;
		padding:0;
    }
	
	.modal-tabs-checkbox a{
		text-decoration:none; 
	    font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:12px; 
		color:#333;
    }
	
    .modal-tabs-checkbox  input[type="checkbox"] + p span {
	    display:inline-block;
	    width:25px;
	    height:25px;
	    vertical-align:middle;
        margin:-4px 5px 0 0;
        background-repeat:no-repeat;
		background-image:url("Images/Checkbox.png");
	    background-position:0 0;
    }

    .modal-tabs-checkbox  input[type="checkbox"]:checked + p span {
	    background-image:url("Images/Checkbox.png");
	    background-position:0 -27px;
    }

/*	--------------------------------------------------
	:: Modal tabs Social Buttons
	-------------------------------------------------- */

    .modal-tabs-social{
	    width:100%;
    }
		
    .modal-tabs-social a{
		display:inline-block;
		float:left;
	    padding:21px 0;
	    width:50%;
		text-decoration:none;
		text-align:center;
    }
	
	.modal-tabs-social a i{
		text-align:center; 
	    font-style:normal; 
	    font-weight:normal; 
	    font-size:20px; 
	    color:#fff;
		margin:0;
    }
	
	#modal-tabs-facebook{ background-color:#3b5998; }
    #modal-tabs-twitter{ background-color:#39a9e0; }
	#modal-tabs-google{ background-color:#d14836; }
	#modal-tabs-pinterest{ background-color:#cb2027; }
	#modal-tabs-linkedin{ background-color:#007fb1; }
	#modal-tabs-deviantart{ background-color:#4c5e51; }

	#modal-tabs-facebook:hover { background-color:#4c6bad; }
    #modal-tabs-twitter:hover { background-color:#51b9ec; }
	#modal-tabs-google:hover { background-color:#de5543; }
	#modal-tabs-pinterest:hover { background-color:#df2c33; }
	#modal-tabs-linkedin:hover { background-color:#0290c8; }
	#modal-tabs-deviantart:hover { background-color:#596c5f; }
	
/*	--------------------------------------------------
	:: Make Sections Slide In 
	-------------------------------------------------- */
	
	.modal-tabs-pt-one > div.modal-label > input.tab-1:checked ~ .modal-tabs-section-one,
    .modal-tabs-pt-one > div.modal-label > input.tab-2:checked ~ .modal-tabs-section-two,
    .modal-tabs-pt-one > div.modal-label > input.tab-3:checked ~ .modal-tabs-section-three,
    .modal-tabs-pt-one > div.modal-label > input.tab-4:checked ~ .modal-tabs-section-four,
	.modal-tabs-pt-two > div.modal-label > input.tab-5:checked ~ .modal-tabs-section-five,
    .modal-tabs-pt-two > div.modal-label > input.tab-6:checked ~ .modal-tabs-section-six,
    .modal-tabs-pt-two > div.modal-label > input.tab-7:checked ~ .modal-tabs-section-seven,
    .modal-tabs-pt-two > div.modal-label > input.tab-8:checked ~ .modal-tabs-section-eight,
	.modal-tabs-pt-three > div.modal-label > input.tab-9:checked ~ .modal-tabs-section-nine,
    .modal-tabs-pt-three > div.modal-label > input.tab-10:checked ~ .modal-tabs-section-ten,
    .modal-tabs-pt-three > div.modal-label > input.tab-11:checked ~ .modal-tabs-section-eleven,
    .modal-tabs-pt-three > div.modal-label > input.tab-12:checked ~ .modal-tabs-section-twelve,
	.modal-tabs-pt-four > div.modal-label > input.tab-13:checked ~ .modal-tabs-section-thirteen,
    .modal-tabs-pt-four > div.modal-label > input.tab-14:checked ~ .modal-tabs-section-fourteen,
    .modal-tabs-pt-four > div.modal-label > input.tab-15:checked ~ .modal-tabs-section-fifteen,
    .modal-tabs-pt-four > div.modal-label > input.tab-16:checked ~ .modal-tabs-section-sixteen,
	.modal-tabs-pt-five > div.modal-label > input.tab-17:checked ~ .modal-tabs-section-seventeen,
    .modal-tabs-pt-five > div.modal-label > input.tab-18:checked ~ .modal-tabs-section-eighteen,
    .modal-tabs-pt-five > div.modal-label > input.tab-19:checked ~ .modal-tabs-section-nineteen,
    .modal-tabs-pt-five > div.modal-label > input.tab-20:checked ~ .modal-tabs-section-twenty{
        opacity:1;
		z-index:6;
    }
	
/*	--------------------------------------------------
	:: Themes Dark Colors
	-------------------------------------------------- */
	
	.modal-tabs-dark-blue > div.modal-label > input:checked + label {
		background-color:#7f96a6;
    }
	
	.modal-tabs-dark-blue > div.modal-label > label {
	    background-color:#272e38;
    }
	
	.modal-tabs-dark-blue > div.modal-label > label:hover {
	    background-color:#718797;
    }
	
	.modal-tabs-dark-red > div.modal-label > input:checked + label {
		background-color:#e0635b;
    }
	
	.modal-tabs-dark-red > div.modal-label > label {
	    background-color:#272e38;
    }
	
	.modal-tabs-dark-red > div.modal-label > label:hover {
	    background-color:#d95047;
    }
	
	.modal-tabs-dark-green > div.modal-label > input:checked + label {
		background-color:#96aa39;
    }
	
	.modal-tabs-dark-green > div.modal-label > label {
	    background-color:#272e38;
    }
	
	.modal-tabs-dark-green > div.modal-label > label:hover {
	    background-color:#879836;
    }
	
	.modal-tabs-dark-orange > div.modal-label > input:checked + label {
		background-color:#de5f41;
    }
	
	.modal-tabs-dark-orange > div.modal-label > label {
	    background-color:#272e38;
    }
	
	.modal-tabs-dark-orange > div.modal-label > label:hover {
	    background-color:#cb583d;
    }
	
/*	--------------------------------------------------
	:: Themes Light Colors
	-------------------------------------------------- */
	
	.modal-tabs-light-blue > div.modal-label > input:checked + label {
		background-color:#7f96a6;
    }
	
	.modal-tabs-light-blue > div.modal-label > label {
	    background-color:#b8c7d2;
    }
	
	.modal-tabs-light-blue > div.modal-label > label:hover {
	    background-color:#718797;
    }
	
	.modal-tabs-light-red > div.modal-label > input:checked + label {
		background-color:#e0635b;
    }
	
	.modal-tabs-light-red > div.modal-label > label {
	    background-color:#b8c7d2;
    }
	
	.modal-tabs-light-red > div.modal-label > label:hover {
	    background-color:#d95047;
    }
	
	.modal-tabs-light-green > div.modal-label > input:checked + label {
		background-color:#96aa39;
    }
	
	.modal-tabs-light-green > div.modal-label > label {
	    background-color:#b8c7d2;
    }
	
	.modal-tabs-light-green > div.modal-label > label:hover {
	    background-color:#879836;
    }
	
	.modal-tabs-light-orange > div.modal-label > input:checked + label {
		background-color:#de5f41;
    }
	
	.modal-tabs-light-orange > div.modal-label > label {
	    background-color:#b8c7d2;
    }
	
	.modal-tabs-light-orange > div.modal-label > label:hover {
	    background-color:#cb583d;
    }
	
/*	--------------------------------------------------
	:: Theme Colors Header
	-------------------------------------------------- */	
	
	.blue-dark{
		background-color:#10181e;
		border-top:1px solid #22313d;
    }
	
    .blue{
		background-color:#22313d;
		border-top:1px solid #314351;
		border-bottom:1px solid #314351;
    }
	
	.blue-header{
		background-color:#22313d;
		border-bottom:1px solid #314351;
	}
	
	.blue em{
	    color:#ddd;
    }
	
	.green{
		background-color:#476e36;
		border-top:1px solid #5a8148;
		border-bottom:1px solid #5a8148;
    }
	
	.green-header{
		background-color:#476e36;
		border-bottom:1px solid #5a8148;
    }
	
	.green em{
	    color:#ddd;
    }
	
	.orange{
	#	background-color:#e6e6e6;
		border-top:1px solid #e6e6e6;
		border-bottom:1px solid #e6e6e6;
   }
	
	.orange-header{
#		background-color:#e6e6e6;
#		border-bottom:1px solid #e6e6e6;

    }
	
	.orange em{
	    color:#262626;		
    }
	.orange em span{
		cursor: pointer;
		border-bottom:0.1em dashed #262626;
	    font-family:"PT Sans"; 
	    font-size:14px;						
    }
		
	.red{
		background-color:#822626;
		border-top:1px solid #9f3838;
		border-bottom:1px solid #9f3838;
    }
	
	.red-header{
		background-color:#822626;
		border-bottom:1px solid #9f3838;
    }
	
	.red em{
	    color:#ddd;
    }
	
	.yellow{
		background-color:#9a6519;
		border-top:1px solid #bf8634;
		border-bottom:1px solid #bf8634;
    }
	
	.yellow-header{
		background-color:#9a6519;
		border-bottom:1px solid #bf8634;
    }
	
	.yellow em{
	    color:#ddd;
    }

/*	--------------------------------------------------
	:: Light Version
	-------------------------------------------------- */
	
    .light{
	#	background-color:#ddd;
    }
	
	.light ol li {
        border-top:1px solid #f9f9f9;
        border-bottom:1px solid #DDD;
    }
	
    .light ol li:first-child { border-top:none; }
	.light ol li:last-child { border-bottom:none; }

    .light ol li a {
        color:#777;
    }
	
    .light ol li a:hover { color:#555; }
	
	.light ol li a i{
	    color:#777;
    }
	
/*	--------------------------------------------------
	:: Dark Version
	-------------------------------------------------- */
	
    .dark{
		background-color:#151515;
    }
	
	.dark ol li {
        border-top:1px solid #333;
        border-bottom:1px solid #000;
    }
	
    .dark ol li:first-child { border-top:none; }
	.dark ol li:last-child { border-bottom:none; }

    .dark ol li a {
        color:#fff;
    }
	
    .dark ol li a:hover { color:#ddd; }
	
	.dark ol li a i{
	    color:#fff;
    }
	
/*	--------------------------------------------------
	:: Tablet Portrait Design for a width of 768px
	-------------------------------------------------- */

    @media only screen and (min-width:768px) and (max-width:959px) {
	    .pricing-table { width:768px; }
		
		.pricing-table .five-columns { 
	        width:364px; 
			margin-bottom:30px;
	    } 
		
		.pricing-table .pre-header {
		    margin:0;
        }
    }

/*	--------------------------------------------------
	:: Mobile Landscape Design for a width of 480px
	-------------------------------------------------- */

    @media only screen and (min-width:480px) and (max-width:767px) {
	    .pricing-table { width:420px; }
		
		.pricing-table .five-columns { 
	        width:420px; 
			margin-bottom:30px;
			margin-left:0; 
			margin-right:0;
	    } 
		
		.pricing-table .pre-header {
		    margin:0;
        }
		
		.modal-tabs-container{
		    margin:0 auto;
		    width:420px;
        }
		
		.modal-tabs-pt-one,
	    .modal-tabs-pt-two,
	    .modal-tabs-pt-three,
	    .modal-tabs-pt-four,
		.modal-tabs-pt-five{
            top:10px;
        }
		
		.modal-tabs-column-one,
        .modal-tabs-column-two,                		
		.modal-tabs-column-three,
		.modal-tabs-column-four,
		.modal-tabs-column-mix { width:360px; }
		
		.modal-tabs-pt-one > div.modal-label,
	    .modal-tabs-pt-two > div.modal-label,
	    .modal-tabs-pt-three > div.modal-label,
	    .modal-tabs-pt-four > div.modal-label,
		.modal-tabs-pt-five > div.modal-label{ 
	        float:left;
        }
		
		.modal-tabs-pt-one > div.modal-label > label,
	    .modal-tabs-pt-two > div.modal-label > label,
	    .modal-tabs-pt-three > div.modal-label > label,
	    .modal-tabs-pt-four > div.modal-label > label,
		.modal-tabs-pt-five > div.modal-label > label{ 
			padding:25px 42.5px 20px 42.5px;
			line-height:1;
        }
		
		.modal-tabs-pt-one > div.modal-label > div.modal-tabs-section-one,
        .modal-tabs-pt-one > div.modal-label > div.modal-tabs-section-two,
        .modal-tabs-pt-one > div.modal-label > div.modal-tabs-section-three,
        .modal-tabs-pt-one > div.modal-label > div.modal-tabs-section-four,
        .modal-tabs-pt-two > div.modal-label > div.modal-tabs-section-five,
        .modal-tabs-pt-two > div.modal-label > div.modal-tabs-section-six,
        .modal-tabs-pt-two > div.modal-label > div.modal-tabs-section-seven,
        .modal-tabs-pt-two > div.modal-label > div.modal-tabs-section-eight,
	    .modal-tabs-pt-three > div.modal-label > div.modal-tabs-section-nine,
        .modal-tabs-pt-three > div.modal-label > div.modal-tabs-section-ten,
        .modal-tabs-pt-three > div.modal-label > div.modal-tabs-section-eleven,
        .modal-tabs-pt-three > div.modal-label > div.modal-tabs-section-twelve,
	    .modal-tabs-pt-four > div.modal-label > div.modal-tabs-section-thirteen,
        .modal-tabs-pt-four > div.modal-label > div.modal-tabs-section-fourteen,
        .modal-tabs-pt-four > div.modal-label > div.modal-tabs-section-fifteen,
        .modal-tabs-pt-four > div.modal-label > div.modal-tabs-section-sixteen,
        .modal-tabs-pt-five > div.modal-label > div.modal-tabs-section-seventeen,
        .modal-tabs-pt-five > div.modal-label > div.modal-tabs-section-eighteen,
        .modal-tabs-pt-five > div.modal-label > div.modal-tabs-section-nineteen,
        .modal-tabs-pt-five > div.modal-label > div.modal-tabs-section-twenty {
	        width:390px;
		    left:0;
			top:73px;
			height:auto;
        }
		
		.modal-tabs-form textarea,
        .modal-tabs-form input[type="text"],
	    .modal-tabs-form input[type="password"],
        .modal-tabs-form input[type="email"],
    	.modal-tabs-form input[type="text"].card,
		.modal-tabs-form input[type="text"].cvc{
		    width:338px;
	    }
		
		.modal-tabs-form select,
		.modal-tabs-form select.card-month,
		.modal-tabs-form select.card-year{
		    width:360px;
	    }
		
	    .modal-tabs-form img{
            margin:0 40px 20px 0;
	    }
    }
	
/*	--------------------------------------------------
	:: Mobile Portrait Design for a width of 320px
	-------------------------------------------------- */

    @media only screen and (max-width:480px) {
	    .pricing-table { width:300px; }
		
		.pricing-table .five-columns { 
	        width:300px;
			margin-bottom:30px;
			margin-left:0; 
			margin-right:0;
	    } 
		
		.pricing-table .pre-header {
		    margin:0;
        }
		
		.modal-tabs-container{
		    margin:0 auto;
		    width:300px;
        }
		
		.modal-tabs-pt-one,
	    .modal-tabs-pt-two,
	    .modal-tabs-pt-three,
	    .modal-tabs-pt-four,
		.modal-tabs-pt-five{
            top:10px;
        }
		
		.modal-tabs-column-one,
        .modal-tabs-column-two,                		
		.modal-tabs-column-three,
		.modal-tabs-column-four,
		.modal-tabs-column-mix { width:240px; }
		
		.modal-tabs-pt-one > div.modal-label,
	    .modal-tabs-pt-two > div.modal-label,
	    .modal-tabs-pt-three > div.modal-label,
	    .modal-tabs-pt-four > div.modal-label,
		.modal-tabs-pt-five > div.modal-label{ 
	        float:left;
        }
		
		.modal-tabs-pt-one > div.modal-label > label,
	    .modal-tabs-pt-two > div.modal-label > label,
	    .modal-tabs-pt-three > div.modal-label > label,
	    .modal-tabs-pt-four > div.modal-label > label,
		.modal-tabs-pt-five > div.modal-label > label{ 
			padding:20px 27.5px 15px 27.5px;
        }
		
		.modal-tabs-pt-one > div.modal-label > div.modal-tabs-section-one,
        .modal-tabs-pt-one > div.modal-label > div.modal-tabs-section-two,
        .modal-tabs-pt-one > div.modal-label > div.modal-tabs-section-three,
        .modal-tabs-pt-one > div.modal-label > div.modal-tabs-section-four,
        .modal-tabs-pt-two > div.modal-label > div.modal-tabs-section-five,
        .modal-tabs-pt-two > div.modal-label > div.modal-tabs-section-six,
        .modal-tabs-pt-two > div.modal-label > div.modal-tabs-section-seven,
        .modal-tabs-pt-two > div.modal-label > div.modal-tabs-section-eight,
	    .modal-tabs-pt-three > div.modal-label > div.modal-tabs-section-nine,
        .modal-tabs-pt-three > div.modal-label > div.modal-tabs-section-ten,
        .modal-tabs-pt-three > div.modal-label > div.modal-tabs-section-eleven,
        .modal-tabs-pt-three > div.modal-label > div.modal-tabs-section-twelve,
	    .modal-tabs-pt-four > div.modal-label > div.modal-tabs-section-thirteen,
        .modal-tabs-pt-four > div.modal-label > div.modal-tabs-section-fourteen,
        .modal-tabs-pt-four > div.modal-label > div.modal-tabs-section-fifteen,
        .modal-tabs-pt-four > div.modal-label > div.modal-tabs-section-sixteen,
        .modal-tabs-pt-five > div.modal-label > div.modal-tabs-section-seventeen,
        .modal-tabs-pt-five > div.modal-label > div.modal-tabs-section-eighteen,
        .modal-tabs-pt-five > div.modal-label > div.modal-tabs-section-nineteen,
        .modal-tabs-pt-five > div.modal-label > div.modal-tabs-section-twenty {
	        width:270px;
		    left:0;
			top:63px;
			height:auto;
        }
		
		.modal-tabs-form textarea,
        .modal-tabs-form input[type="text"],
	    .modal-tabs-form input[type="password"],
        .modal-tabs-form input[type="email"],
    	.modal-tabs-form input[type="text"].card,
		.modal-tabs-form input[type="text"].cvc{
		    width:218px;
	    }
		
		.modal-tabs-form select,
		.modal-tabs-form select.card-month,
		.modal-tabs-form select.card-year{
		    width:240px;
	    }
		
	    .modal-tabs-form img{
            margin:0 0 20px 0;
	    }
    }
	
/*	--------------------------------------------------
	:: Font IcoMoon
	-------------------------------------------------- */

    @font-face {
	    font-family: 'icomoon';
	    src:url('../Font/icomoon.eot');
	    src:url('../Font/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../Font/icomoon.woff') format('woff'),
		url('../Font/icomoon.ttf') format('truetype'),
		url('../Font/icomoon.svg#icomoon') format('svg');
	    font-weight: normal;
	    font-style: normal;
    }
	
/*	--------------------------------------------------
	:: Font Icon for Pre-Header
	-------------------------------------------------- */
	
	[class*="icon-white"]:before { 
	    font-family:'icomoon'; 
	    speak:none; 
	    -webkit-font-smoothing:antialiased;
	}
	
/*	--------------------------------------------------
	:: Font Icon for Labels
	-------------------------------------------------- */
	
	[class*="icon-label"]:before { 
	    font-family:'icomoon'; 
	    speak:none; 
	    -webkit-font-smoothing:antialiased;
	}
	
/*	--------------------------------------------------
	:: Font Icon for Section-Header
	-------------------------------------------------- */
	
	[class*="icon-black"]:before { 
	    font-family:'icomoon'; 
	    speak:none; 
	    -webkit-font-smoothing:antialiased;
	}

/*	--------------------------------------------------
	:: Font Icon for Section
	-------------------------------------------------- */
	
	[class*="icon-1"]:before { 
	    font-family:'icomoon'; 
	    speak:none; 
	    font-style:normal; 
	    font-weight:normal;
        font-size:5em;
	    -webkit-font-smoothing:antialiased;
	}
	
/*	--------------------------------------------------
	:: Font Icon for Lists
	-------------------------------------------------- */
	
	[class*="icon-2"]:before { 
	    font-family:'icomoon'; 
	    speak:none;  
	    font-style:normal; 
	    font-weight:normal;
        font-size:14px;
		margin-right:10px;
		vertical-align:baseline;
	    -webkit-font-smoothing:antialiased;
	}
	
/*	--------------------------------------------------
	:: Font Icon for Buttons
	-------------------------------------------------- */
	
	[class*="icon-3"]:before { 
	    font-family:'icomoon'; 
	    speak:none; 
		color:#fff;
	    font-style:normal; 
	    font-weight:normal;
        font-size:14px;
		margin-right:10px;
		vertical-align:baseline;
	    -webkit-font-smoothing:antialiased;
	}

	.icon-arrow-up:before {content: "\e0cc";}
    .icon-arrow-up-right:before {content: "\e0cd";}
    .icon-arrow-right:before {content: "\e0ce";}
    .icon-arrow-down-right:before {content: "\e0cf";}
    .icon-arrow-down:before {content: "\e0d0";}
    .icon-arrow-down-left:before {content: "\e0d1";}
    .icon-arrow-left:before {content: "\e0d2";}
    .icon-tab:before {content: "\e0d3";}
    .icon-checkbox-checked:before {content: "\e0d4";}
    .icon-checkbox-unchecked:before {content: "\e0d5";}
    .icon-checkbox-partial:before {content: "\e0d6";}
    .icon-radio-checked:before {content: "\e0d7";}
    .icon-radio-unchecked:before {content: "\e0d8";}
    .icon-crop:before {content: "\e0d9";}
    .icon-scissors:before {content: "\e0da";}
    .icon-filter:before {content: "\e0db";}
    .icon-filter-2:before {content: "\e0dc";}
    .icon-font:before {content: "\e0dd";}
    .icon-text-height:before {content: "\e0de";}
    .icon-text-width:before {content: "\e000";}
    .icon-bold:before {content: "\e001";}
    .icon-underline:before {content: "\e002";}
    .icon-italic:before {content: "\e003";}
    .icon-strikethrough:before {content: "\e004";}
    .icon-omega:before {content: "\e005";}
    .icon-sigma:before {content: "\e006";}
    .icon-table:before {content: "\e007";}
    .icon-table-2:before {content: "\e008";}
    .icon-insert-template:before {content: "\e009";}
    .icon-pilcrow:before {content: "\e00a";}
    .icon-left-to-right:before {content: "\e00b";}
    .icon-right-to-left:before {content: "\e00c";}
    .icon-paragraph-left:before {content: "\e00d";}
    .icon-paragraph-center:before {content: "\e00e";}
    .icon-paragraph-right:before {content: "\e00f";}
    .icon-paragraph-justify:before {content: "\e010";}
    .icon-paragraph-left-2:before {content: "\e011";}
    .icon-paragraph-center-2:before {content: "\e012";}
    .icon-paragraph-right-2:before {content: "\e013";}
    .icon-paragraph-justify-2:before {content: "\e014";}
    .icon-indent-increase:before {content: "\e015";}
    .icon-indent-decrease:before {content: "\e016";}
    .icon-new-tab:before {content: "\e017";}
    .icon-embed:before {content: "\e018";}
    .icon-code:before {content: "\e019";}
    .icon-console:before {content: "\e01a";}
    .icon-share:before {content: "\e01b";}
    .icon-mail:before {content: "\e01c";}
    .icon-mail-2:before {content: "\e01d";}
    .icon-mail-3:before {content: "\e01e";}
    .icon-mail-4:before {content: "\e01f";}
    .icon-google:before {content: "\e020";}
    .icon-google-plus:before {content: "\e021";}
    .icon-google-plus-2:before {content: "\e022";}
    .icon-google-plus-3:before {content: "\e023";}
    .icon-google-plus-4:before {content: "\e024";}
    .icon-google-drive:before {content: "\e025";}
    .icon-facebook:before {content: "\e026";}
    .icon-facebook-2:before {content: "\e027";}
    .icon-facebook-3:before {content: "\e028";}
    .icon-instagram:before {content: "\e029";}
    .icon-twitter:before {content: "\e02a";}
    .icon-twitter-2:before {content: "\e02b";}
    .icon-twitter-3:before {content: "\e02c";}
    .icon-feed:before {content: "\e02d";}
    .icon-feed-2:before {content: "\e02e";}
    .icon-feed-3:before {content: "\e02f";}
    .icon-youtube:before {content: "\e030";}
    .icon-youtube-2:before {content: "\e031";}
    .icon-vimeo:before {content: "\e032";}
    .icon-vimeo2:before {content: "\e033";}
    .icon-vimeo-2:before {content: "\e034";}
    .icon-lanyrd:before {content: "\e035";}
    .icon-flickr:before {content: "\e036";}
    .icon-flickr-2:before {content: "\e037";}
    .icon-flickr-3:before {content: "\e038";}
    .icon-flickr-4:before {content: "\e039";}
    .icon-picassa:before {content: "\e03a";}
    .icon-picassa-2:before {content: "\e03b";}
    .icon-dribbble:before {content: "\e03c";}
    .icon-dribbble-2:before {content: "\e03d";}
    .icon-dribbble-3:before {content: "\e03e";}
    .icon-forrst:before {content: "\e03f";}
    .icon-forrst-2:before {content: "\e040";}
    .icon-deviantart:before {content: "\e041";}
    .icon-deviantart-2:before {content: "\e042";}
    .icon-steam:before {content: "\e043";}
    .icon-steam-2:before {content: "\e044";}
    .icon-github:before {content: "\e045";}
    .icon-github-2:before {content: "\e046";}
    .icon-github-3:before {content: "\e047";}
    .icon-github-4:before {content: "\e048";}
    .icon-github-5:before {content: "\e049";}
    .icon-wordpress:before {content: "\e04a";}
    .icon-wordpress-2:before {content: "\e04b";}
    .icon-joomla:before {content: "\e04c";}
    .icon-blogger:before {content: "\e04d";}
    .icon-blogger-2:before {content: "\e04e";}
    .icon-tumblr:before {content: "\e04f";}
    .icon-tumblr-2:before {content: "\e050";}
    .icon-yahoo:before {content: "\e051";}
    .icon-tux:before {content: "\e052";}
    .icon-apple:before {content: "\e053";}
    .icon-finder:before {content: "\e054";}
    .icon-android:before {content: "\e055";}
    .icon-windows:before {content: "\e056";}
    .icon-windows8:before {content: "\e057";}
    .icon-soundcloud:before {content: "\e058";}
    .icon-soundcloud-2:before {content: "\e059";}
    .icon-skype:before {content: "\e05a";}
    .icon-reddit:before {content: "\e05b";}
    .icon-linkedin:before {content: "\e05c";}
    .icon-lastfm:before {content: "\e05d";}
    .icon-lastfm-2:before {content: "\e05e";}
    .icon-delicious:before {content: "\e05f";}
    .icon-stumbleupon:before {content: "\e060";}
    .icon-stumbleupon-2:before {content: "\e061";}
    .icon-stackoverflow:before {content: "\e062";}
    .icon-pinterest:before {content: "\e063";}
    .icon-pinterest-2:before {content: "\e064";}
    .icon-xing:before {content: "\e065";}
    .icon-xing-2:before {content: "\e066";}
    .icon-flattr:before {content: "\e067";}
    .icon-foursquare:before {content: "\e068";}
    .icon-foursquare-2:before {content: "\e069";}
    .icon-paypal:before {content: "\e06a";}
    .icon-paypal-2:before {content: "\e06b";}
    .icon-paypal-3:before {content: "\e06c";}
    .icon-yelp:before {content: "\e06d";}
    .icon-libreoffice:before {content: "\e06e";}
    .icon-file-pdf:before {content: "\e06f";}
    .icon-file-openoffice:before {content: "\e070";}
    .icon-file-word:before {content: "\e071";}
    .icon-file-excel:before {content: "\e072";}
    .icon-file-zip:before {content: "\e073";}
    .icon-file-powerpoint:before {content: "\e074";}
    .icon-file-xml:before {content: "\e075";}
    .icon-file-css:before {content: "\e076";}
    .icon-html5:before {content: "\e077";}
    .icon-html5-2:before {content: "\e078";}
    .icon-css3:before {content: "\e079";}
    .icon-chrome:before {content: "\e07a";}
    .icon-firefox:before {content: "\e07b";}
    .icon-IE:before {content: "\e07c";}
    .icon-opera:before {content: "\e07d";}
    .icon-safari:before {content: "\e07e";}
    .icon-IcoMoon:before {content: "\e07f";}
    .icon-bars:before {content: "\e080";}
    .icon-gift:before {content: "\e081";}
    .icon-trophy:before {content: "\e082";}
    .icon-glass:before {content: "\e083";}
    .icon-mug:before {content: "\e084";}
    .icon-food:before {content: "\e085";}
    .icon-leaf:before {content: "\e086";}
    .icon-rocket:before {content: "\e087";}
    .icon-meter:before {content: "\e088";}
    .icon-meter2:before {content: "\e089";}
    .icon-dashboard:before {content: "\e08a";}
    .icon-hammer:before {content: "\e08b";}
    .icon-fire:before {content: "\e08c";}
    .icon-lab:before {content: "\e08d";}
    .icon-magnet:before {content: "\e08e";}
    .icon-remove:before {content: "\e08f";}
    .icon-remove-2:before {content: "\e090";}
    .icon-briefcase:before {content: "\e091";}
    .icon-airplane:before {content: "\e092";}
    .icon-truck:before {content: "\e093";}
    .icon-road:before {content: "\e094";}
    .icon-accessibility:before {content: "\e095";}
    .icon-target:before {content: "\e096";}
    .icon-shield:before {content: "\e097";}
    .icon-lightning:before {content: "\e098";}
    .icon-switch:before {content: "\e099";}
    .icon-power-cord:before {content: "\e09a";}
    .icon-signup:before {content: "\e09b";}
    .icon-list:before {content: "\e09c";}
    .icon-list-2:before {content: "\e09d";}
    .icon-numbered-list:before {content: "\e09e";}
    .icon-menu:before {content: "\e09f";}
    .icon-menu-2:before {content: "\e0a0";}
    .icon-tree:before {content: "\e0a1";}
    .icon-cloud:before {content: "\e0a2";}
    .icon-cloud-download:before {content: "\e0a3";}
    .icon-cloud-upload:before {content: "\e0a4";}
    .icon-download:before {content: "\e0a5";}
    .icon-upload:before {content: "\e0a6";}
    .icon-download-2:before {content: "\e0a7";}
    .icon-upload-2:before {content: "\e0a8";}
    .icon-globe:before {content: "\e0a9";}
    .icon-earth:before {content: "\e0aa";}
    .icon-link:before {content: "\e0ab";}
    .icon-flag:before {content: "\e0ac";}
    .icon-attachment:before {content: "\e0ad";}
    .icon-eye:before {content: "\e0ae";}
    .icon-eye-blocked:before {content: "\e0af";}
    .icon-eye-2:before {content: "\e0b0";}
    .icon-bookmark:before {content: "\e0b1";}
    .icon-bookmarks:before {content: "\e0b2";}
    .icon-brightness-medium:before {content: "\e0b3";}
    .icon-brightness-contrast:before {content: "\e0b4";}
    .icon-contrast:before {content: "\e0b5";}
    .icon-star:before {content: "\e0b6";}
    .icon-star-2:before {content: "\e0b7";}
    .icon-star-3:before {content: "\e0b8";}
    .icon-heart:before {content: "\e0b9";}
    .icon-heart-2:before {content: "\e0ba";}
    .icon-heart-broken:before {content: "\e0bb";}
    .icon-thumbs-up:before {content: "\e0bc";}
    .icon-thumbs-up-2:before {content: "\e0bd";}
    .icon-happy:before {content: "\e0be";}
    .icon-happy-2:before {content: "\e0bf";}
    .icon-smiley:before {content: "\e0c0";}
    .icon-smiley-2:before {content: "\e0c1";}
	.icon-tongue:before {content: "\e0c2";}
    .icon-tongue-2:before {content: "\e0c3";}
    .icon-sad:before {content: "\e0c4";}
    .icon-sad-2:before {content: "\e0c5";}
    .icon-wink:before {content: "\e0c6";}
    .icon-wink-2:before {content: "\e0c7";}
    .icon-grin:before {content: "\e0c8";}
    .icon-grin-2:before {content: "\e0c9";}
    .icon-cool:before {content: "\e0ca";}
    .icon-cool-2:before {content: "\e0cb";}
    .icon-angry:before {content: "\e0df";}
    .icon-angry-2:before {content: "\e0e0";}
    .icon-evil:before {content: "\e0e1";}
    .icon-evil-2:before {content: "\e0e2";}
    .icon-shocked:before {content: "\e0e3";}
    .icon-shocked-2:before {content: "\e0e4";}
    .icon-confused:before {content: "\e0e5";}
    .icon-confused-2:before {content: "\e0e6";}
    .icon-neutral:before {content: "\e0e7";}
    .icon-neutral-2:before {content: "\e0e8";}
    .icon-wondering:before {content: "\e0e9";}
    .icon-wondering-2:before {content: "\e0ea";}
    .icon-point-up:before {content: "\e0eb";}
    .icon-point-right:before {content: "\e0ec";}
    .icon-point-down:before {content: "\e0ed";}
    .icon-point-left:before {content: "\e0ee";}
    .icon-warning:before {content: "\e0ef";}
    .icon-notification:before {content: "\e0f0";}
    .icon-question:before {content: "\e0f1";}
    .icon-info:before {content: "\e0f2";}
    .icon-info-2:before {content: "\e0f3";}
    .icon-blocked:before {content: "\e0f4";}
    .icon-cancel-circle:before {content: "\e0f5";}
    .icon-checkmark-circle:before {content: "\e0f6";}
    .icon-spam:before {content: "\e0f7";}
    .icon-close:before {content: "\e0f8";}
    .icon-checkmark:before {content: "\e0f9";}
    .icon-checkmark-2:before {content: "\e0fa";}
    .icon-spell-check:before {content: "\e0fb";}
    .icon-minus:before {content: "\e0fc";}
    .icon-plus:before {content: "\e0fd";}
    .icon-enter:before {content: "\e0fe";}
    .icon-exit:before {content: "\e0ff";}
    .icon-play:before {content: "\e100";}
    .icon-pause:before {content: "\e101";}
    .icon-stop:before {content: "\e102";}
    .icon-backward:before {content: "\e103";}
    .icon-forward:before {content: "\e104";}
    .icon-play-2:before {content: "\e105";}
    .icon-pause-2:before {content: "\e106";}
    .icon-stop-2:before {content: "\e107";}
    .icon-backward-2:before {content: "\e108";}
    .icon-forward-2:before {content: "\e109";}
    .icon-first:before {content: "\e10a";}
    .icon-last:before {content: "\e10b";}
    .icon-previous:before {content: "\e10c";}
    .icon-next:before {content: "\e10d";}
    .icon-eject:before {content: "\e10e";}
    .icon-volume-high:before {content: "\e10f";}
    .icon-volume-medium:before {content: "\e110";}
    .icon-volume-low:before {content: "\e111";}
    .icon-volume-mute:before {content: "\e112";}
    .icon-volume-mute-2:before {content: "\e113";}
    .icon-volume-increase:before {content: "\e114";}
    .icon-volume-decrease:before {content: "\e115";}
    .icon-loop:before {content: "\e116";}
    .icon-loop-2:before {content: "\e117";}
    .icon-loop-3:before {content: "\e118";}
    .icon-shuffle:before {content: "\e119";}
    .icon-arrow-up-left:before {content: "\e11a";}
    .icon-arrow-up-2:before {content: "\e11b";}
    .icon-arrow-up-right-2:before {content: "\e11c";}
    .icon-arrow-right-2:before {content: "\e11d";}
    .icon-arrow-down-right-2:before {content: "\e11e";}
    .icon-arrow-down-2:before {content: "\e11f";}
    .icon-arrow-down-left-2:before {content: "\e120";}
    .icon-arrow-left-2:before {content: "\e121";}
    .icon-arrow-up-left-2:before {content: "\e122";}
    .icon-arrow-up-3:before {content: "\e123";}
    .icon-arrow-up-right-3:before {content: "\e124";}
    .icon-arrow-right-3:before {content: "\e125";}
    .icon-arrow-down-right-3:before {content: "\e126";}
    .icon-arrow-down-3:before {content: "\e127";}
    .icon-arrow-down-left-3:before {content: "\e128";}
    .icon-arrow-left-3:before {content: "\e129";}
    .icon-arrow-up-left-3:before {content: "\e12a";}
    .icon-film:before {content: "\e12b";}
    .icon-camera:before {content: "\e12c";}
    .icon-dice:before {content: "\e12d";}
    .icon-pacman:before {content: "\e12e";}
    .icon-spades:before {content: "\e12f";}
    .icon-clubs:before {content: "\e130";}
    .icon-diamonds:before {content: "\e131";}
    .icon-pawn:before {content: "\e132";}
    .icon-bullhorn:before {content: "\e133";}
    .icon-connection:before {content: "\e134";}
    .icon-podcast:before {content: "\e135";}
    .icon-feed-4:before {content: "\e136";}
    .icon-book:before {content: "\e137";}
    .icon-books:before {content: "\e138";}
    .icon-library:before {content: "\e139";}
    .icon-file:before {content: "\e13a";}
    .icon-profile:before {content: "\e13b";}
    .icon-file-2:before {content: "\e13c";}
    .icon-file-3:before {content: "\e13d";}
    .icon-file-4:before {content: "\e13e";}
    .icon-copy:before {content: "\e13f";}
    .icon-copy-2:before {content: "\e140";}
    .icon-copy-3:before {content: "\e141";}
    .icon-paste:before {content: "\e142";}
    .icon-paste-2:before {content: "\e143";}
    .icon-paste-3:before {content: "\e144";}
    .icon-stack:before {content: "\e145";}
    .icon-folder:before {content: "\e146";}
    .icon-folder-open:before {content: "\e147";}
    .icon-tag:before {content: "\e148";}
    .icon-tags:before {content: "\e149";}
    .icon-barcode:before {content: "\e14a";}
    .icon-qrcode:before {content: "\e14b";}
    .icon-ticket:before {content: "\e14c";}
    .icon-cart:before {content: "\e14d";}
    .icon-cart-2:before {content: "\e14e";}
    .icon-cart-3:before {content: "\e14f";}
    .icon-coin:before {content: "\e150";}
    .icon-credit:before {content: "\e151";}
    .icon-calculate:before {content: "\e152";}
    .icon-support:before {content: "\e153";}
    .icon-phone:before {content: "\e154";}
    .icon-phone-hang-up:before {content: "\e155";}
    .icon-address-book:before {content: "\e156";}
    .icon-notebook:before {content: "\e157";}
    .icon-envelop:before {content: "\e158";}
    .icon-pushpin:before {content: "\e159";}
    .icon-location:before {content: "\e15a";}
    .icon-location-2:before {content: "\e15b";}
    .icon-compass:before {content: "\e15c";}
    .icon-map:before {content: "\e15d";}
    .icon-map-2:before {content: "\e15e";}
    .icon-history:before {content: "\e15f";}
    .icon-clock:before {content: "\e160";}
    .icon-clock-2:before {content: "\e161";}
    .icon-alarm:before {content: "\e162";}
    .icon-alarm-2:before {content: "\e163";}
    .icon-bell:before {content: "\e164";}
    .icon-stopwatch:before {content: "\e165";}
    .icon-calendar:before {content: "\e166";}
    .icon-calendar-2:before {content: "\e167";}
    .icon-print:before {content: "\e168";}
    .icon-keyboard:before {content: "\e169";}
    .icon-screen:before {content: "\e16a";}
    .icon-laptop:before {content: "\e16b";}
    .icon-mobile:before {content: "\e16c";}
    .icon-mobile-2:before {content: "\e16d";}
    .icon-tablet:before {content: "\e16e";}
    .icon-tv:before {content: "\e16f";}
    .icon-cabinet:before {content: "\e170";}
    .icon-drawer:before {content: "\e171";}
    .icon-drawer-2:before {content: "\e172";}
    .icon-drawer-3:before {content: "\e173";}
    .icon-box-add:before {content: "\e174";}
    .icon-box-remove:before {content: "\e175";}
    .icon-download-3:before {content: "\e176";}
    .icon-upload-3:before {content: "\e177";}
    .icon-disk:before {content: "\e178";}
    .icon-storage:before {content: "\e179";}
    .icon-undo:before {content: "\e17a";}
    .icon-redo:before {content: "\e17b";}
    .icon-flip:before {content: "\e17c";}
    .icon-flip-2:before {content: "\e17d";}
    .icon-undo-2:before {content: "\e17e";}
    .icon-redo-2:before {content: "\e17f";}
    .icon-forward-3:before {content: "\e180";}
    .icon-reply:before {content: "\e181";}
	.icon-bubble:before {content: "\e182";}
    .icon-bubbles:before {content: "\e183";}
    .icon-bubbles-2:before {content: "\e184";}
    .icon-bubble-2:before {content: "\e185";}
    .icon-bubbles-3:before {content: "\e186";}
    .icon-bubbles-4:before {content: "\e187";}
    .icon-user:before {content: "\e188";}
	.icon-users:before {content: "\e189";}
    .icon-user-2:before {content: "\e18a";}
    .icon-users-2:before {content: "\e18b";}
    .icon-user-3:before {content: "\e18c";}
    .icon-user-4:before {content: "\e18d";}
    .icon-quotes-left:before {content: "\e18e";}
    .icon-busy:before {content: "\e18f";}
    .icon-spinner:before {content: "\e190";}
    .icon-spinner-2:before {content: "\e191";}
    .icon-spinner-3:before {content: "\e192";}
    .icon-spinner-4:before {content: "\e193";}
    .icon-spinner-5:before {content: "\e194";}
    .icon-spinner-6:before {content: "\e195";}
    .icon-binoculars:before {content: "\e196";}
    .icon-search:before {content: "\e197";}
    .icon-zoom-in:before {content: "\e198";}
    .icon-zoom-out:before {content: "\e199";}
    .icon-expand:before {content: "\e19a";}
    .icon-contract:before {content: "\e19b";}
    .icon-expand-2:before {content: "\e19c";}
    .icon-contract-2:before {content: "\e19d";}
    .icon-key:before {content: "\e19e";}
    .icon-key-2:before {content: "\e19f";}
    .icon-lock:before {content: "\e1a0";}
    .icon-lock-2:before {content: "\e1a1";}
    .icon-unlocked:before {content: "\e1a2";}
    .icon-wrench:before {content: "\e1a3";}
    .icon-settings:before {content: "\e1a4";}
    .icon-equalizer:before {content: "\e1a5";}
    .icon-cog:before {content: "\e1a6";}
    .icon-cogs:before {content: "\e1a7";}
    .icon-cog-2:before {content: "\e1a8";}
    .icon-hammer-2:before {content: "\e1a9";}
    .icon-wand:before {content: "\e1aa";}
    .icon-aid:before {content: "\e1ab";}
    .icon-bug:before {content: "\e1ac";}
    .icon-pie:before {content: "\e1ad";}
    .icon-stats:before {content: "\e1ae";}
    .icon-bars-2:before {content: "\e1af";}
    .icon-home:before {content: "\e1b0";}
    .icon-home-2:before {content: "\e1b1";}
    .icon-home-3:before {content: "\e1b2";}
    .icon-office:before {content: "\e1b3";}
    .icon-newspaper:before {content: "\e1b4";}
    .icon-pencil:before {content: "\e1b5";}
    .icon-pencil-2:before {content: "\e1b6";}
    .icon-quill:before {content: "\e1b7";}
    .icon-pen:before {content: "\e1b8";}
    .icon-blog:before {content: "\e1b9";}
    .icon-droplet:before {content: "\e1ba";}
    .icon-paint-format:before {content: "\e1bb";}
    .icon-image:before {content: "\e1bc";}
    .icon-image-2:before {content: "\e1bd";}
    .icon-images:before {content: "\e1be";}
    .icon-camera-2:before {content: "\e1bf";}
    .icon-music:before {content: "\e1c0";}
    .icon-headphones:before {content: "\e1c1";}
    .icon-play-3:before {content: "\e1c2";}
