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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'cpt-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-leftarrow1:before {
	content: "\e600";
}
.icon-leftarrow2:before {
	content: "\e601";
}
.icon-phone:before {
	content: "\e602";
}
.icon-rightarrow1:before {
	content: "\e603";
}
.icon-rightarrow-2:before {
	content: "\e604";
}
.icon-downarrow2:before,
.icon-open:after  {
	content: "\e607";
}
.icon-downarrow1:before {
	content: "\e608";
}
.icon-uparrow2:before,
.icon-close:after{
	content: "\e605";
}
.icon-uparrow1:before {
	content: "\e606";
}

.icon-downarrow2.icon-open:after {
    content: "";
}

.icon-icon-rightarrow-3:before {
	content: "\e609";
}
.icon-icon-leftarrow-3:before {
	content: "\e60a";
}

